Get/Set/Reset CI_Pulse_Freq_Units
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIPulseFreqUnits(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCIPulseFreqUnits(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCIPulseFreqUnits(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIPulseFreqUnits gets the Counter Input >> Pulse >> Frequency >> Units property.
DAQmxSetCIPulseFreqUnits sets the Counter Input >> Pulse >> Frequency >> Units property.
DAQmxResetCIPulseFreqUnits resets the Counter Input >> Pulse >> Frequency >> Units property.