Get/Set/Reset CI_PulseWidth_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCIPulseWidthUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIPulseWidthUnits gets the Counter Input >> Pulse Width >> Units property.
DAQmxSetCIPulseWidthUnits sets the Counter Input >> Pulse Width >> Units property.
DAQmxResetCIPulseWidthUnits resets the Counter Input >> Pulse Width >> Units property.