Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from rporcu/fix_monitors_inputs
Browse files Browse the repository at this point in the history
Update monitors inputs after MR1135
  • Loading branch information
rporcu committed May 7, 2023
2 parents 88294c3 + 7de1114 commit cc91f74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source_docs/inputs/InputsMonitors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ provides header information. The following inputs must be preceded by
| [monitor].plot_per_approx | Define the approximated simulation time at which saving | Real | 0 |
| | monitored data | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.openmode | Sets the open mode for the monitor output file. | String | "app" |
| | Admissible values are: | | |
| | | | |
| | * "app" for appending to the file if it already exists | | |
| | * "trunc" for overwriting the output file if it exists | | |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.setw | Sets the field width to be used on output file | Int | 0 |
+-------------------------------+----------------------------------------------------------+-------------+-----------+
| [monitor].output.setfill | Sets the filling character for the output file | Char | '' |
Expand Down

0 comments on commit cc91f74

Please sign in to comment.