You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <*simulators*> | `timeStampedFileNames` | Whether or not the output filenames should contain a trailing time-stamp. `Default="True"`.
18
19
| <*simulator*> | `name` | Contains all variables to be logged, attribute `name` declares of the name of the simulator.
19
20
||`decimationFactor`| Optional attribute `decimationFactor` declares the sampling rate of the simulation results. For example, decimationFactor=1 means the results of every simulation step of the simulator are logged. And decimationFactor=10 means every 10th of the simulation results are logged. |
20
21
| <*variable*> | `name` | Declares the name of the simulator variable to be logged.
@@ -38,4 +39,4 @@ A `<simulator>` element with no `<variable>` child elements will lead to all var
38
39
As aforementioned this could results in a large amount of data to be saved.
39
40
It helps to reduce the logged data by the optional attribute `decimationFactor` if not every sample data is required.
40
41
Leaving out a simulator from the configuration will disable logging for that simulator.
0 commit comments