WOLFRAM SYSTEM MODELER
PartialCompositeStepSuperclass of a subgraph, i.e., a composite step that has internally a StateGraph |
|
SystemModel["Modelica.StateGraph.PartialCompositeStep"]

| nSuspend |
Value: 1 Type: Integer Description: Number of suspend ports |
|---|---|
| nResume |
Value: 1 Type: Integer Description: Number of resume ports |
| active |
Type: Boolean Description: = true, if step is active, otherwise the step is not active |
|---|
| inPort |
Type: Step_in Description: Input port of a step |
|
|---|---|---|
| outPort |
Type: Step_out Description: Output port of a step |
|
| suspend |
Type: CompositeStep_suspend[nSuspend] Description: Output port of a step (used for suspend connector of a CompositeStep) |
|
| resume |
Type: CompositeStep_resume[nResume] Description: Input port of a step (used for resume connector of a CompositeStep) |
| stateGraphRoot |
Type: CompositeStepState Description: Communication port between the CompositeStep and the steps within the CompositeStep |
|
|---|---|---|
| outerState |
Type: OuterState Description: Block containing the port that is connected to the outer stateGraphRoot |
|
| innerState |
Type: InnerState |
|
Modelica.Fluid.Examples.ControlledTankSystem.Utilities Normal operation of tank system (button start pressed) |
|
|
Modelica.StateGraph.Examples.Utilities Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
|
Modelica.StateGraph.Examples.Utilities Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
|
Modelica.StateGraph.Examples.Utilities State machine demonstrating a composite step (used in StateGraph.Examples.ShowCompositeStep) |
|
|
Modelica.StateGraph.Examples.Utilities State machine defining the time instants when to fill or empty a tank |