CurrentSource#

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

Bases: Source

Manages a current source.

Overview#

magnitude

Magnitude of the current source.

phase

Phase of the current source.

impedance

Impedance of the current source.

source_type

Source type.

Import detail#

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

Property detail#

property CurrentSource.magnitude#

Magnitude of the current source.

Returns:
str

Current magnitude, e.g. "0.1A".

property CurrentSource.phase#

Phase of the current source.

Returns:
str

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

property CurrentSource.impedance#

Impedance of the current source.

Returns:
str

Impedance value in ohms.

property CurrentSource.source_type#

Source type.

Returns:
int

Source type value.