WOLFRAM SYSTEM MODELER
PartialTransitionPartial transition with input and output connections |
SystemModel["Modelica.StateGraph.Interfaces.PartialTransition"]
enableTimer |
Value: false Type: Boolean Description: = true, if timer is enabled |
---|---|
waitTime |
Value: 0 Type: Time (s) Description: Wait time before transition fires |
localCondition |
Type: Boolean Description: = true, if transition may fire |
---|
t |
Type: Time (s) Description: Actual waiting time (transition will fire when t > waitTime) |
---|---|
enableFire |
Type: Boolean Description: = true, if all firing conditions are true |
fire |
Type: Boolean Description: = true, if transition fires |
inPort |
Type: Transition_in Description: Vector of transition input connectors |
|
---|---|---|
outPort |
Type: Transition_out Description: Vector of transition output connectors |
Modelica.StateGraph Transition where the fire condition is set by a Boolean input signal |
|
Modelica.StateGraph Transition where the fire condition is set by a modification of variable condition |