Bases: builtins.object
Abstract Base Class for all components, junctions, materials, subsystems, couplings and excitation.
Constructor.
Parameters: |
|
---|
Methods
__init__(name, system, **properties) | Constructor. |
Base.df | |
disable() | Disable this object. |
enable() | Enable this object. |
info([attributes]) | Return dataframe. |
plot(quantity[, yscale]) | Plot quantity. |
Attributes
classname | Name of class of the object. |
enabled | Switch indicating whether the object is enabled. |
frequency | Frequency. |
included | Indicates whether the object is included in the analysis. |
name |
Constructor.
Parameters: |
|
---|
Switch indicating whether the object is enabled.
Returns: | A boolean indicating whether the object is enabled (True) or not (False) |
---|---|
Return type: | bool() |
Indicates whether the object is included in the analysis.
Parameters: | extended (bool) – Whether to show a list of dependencies with outcomes. |
---|---|
Return type: | bool or list |
Plot quantity.
Seealso: | seapy.tools.plot() |
---|
Reference to System this object belongs to.