Package com.sun.electric.tool.simulation

Package for handling the simulation tool.

See: Description

Package com.sun.electric.tool.simulation Description

Package for handling the simulation tool.

The Simulation class is the "tool" which represents all work done with simulation data. An Engine is something which produces simulation data. All the other classes in this package deal with that data.

The simulation data seen in a particular waveform window are encapsulated by a corresponding instance of Stimuli. An instance of Stimuli, in turn, consists of one or more Analysis instances, each of which contains one or more Signals. A Signal contains one or more Waveforms, one for each sweep.

Signals are grouped into Analyses according to the kind of signal (AnalogSignal or DigitalSignal) and type of analysis being performed (signal, AC, DC, transient, or measurement).

See Also:
com.sun.electric.tool.io.input.EpicAnalysis, com.sun.electric.tool.io.input.EpicOutProcess, com.sun.electric.tool.io.input.EpicReaderProcess, HSpiceOut, com.sun.electric.tool.io.input.LTSpiceOut, PSpiceOut, RawSpiceOut, ReadableDump, com.sun.electric.tool.io.input.Simulate, SmartSpiceOut, Spice, SpiceOut, VerilogOut