From 7de1114fd81d9d57db90240521bb85f5c96dd0a5 Mon Sep 17 00:00:00 2001 From: "robbberto88@gmail.com" Date: Sun, 7 May 2023 15:16:22 -0400 Subject: [PATCH] Update monitors inputs after MR1135 --- docs/source_docs/inputs/InputsMonitors.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source_docs/inputs/InputsMonitors.rst b/docs/source_docs/inputs/InputsMonitors.rst index b065762..c19fa58 100644 --- a/docs/source_docs/inputs/InputsMonitors.rst +++ b/docs/source_docs/inputs/InputsMonitors.rst @@ -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 | '' | -- GitLab