11.1.12.14. RawFile

class PySpice.Spice.RawFile.RawFileAbc[source]

Bases: object

This class parse the stdout of ngspice and the raw data output.

branches(to_float=False, abscissa=None)[source]
property circuit
elements(abscissa=None)[source]
internal_parameters(to_float=False, abscissa=None)[source]
nodes(to_float=False, abscissa=None)[source]
property simulation
to_analysis()[source]
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

index in the array

name

unit

fix_case(element_translation, node_translation)[source]

Update the name to the right case.

property index
is_branch_current()[source]
property is_interval_parameter
is_voltage_node()[source]
property simplified_name
static to_branch_name(element)[source]
static to_voltage_name(node)[source]
to_waveform(abscissa=None, to_real=False, to_float=False)[source]

Return a PySpice.Probe.WaveForm instance.