emiZeroCrossTrigger (EMI Data Type)
- Updated2023-03-14
- 1 minute(s) read
emiZeroCrossTrigger (EMI Data Type)
Owning Class: Data Types
Requires: Control Design and Simulation Module
Description
emiZeroCrossTrigger is a data type that specifies what trigger determines whether a zero crossing occurred for a signal.
Valid Values
| Value | Description |
|---|---|
| EMI_ZCTrigger_Rising | Specifies that a zero crossing occurs when the signal rises above the offset. |
| EMI_ZCTrigger_Falling | Specifies that a zero crossing occurs when the signal falls below the offset. |
| EMI_ZCTrigger_Either | Specifies that a zero crossing occurs when the signal either rises above or falls below the offset. |
| EMI_ZCTrigger_None | Specifies that a zero crossing never occurs. |