TITLE (suitable line of text for identifying the circuit)

***************************************************************

* Comment lines (comments start with a ‘*’)

***************************************************************

 

***************************************************************

 

.TEMP <set circuit temperature>

 

** Also “include” other simulation set-up commands

 

***************************************************************

 

.OPTIONS <options for simulator>

 

.PROBE <commands to probe voltages and currents at defined nodes>

 

***************************************************************

 

.INCLUDE <include files … for example, external component models>

 

***************************************************************

 

<INPUT STIMULI (voltages and current sources)>

 

***************************************************************

 

<CIRCUIT DESCRIPTION>

 

***************************************************************

 

<ANALYSIS TYPE (DC, AC and Transient)>

 

***************************************************************

 

.END                     *  END OF INPUT FILE – THIS IS REQUIRED