Package empro :: Module empro :: Module waveform :: Class StepWaveformShape
[frames] | no frames]

Class StepWaveformShape

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
 datasource.DataSource --+    
                         |    
             WaveformShape --+
                             |
                            StepWaveformShape

Step waveform for TDR simulations.

Class Hierarchy for StepWaveformShape
Class Hierarchy for StepWaveformShape

constructor StepWaveformShape(name):

Instance Methods

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 riseTime
rise time of pulse to change from low to high value, as defined by riseTimeDefinition.
stringNone riseTimeDefinition
The low and high value between which the rise time is defined.

Inherited from core.Selectable: metaData, name, notes

Property Details

riseTimeDefinition

The low and high value between which the rise time is defined. Possible values are 'RTD_10_90' (10%-90% rise time) and 'RTD_20_80' (20%-80% rise time).

Type:
stringNone