WOLFRAM SYSTEM MODELER
FirstExample_Variant3A variant of the first simple StateGraph example |
SystemModel["Modelica.StateGraph.Examples.FirstExample_Variant3"]
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 |
|
SetBoolean1 |
Type: BooleanExpression Description: Set output signal to a time varying Boolean expression |
|
SetBoolean2 |
Type: BooleanExpression Description: Set output signal to a time varying Boolean expression |
|
stateGraphRoot |
Type: StateGraphRoot Description: Root of a StateGraph (has to be present on the highest level of a StateGraph) |