Skip to content
ProfHoekstra edited this page Mar 5, 2018 · 8 revisions

SAVEIC: Save initial condition

Save the current state of the simulator in a scenario file and start recording from now on. Times in recorded file will be relative to the time of the SAVEIC command.

By default a number of commands are not recorded ([PAN],[ZOOM],[HOLD],[POS],[INSEDIT],[SAVEIC], [QUIT]). With SAVEIC EXCEPT NONE this list is erased (except for bare minimum INSEDIT and SAVEIC).

The [PCALL] command is also not recorded itself, but all commands from the called file(s) will be recorded as well

Usage:

SAVEIC filename
SAVEIC CLOSE
SAVEIC EXCEPT command command command ...
SAVEIC EXCEPT NONE
SAVEIC EXCEPT

Arguments:

Name Type Required Description
filename string no Name of the scenario file
CLOSE string no keyword to close current file and stop recording (automatically called during reset or quit
EXCEPT string no keyword to select which commands to excluded
command string no command to be excluded

Back to command reference.

Clone this wiki locally