The .END command marks the end of the circuit. All the data and every other command must come before it.

Examples

ONE-TRANSISTOR CIRCUIT
*
Q1  2 1 QMOD
RC  2 3 1K
RB  1 3 200K
VCC 3 0 5
*
.MODEL QMOD NPN
*
.OP
*
.END

See also

Commands