| Home | Trees | Indices | Help |
|
|---|
|
|
core.Updatable --+
|
core.Selectable --+
|
datasource.DataSource --+
|
CircuitComponentDefinition --+
|
Switch
A concrete component definition to model multiple transition between open and closed circuits.
|
| Class Hierarchy for Switch |
constructor Switch():
constructor Switch(iName):
| Instance Methods | |||
| None |
|
||
| list{int} |
|
||
| None |
|
||
| int |
|
||
| None |
|
||
| None |
|
||
|
|||
| None |
|
||
| None |
|
||
| Expression |
|
||
| Expression |
|
||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
| stringNone |
initialState The initial state of the switch. |
|
Inherited from |
|
| Method Details |
Add a state transition of the switch definition. The type of transition is Opening if the state was already closed and vice versa.
|
Inserts a state transition of the switch definition. The type of transition is Opening if the state was already closed and vice versa.
|
Removes a state transition from the switch definition.
|
Replaces a state transition of the switch definition. The type of transition is Opening if the state was already closed and vice versa.
|
Set the start time of a transition.
|
Swaps two state transitions.
|
The duration of the given transition.
|
The start time of the given transition.
|
The type of the given transition. L{Undefined,Opening,Closing}
@type iIndex: int
@param iIndex: Index of the transition.
@rtype: string
@param: None
|
| Property Details |
initialStateThe initial state of the switch. {Open,Closed}
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 26 10:16:20 2019 | http://epydoc.sourceforge.net |