SIMPLIS Analysis Modes

SIMPLIS Data Selection - Overview

There are two control statements that provide the ability to select data output by SIMPLIS. These are .PRINT and .KEEP. Control statements may be placed in the F11 window. For SIMPLIS simulations, control statements should be placed after a SIMPLIS simulator declaration line:
.SIMULATOR SIMPLIS

This will indicate to the schematic's netlist generator that the lines should only be output when the schematic is in SIMPLIS mode.

Simple data selection may be performed using the options available in the SIMPLIS choose analysis dialog. See SIMPLIS Analysis Modes Overview for details. These use the .PRINT statement to select what type of data to save.

Data Selection in Hierachical Schematics

With the default settings, SIMPLIS will not save data for voltages and currents in child schematics in hierarchies. This is the case even if All is selected in the Save options group in the Choose analysis dialog box. To save data in hierarchies, you must use the .KEEP control statement. For example, if  you place the following in the F11 window at the top level of the schematic, all voltages and currents at all levels of the hierarchy will be saved:

.KEEP **v **i