Source#
- class pyedb.grpc.database.utility.sources.Source(pedb)#
Bases:
objectProvides for handling Siwave sources.
Overview#
Source name. |
|
Source type. |
|
Positive node of the source. |
|
Negative node of the source. |
|
Amplitude value of the source. Either amperes for current source or volts for |
|
Phase of the source. |
|
Impedance values of the source. |
|
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#