Bases: seapy.base.Base
Abstract Base Class for excitations.
Constructor.
Parameters: |
|
---|
Methods
__init__(name, subsystem, **properties) | Constructor. |
Excitation.df | |
disable([subsystem]) | Disable this excitation. |
enable([subsystem]) | Enable this excitation. |
info([attributes]) | Return dataframe. |
plot(quantity[, yscale]) | Plot quantity. |
resistance() |
Attributes
SORT | str(object=’‘) -> str |
classname | Name of class of the object. |
conductance | |
enabled | Switch indicating whether the object is enabled. |
frequency | Frequency. |
impedance | |
included | Indicates whether the object is included in the analysis. |
name | |
power | Input power. |
power_level | Input power level. |
subsystem |
Constructor.
Parameters: |
|
---|
Disable this excitation. Optionally disable excitations’ subsystem.
Parameters: | subsystem (bool) – Disable subsystem |
---|
Enable this excitation. Optionally enable excitations’ subsystem.
Parameters: | subsystem (bool) – Enable subsystem |
---|
Subsystem that is being excited by this excitation