
blockLogTerminal
Log data at terminal time
Information
This block writes a value to the Modelica log file once the simulation terminates. The output to the Modelica log file consists of:
- a string written prior to the numeric value
- a numeric value being equal to the input signal times the
gain at the termination time of the simulation
- a string written after the numeric value
Parameters
| Type | Name | Default | Description |
| String | preString | "Variable = " | String prior to numeric value |
| String | postString | "unit" | Unit of numeric value |
| Real | gain | 1 | Gain of input signal |
Components
| Type | Name | Default | Description |
| Real | terminalValue | | Terminal value including gain |