Get/Set/Reset CI_Freq_TermCfg
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIFreqTermCfg(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCIFreqTermCfg(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCIFreqTermCfg(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIFreqTermCfg gets the Counter Input >> Frequency >> Input >> Terminal Configuration property.
DAQmxSetCIFreqTermCfg sets the Counter Input >> Frequency >> Input >> Terminal Configuration property.
DAQmxResetCIFreqTermCfg resets the Counter Input >> Frequency >> Input >> Terminal Configuration property.