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

Class CircuitComponent

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
 datasource.DataSource --+
                         |
                        CircuitComponent

A circuit component is a simulation element that can be used to excite a structure.

Class Hierarchy for CircuitComponent
Class Hierarchy for CircuitComponent

constructor CircuitComponent():

Instance Methods
BoundingBox3D
boundingBox()
Returns the bounding box of the circuit component.

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
  calibration
No documentation available.
CircuitComponentDefinitionNone definition
The definition attached to this circuit component.
stringNone direction
The direction of the circuit component in the mesh.
boolNone enabled
Enables or disables the circuit component.
CircuitComponentExtentNone extent
The extent of the circuit Component.
CoordinateSystemAbstractPositionNone head
The end point of the circuit component.
boolNone isEnabled
Enables or disables the circuit component.
stringNone polarity
The polarity of the circuit component.
boolNone port
Use this circuit component as port.
CoordinateSystemAbstractPositionNone tail
The start point of the circuit component.
boolNone useExtent
Determines whether the circuit component uses the extent or not.

Inherited from core.Selectable: metaData, name, notes

Property Details

direction

The direction of the circuit component in the mesh. {Automatic,X,Y,Z}

Type:
stringNone

polarity

The polarity of the circuit component. {Positive,Negative}

Type:
stringNone