Example scripts. Each script is commented with further documentation bjt_ic_vce Curve tracer for BJT. Plots VCE vs IC for selected device on circuit. Works for both primitive and sub-circuit devices mos_is_vds Curve tracer for MOS device. Plots VDS vs Id for selected device on circuit. Works for both primitive and sub-circuit devices run_devices Repeats run on current circuit for devices selected from catalog. Needs 3 arguments - plot_devices calls this script. This script was originally developed to automatically run tests on devices in the model library. plot_devices Calls run_devices to repeat run on catalog devices. Plots result at node VOUT for each run graph_vout Used for plot_devices multiple_run Example script in manual. Repeats run on circuit with component values taken from a file print_distiller non-interactive printing script documented in manual. net2circ Converts a netlist to a circuit. Not that clever, just places symbols on a schematic and places small terminals on each pin. This was developed to help us unravel some macro models. It has many limitations and is very slow with large circuits. update_mos Updates mosfet symbols to newer versions select_symbol_name Selects all symbols of a given name on current schematic. Must supply name as an argument enclosed in single quotes. replace_symbols Replaces selected components with new symbol. New symbol supplied as an argument enclosed in single quotes rtntest Script originally designed to test real time noise but useful for doing averaged plot of repeated RTN runs.