Standard Script | Standard Script With Comments

Standard analysis Simulation Template:


#tolerance
#noprint 
#nosave 
#include save.usr
set printmode = save
#simulation
#include measure.usr
set printmode = print
#include measure.usr

Standard analysis Simulation Template With Comments:


*Instruct the netlist builder to show tolerances
#tolerance

*Suppress IsSpice4 printout
#noprint 

*Suppress automatic vector saves
#nosave 

*Include a suer file for saves
#include save.usr

*Make the user-defined measurements and store the results
set printmode = save
#simulation
#include measure.usr

*Print the results with the user file
set printmode = print
#include measure.usr