Replies: 2 comments
-
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
|
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, somehow I skipped that notification... Yes, you can totally do that, see this test here: Basically your chain would look like this:
|
Beta Was this translation helpful? Give feedback.
-
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.Beta Was this translation helpful? Give feedback.
All reactions