Get/Set/Reset CI_Pulse_Time_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIPulseTimeUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCIPulseTimeUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCIPulseTimeUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIPulseTimeUnits gets the Counter Input >> Pulse >> Time >> Units property.
DAQmxSetCIPulseTimeUnits sets the Counter Input >> Pulse >> Time >> Units property.
DAQmxResetCIPulseTimeUnits resets the Counter Input >> Pulse >> Time >> Units property.