Scalar |
The ScalarVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| Annotations | Additional data of the scalar variable. | |
| CanHandleMultipleSetPerTimeInstant | Only for model exchange and only for variables with variability = "input": If false, then only one set function call is allowed at one super dense time instant (model evaluation) on this variable. | |
| Causality | Defines the causality of the variable. | |
| Description | If non-null, description string describing the meaning of the variable. | |
| Initial | Defines how the variable is initialized. Might be null depending on Causality and Variability values. | |
| Name | The full, unique name of the variable. | |
| Type | Scalar variable type. | |
| ValueReference | A handle of the variable to efficiently identify the variable value in the model interface. | |
| Variability | Defines the time dependency of the variable, in other words, it defines the time instants when a variable can change its value. |