Is there a way for me to get stop_time and step_size and then use it in my fmu class(e.g. do_stop)? #245
Unanswered
MengnanLi91
asked this question in
Q&A
Replies: 2 comments
-
I suppose they should. It's an easy fix. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #246 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder if I can get
stop_time
andstep_size
and use it in my fmu? I can getstart_time
fromsetup_experiment
as shown below, but thestop_time
andstep_size
is not allowed and throw out errorfmpy.fmi1.FMICallException: fmi2DoStep failed with status 4 (fatal).
This is how I run it:
Beta Was this translation helpful? Give feedback.
All reactions