Instance Properties |
The Instance type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentStep |
The current communication step size in milliseconds.
Updated after the step size has been calculated, but before the step is executed.
-1 indicates no current step size.
| |
| DiscardAction |
The action to take when an API method returns a Discard status.
These action is only taken when the API is called by the simulation, not as a result of scripting.
| |
| ErrorAction |
The action to take when an API method returns an Error status.
These action is only taken when the API is called by the simulation, not as a result of scripting.
| |
| FatalAction |
The action to take when an API method returns a Fatal status.
These action is only taken when the API is called by the simulation, not as a result of scripting.
| |
| Fmu | Fmu that created this instance.
| |
| IndividualIO |
If true, IO functions are called for each variable individually.
| |
| MaxStep |
The minimum communication step size in milliseconds.
| |
| MinStep |
The minimum communication step size in milliseconds.
| |
| Name |
Instance name.
| |
| NameToVariable |
Read-only mapping between Name and the variable.
| |
| OKAction |
The action to take when an API method returns an OK status.
These action is only taken when the API is called by the simulation, not as a result of scripting.
| |
| Platform |
Instance platform.
| |
| PreferredStep |
The preferred communication step size in milliseconds.
-1 indicates no preferred step size.
| |
| StopTimeAction |
Defines what action to take when the simulation reaches a pre-defined stop-time.
| |
| Variables |
Read-only list of all variables.
| |
| WarningAction |
The action to take when an API method returns a Warning status.
These action is only taken when the API is called by the simulation, not as a result of scripting.
|