| Name | Description |
|---|---|
| Vector of Boolean inputs | |
| Vector of Integer inputs | |
| Vector of Real inputs | |
| Partial block with a BooleanInput and a BooleanOutput signal | |
| Partial block with a IntegerInput and an IntegerOutput signal | |
| Partial block with a RealInput and an RealOutput signal | |
| Partial block with a BooleanVectorInput and a BooleanOutput signal | |
| Partial block with an IntegerVectorInput and an IntegerOutput signal | |
| Partial block with a RealVectorInput and a RealOutput signal | |
| Partial block to evaluate expression that is associated with the first input trigger signal (optionally with guard) | |
| Record to define a "active, integer" pair, to associate an integer with an active flag |
Modelica_StateGraph2.Blocks.Interfaces.BooleanVectorInputConnector with one input signal of type Boolean.
Extends from Boolean.
Modelica_StateGraph2.Blocks.Interfaces.IntegerVectorInputConnector with one input signal of type Boolean.
Extends from Integer.
Modelica_StateGraph2.Blocks.Interfaces.RealVectorInputConnector with one input signal of type Boolean.
Extends from Real.
Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanSISO
| Name | Description |
|---|---|
| y | |
| u |
Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerSISO
| Name | Description |
|---|---|
| y | |
| u |
Modelica_StateGraph2.Blocks.Interfaces.PartialRealSISO
| Name | Description |
|---|---|
| y | |
| u |
Modelica_StateGraph2.Blocks.Interfaces.PartialBooleanMISO
| Name | Description |
|---|---|
| u[nu] | |
| y |
Modelica_StateGraph2.Blocks.Interfaces.PartialIntegerMISO
| Name | Description |
|---|---|
| u[nu] | |
| y |
Modelica_StateGraph2.Blocks.Interfaces.PartialRealMISO
| Name | Description |
|---|---|
| Advanced | |
| precision | Number of significant digits to be shown in dynamic diagram layer for y |
| Name | Description |
|---|---|
| u[nu] | |
| y |
Modelica_StateGraph2.Blocks.Interfaces.PartialTriggeredSet
| Name | Description |
|---|---|
| Select exactly one check box | |
| rising | =true, if rising input triggers evaluation |
| changing | =true, if changing input triggers evaluation |
| falling | =true, if falling input triggers evaluation |
| active | =true, if active input at sample times triggers evaluation |
| Other options | |
| use_guard | = true, if guard enabled |
| guard | y not changing, if guard=false (time varying) |
| samplePeriod | Sample period if active=true (only temporarily) [s] |
Modelica_StateGraph2.Blocks.Interfaces.ActiveSetIntegerRecord
| Name | Description |
|---|---|
| active | Active flag |
| expr | y = if active then expr else y_default (time varying) |