csim my_models.sim -verbose 2The verbosity levels span from 0 to 501, where 0 is the minimum, and 1, 2, 3, 4, ... provide progressively more detailed information. 0 is the default. The higher the verbosity level, the more information is printed to the screen during pre- processing. The higher levels are helpful when there are problems, since they give a closer indication as to where the problem is. Each higher level includes the lower level printouts.
Summary of Verbosity levels: 0 - Default, minimal output. 1 - Leaves intermediate files. 2 - Shows major intermediate processing steps. Shows variable and macro definitions. 3 - Shows variable/macro substitutions intermediate steps. 4 - Shows more detailed build steps. Additional checking reports. 6 - Messages about graph flattening, connecting links. 7 - Detailed summaries of links in processed graphs. 10 - Port list parsing checks. 11 - Attribute expansion printouts. 21 - Summaries of links in intermediate flattening steps. 41 - Arc data lists. 51 - Show macro expansions. List detailed geometry info. 101 - Variables listings. 501 - Attributes listings.
Sim>See: Textual Command-line Simulator. The text-based simulator is interactive, like the GUI-based version, and expects commands to be typed at the simulation prompt, such as run and quit. The text-based simulator is useful for running simulations from script-files, such as unattended batch runs that cannot be driven from the GUI-based control panel. For non-interactive simulations, direct commands from a script file, as in: sim.exe < script.com > logfile & . If you have custom graphical calls in your models, you may need to conditionally compile them out by #if (GRAPHICAL_SIM==1) ... #endif.
II. Simulator Run-time Command-Line Options
(Options to Sim.exe)