** Repeats run on current circuit for selected ** devices in catalog. Plots result after each run ** Expects a node called vout on the circuit if selectCount('instances')<>1 then Echo "Select a single device" exit script endif Let ref = propValue('ref') ** test that there is a terminal called VOUT Unselect Select /prop netname Let values = PropValues('value') if Search(values, 'vout')=-1 then Echo "Script expects a terminal called VOUT to be present in the circuit" exit script endif Unselect ** Reselect original device Select /prop ref {ref} ** run_devices does all the work. See comments within run_devices ref 'graph_vout' TRUE