Package empro :: Module empro :: Module datasource :: Class BartlettEnvelope
[frames] | no frames]

Class BartlettEnvelope

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
            DataSource --+    
                         |    
                  Envelope --+
                             |
                            BartlettEnvelope

Model for a Bartlett envelope (a triangular window).

Class Hierarchy for BartlettEnvelope
Class Hierarchy for BartlettEnvelope

constructor BartlettEnvelope(iRampingTime, iCenterTime, iName):

Instance Methods
float
defaultCenterTime()
Returns the default center time.
float
defaultRampingTime()
Returns the default ramping time.

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

Inherited from core.Selectable: clone, isSelected

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

Properties
ExpressionNone centerTime
The time in seconds at which the peak value of is reached.
ExpressionNone rampingTime
The amount of seconds between the envelope's peak value and when its minimum is reached.

Inherited from core.Selectable: metaData, name, notes