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. |
|
Phase of the source. |
|
Impedance of the source. |
|
Resistance value of the RLC source. |
|
Inductance value of the RLC source. |
|
Capacitance value of the RLC source. |
|
Whether to create a physical resistor. |
Import detail#
from pyedb.grpc.database.utility.sources import Source
Property detail#
- 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.
- Returns:
floatAmplitude in amperes for a current source or volts for a voltage source.
- property Source.r_value#
Resistance value of the RLC source.
- Returns:
floatResistance value in ohms.
- property Source.l_value#
Inductance value of the RLC source.
- Returns:
floatInductance value in henries.