TclSpice > Documents > SpiceWish Interactive commands
NAME
spice circuit simulator viewer
SYNOPSIS
spicewish:: option ?arg arg ...?
DESCRIPTION
spicewish::run
spicewish::halt
spicewish::plot
spicewish::remove
spicewish::tp
spicewish::tp_add
spicewish::tp_remove
spicewish::update
spicewish::init_gui
spicewish::version
KEYWORDS

NAME

spicewish

SYNOPSIS

spicewish:: option ?arg arg ...?

DESCRIPTION

This manual page describes the commands available for the interactive use of SpiceWish.

spicewish::run
Runs the simulation
     spicewish::run

Runs the simulation in the background.

spicewish::halt
Halts the simulation
     spicewish::halt

Halts the simulation and updates all the viewers traces to the current spice time step.

spicewish::plot
Plot nodes
     spicewish::plot [ node ... ]
     spicewish::plot viewer [ node ... ]

If first argument is the name of a valid viewer then the nodes are added to the viewer, else a new viewer is created displaying all the nodes

customized version of tclreadline will complete the line with avaliable nodes

spicewish::remove
Removes nodes from viewer
     spicewish::remove viewer [ node ... ]

If viewer is valid then nodes are removed from the viewer.

spicewish::tp
Activate or deactivate the traceplace grid
     spicewish::tp viewer [ mode ]

Activates or deactivates the TracePlace grid in viewer depending on the boolean value of mode.

spicewish::tp_add
Adds traces to viewers TracePlace grid
     spicewish::tp_add viewer slot [ trace ... ]

Given the number of a viewers TracePlace grid slot (1 -16) the traces are added

spicewish::tp_remove
Removes traces from viewers TracePlace grid
     spicewish::tp_remove viewer [ trace ... ]

Accepts a list of traces and searches through a viewers TracePlace grids slots and removes any occurance of that trace.

spicewish::update
Updates viewers traces
     spicewish::update [ viewer ... ]

Updates all traces in viewers to the current spice timestep. If names of viewers are passed then only thoese viewers are updated.

spicewish::init_gui
Initialize SpiceWish's GUI
     spicewish::init_gui inputFile

Loads the SpiceWish Control GUI, and sources the inputFile.

spicewish::version
Version information
     spicewish::version

Prints version information to the console.