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