WOLFRAM SYSTEM MODELER
FirstExample_Variant2A variant of the first simple StateGraph example |
SystemModel["Modelica.StateGraph.Examples.FirstExample_Variant2"]
initialStep |
Type: InitialStep Description: Initial step (= step that is active when simulation starts) |
|
---|---|---|
transition1 |
Type: Transition Description: Transition where the fire condition is set by a modification of variable condition |
|
step |
Type: StepWithSignal Description: Ordinary step (= step that is not active when simulation starts). Connector 'active' is true when the step is active |
|
transition2 |
Type: TransitionWithSignal Description: Transition where the fire condition is set by a Boolean input signal |
|
timer |
Type: Timer Description: Timer measuring the time from the time instant where the Boolean input became true |
|
greaterEqual |
Type: GreaterEqualThreshold Description: Output y is true, if input u is greater or equal than threshold |
|
stateGraphRoot |
Type: StateGraphRoot Description: Root of a StateGraph (has to be present on the highest level of a StateGraph) |