Bases: seapy.base.Base
Abstract Base Class for components.
Constructor.
| Parameters: |
|
|---|
Methods
| __init__(name, system, **properties) | Constructor. |
| Component.df | |
| disable([subsystems]) | Disable this component. |
| enable([subsystems]) | Enable this coupling. |
| info([attributes]) | Return dataframe. |
| plot(quantity[, yscale]) | Plot quantity. |
Attributes
| SORT | str(object=’‘) -> str |
| SUBSYSTEMS | dict() -> new empty dictionary |
| classname | Name of class of the object. |
| enabled | Switch indicating whether the object is enabled. |
| frequency | Frequency. |
| height | float(x) -> floating point number |
| included | Indicates whether the object is included in the analysis. |
| length | float(x) -> floating point number |
| linked_junctions | |
| linked_subsystems | |
| mass | Mass of the component. |
| material | |
| name | |
| volume | Volume of the component. |
| width | float(x) -> floating point number |
Dictionary with systems that are available for this component. By default each of these subsystems is added to the component.
Constructor.
| Parameters: |
|
|---|
Disable this component. Optionally disable components’ subsystems.
| Parameters: | subsystems (bool) – Disable subsystems |
|---|
Enable this coupling. Optionally enable components’ subsystems.
| Parameters: | subsystems (bool) – Enable subsystems |
|---|
Height.
Length.
junctions this component is part of.
Subsystems.
Material which this component consists of.
Width.