Package empro :: Module empro :: Module components :: Class RLCSpecification
[frames] | no frames]

Class RLCSpecification

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
 datasource.DataSource --+    
                         |    
    ImpedanceSpecification --+
                             |
                            RLCSpecification

Concrete model for specifying the RLC in a circuit component definition.

Class Hierarchy for RLCSpecification
Class Hierarchy for RLCSpecification

Instance Methods

Inherited from ImpedanceSpecification: str

Inherited from datasource.DataSource: dataSet, dataSetIds, dataSets, variableIds, variables

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
ExpressionNone capacitance
The capacitance.
stringNone elementArrangement
Specifies how the RLC elements are arranged {Parallel,Series}.
ExpressionNone inductance
The inductance.
ExpressionNone resistance
The resistance.

Inherited from core.Selectable: metaData, name, notes