Zero Crossings (EMI Category)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module
Use members of the Zero Crossings category to check signals of an external model for zero crossings.
| Function | Description |
|---|---|
| EMI_CanRejectStep | Checks whether an ordinary differential equation (ODE) solver can reject the current step. |
| EMI_GetNumberOfZeroCrossings | Returns the number of signals of an external model being monitored for zero crossings. |
| EMI_GetZeroCrossingOffsets | Returns a pointer to the offsets at which to detect zero crossings for an external model. |
| EMI_GetZeroCrossingResults | Returns a pointer to the zero-crossing results for an external model. |
| EMI_GetZeroCrossingSignals | Returns a pointer to the signals of an external model being monitored for zero crossings. |
| EMI_GetZeroCrossingTriggers | Returns a pointer to the triggers that determine whether a zero crossing occurred in an external model. |
| EMI_RejectStep | Rejects the current time step, if possible, and proposes a new step size. |
| EMI_SetNumberOfZeroCrossings | Specifies the number of signals of an external model to monitor for zero crossings. |