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

Class Feed

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
 datasource.DataSource --+    
                         |    
CircuitComponentDefinition --+
                             |
                            Feed

A Feed is a standard component definition.

Class Hierarchy for Feed
Class Hierarchy for Feed

constructor Feed():

constructor Feed(iName):

Instance Methods
 
serialize(...)
No documentation available.

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 amplitudeMultiplier
The amplitude to apply to the feed.
stringNone feedType
The type of the feed.
ImpedanceSpecificationNone impedance
The impedance of this feed.
ExpressionNone phaseShift
The phase shift to apply to the feed.
ExpressionNone timeDelay
The time delay to apply to the feed.
WaveformNone waveform
The waveform that this feed uses.

Inherited from core.Selectable: metaData, name, notes

Property Details

amplitudeMultiplier

The amplitude to apply to the feed. Defaults to 1.0

Type:
ExpressionNone

feedType

The type of the feed. {Voltage,Current}

Type:
stringNone

phaseShift

The phase shift to apply to the feed. Defaults to 0.0

Type:
ExpressionNone