VoltageSource#

class pyedb.grpc.database.utility.sources.VoltageSource#

Bases: Source

Manages a voltage source.

Overview#

magnitude

Magnitude of the voltage source.

phase

Phase of the voltage source.

impedance

Impedance of the voltage source.

source_type

Source type.

Import detail#

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

Property detail#

property VoltageSource.magnitude#

Magnitude of the voltage source.

Returns:
str

Voltage magnitude, e.g. "1V".

property VoltageSource.phase#

Phase of the voltage source.

Returns:
str

Phase value, e.g. "0Deg".

property VoltageSource.impedance#

Impedance of the voltage source.

Returns:
str

Impedance value in ohms.

property VoltageSource.source_type#

Source type.

Returns:
int

Source type value.