Get/Set/Reset CI_Freq_Div
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIFreqDiv(TaskHandle taskHandle, const char channel[], uInt32 *data);
int32 __CFUNC DAQmxSetCIFreqDiv(TaskHandle taskHandle, const char channel[], uInt32 data);
int32 __CFUNC DAQmxResetCIFreqDiv(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIFreqDiv gets the Counter Input >> Frequency >> Measurement Specifications >> Large Range >> Divisor property.
DAQmxSetCIFreqDiv sets the Counter Input >> Frequency >> Measurement Specifications >> Large Range >> Divisor property.
DAQmxResetCIFreqDiv resets the Counter Input >> Frequency >> Measurement Specifications >> Large Range >> Divisor property.