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

Class Diode

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

Defines a diode component.

Class Hierarchy for Diode
Class Hierarchy for Diode

constructor Diode():

constructor Diode(iName):

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 depletionCapacitance
The depletion capacitance of the diode.
ExpressionNone emissionCoefficient
The emission coefficient of the diode.
ExpressionNone forwardCoefficient
The forward coefficient of the diode.
ExpressionNone gradingCoefficient
The grading coefficient of the diode.
ExpressionNone junctionPotential
The junction potential of the diode.
ExpressionNone saturationCurrent
Saturation current of the diode.
ExpressionNone transitTime
The transit time of the diode.

Inherited from core.Selectable: metaData, name, notes