Opened 6 years ago
Last modified 6 years ago
#5432 new enhancement
Omitting stopTime in modelDescription.xml
Reported by: | Owned by: | Lennart Ochel | |
---|---|---|---|
Priority: | normal | Milestone: | Future |
Component: | FMI | Version: | |
Keywords: | FMU; stopTime | Cc: |
Description
I'm trying to implement the FMU from OM in a HiL test and one of the requierment is omit the stopTime on FMU's xml file in order to sucessfully run the application in a rt-machine. I know we can set the stopTime in model's annotation, but it is posible to omit this if for example the stopTime is set to Inf?
annotationexperiment(StartTime = 0, StopTime = Inf, Tolerance = 1e-06, Interval = 1)
Note:
See TracTickets
for help on using tickets.
Adding to the description: so the intended output on xml file woulde be something like this