Events >> Counter Output Event >> Pulse >> Polarity
- Updated2023-03-16
- 1 minute(s) read
| Data Type: | int32 |
| Description: | Specifies the polarity of the pulses at the output terminal of the counter when Output Behavior is DAQmx_Val_Pulse. NI-DAQmx ignores this property if Output Behavior is DAQmx_Val_Toggle. |
Valid values
| DAQmx_Val_ActiveHigh | 10095 | High state is the active state. |
| DAQmx_Val_ActiveLow | 10096 | Low state is the active state. |
You can get/set/reset this property using:
DAQmxGetExportedCtrOutEventPulsePolarity
DAQmxSetExportedCtrOutEventPulsePolarity
DAQmxResetExportedCtrOutEventPulsePolarity