Skip to content

Commit a2d5fe0

Browse files
committed
Update fmusim usage in readme
1 parent 1c19d27 commit a2d5fe0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,22 @@ Use the [fmusim](fmusim) executable to simulate an FMU:
1515
```commandline
1616
> fmusim --help
1717
Usage: fmusim [OPTION]... [FMU]
18-
Simulate a Functional Mock-up Unit (FMU).
18+
Simulate a Functional Mock-up Unit and write the output to result.csv.
1919
2020
--help display this help and exit
2121
--start-time [VALUE] set the start time
2222
--stop-time [VALUE] set the stop time
2323
--output-interval [VALUE] set the output interval
2424
--start-value [name] [value] set a start value
25+
--output-variable [name] record a specific variable
2526
--input-file [FILE] read input from a CSV file
2627
--output-file [FILE] write output to a CSV file
2728
--log-fmi-calls log FMI calls
2829
--fmi-log-file [FILE] set the FMI log file
30+
--solver [euler|cvode] the solver to use
31+
--early-return-allowed allow early return
32+
--event-mode-used use event mode
33+
--record-intermediate-values record outputs in intermediate update
2934
3035
Example:
3136

0 commit comments

Comments
 (0)