Source#

class pyedb.grpc.database.utility.sources.Source(pedb)#

Bases: object

Provides for handling Siwave sources.

Overview#

name

Source name.

source_type

Source type.

positive_node

Positive node of the source.

negative_node

Negative node of the source.

amplitude

Amplitude value of the source. Either amperes for current source or volts for

phase

Phase of the source.

impedance

Impedance values of the source.

r_value

l_value

c_value

create_physical_resistor

Import detail#

from pyedb.grpc.database.utility.sources import Source

Property detail#

property Source.name#

Source name.

property Source.source_type#

Source type.

property Source.positive_node#

Positive node of the source.

property Source.negative_node#

Negative node of the source.

property Source.amplitude#

Amplitude value of the source. Either amperes for current source or volts for voltage source.

property Source.phase#

Phase of the source.

property Source.impedance#

Impedance values of the source.

property Source.r_value#
property Source.l_value#
property Source.c_value#
property Source.create_physical_resistor#