You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug report. Merely a question (and perhaps clarification of a my misunderstanding :-))
I would like to specify the FMU inputs when calling fmiEvaluteME() and I can see that the fmiEvaluate() has arguments setValueReferences and setValues. But is it possible to set an input function (like for fmiSimulateME) that is evaluated with the input time of the ODE solver. So e.g. one could have something like sin(t) being the input function for the FMU.
The text was updated successfully, but these errors were encountered:
The reason for this is that I try to make a simple example - more or less replicating the simple_hybrid_ME example of the repo but with a different ME FMU. But I setup the neural FMU just like the example (using fmiEvaluateME()).
Hi,
This is not a bug report. Merely a question (and perhaps clarification of a my misunderstanding :-))
I would like to specify the FMU inputs when calling
fmiEvaluteME()
and I can see that thefmiEvaluate()
has argumentssetValueReferences
andsetValues
. But is it possible to set an input function (like forfmiSimulateME
) that is evaluated with the input time of the ODE solver. So e.g. one could have something likesin(t)
being the input function for the FMU.The text was updated successfully, but these errors were encountered: