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.

Scenario files are text files with the extension .scn. They contain commands with a [time|Entertime] stamp, e.g:

00:00:00.00>KL204 HDG 270

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 (default location: scenario folder, extension .scn will be added)
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 (or show current list)
command string no command to be excluded

Back to command reference.

Clone this wiki locally