The Analysis column in a testplan allows you to specify a literal simulation analysis directive. If an analysis statement begins with a period (.), DVM assumes that you have specified a valid simulation directive in the analysis field. The literal simulation directive is added to the appropriate section of the F11 window before the simulation is launched.
Valid analyses are:
Multiple-line analyses are supported with a \n to represent a new line. For example, the following testplan entry:
.AC DEC 20 1k 1Meg\n.POP TRIG_GATE={TRIG_GATE} TRIG_COND=0_TO_1 MAX_PERIOD=1u\n.OPTIONS PSP_NPT=5001
Will be added to the F11 window as shown below:
.AC DEC 20 1k 1Meg |
.POP TRIG_GATE={TRIG_GATE} TRIG_COND=0_TO_1 MAX_PERIOD=1u |
.OPTIONS PSP_NPT=5001 |
Use the following guidelines in constructing analysis statements: