Continuous States (EMI Category)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module
Use members of the Continuous States category to return information about the continuous states of an external model.
| Function | Description |
|---|---|
| EMI_GetContinuousStates | Returns a pointer to the continuous states of an external model. |
| EMI_GetDerivatives | Returns a pointer to the derivatives of the continuous states of an external model. |
| EMI_GetInitialContinuousStates | Returns a pointer to the initial continuous states of an external model. |
| EMI_GetLimitResults | Returns a pointer to the limit results of the continuous states at the current time step. |
| EMI_GetLimitTypes | Returns a pointer to the limit types of the continuous states of an external model. |
| EMI_GetLowerLimits | Returns a pointer to the lower limits of the continuous states of an external model. |
| EMI_GetNumberOfContinuousStates | Returns the number of continuous states for an external model. |
| EMI_GetProjectedContinuousStates | Returns a pointer to the projected continuous states of an external model. |
| EMI_GetUpperLimits | Returns a pointer to the upper limits of the continuous states of an external model. |
| EMI_RequestCallbackToResetStates | Requests a call to the EMI_CB_CalculateResetStates function. |
| EMI_ResetContinuousState | Resets a continuous state of an external model. |
| EMI_SetNumberOfContinuousStates | Specifies the number of continuous states for an external model. |