11.1.9.9. RawFile¶
-
class
PySpice.Spice.RawFile.
RawFileAbc
[source]¶ Bases:
object
This class parse the stdout of ngspice and the raw data output.
-
circuit
¶
-
simulation
¶
-
-
class
PySpice.Spice.RawFile.
VariableAbc
(index, name, unit)[source]¶ Bases:
object
This class implements a variable or probe in a SPICE simulation output.
Public Attributes:
-
index
¶
-
is_interval_parameter
¶
-
simplified_name
¶
-
to_waveform
(abscissa=None, to_real=False, to_float=False)[source]¶ Return a
PySpice.Probe.WaveForm
instance.
-