Various parameters of the simulations available in Spice can be altered to control the accuracy, speed, or default values for some devices. The .OPTIONS command is used to set all the options, limits, and control parameters for the simulator.

.OPTIONS [flag_option name]* [ <value_option name> = <value> ]

Description

The options can be listed in any order. There are two kinds of options: those with values, and those without values. Options without values are flags that are activated by simply listing the option name. See also Simulator options.

Examples

.OPTIONS RELTOL = 0.01

See also

Commands
Simulator Options