Get/Set/Reset CI_Freq_DigSync_Enable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIFreqDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetCIFreqDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetCIFreqDigSyncEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIFreqDigSyncEnable gets the Counter Input >> Frequency >> Input >> Digital Synchronization >> Enable property.
DAQmxSetCIFreqDigSyncEnable sets the Counter Input >> Frequency >> Input >> Digital Synchronization >> Enable property.
DAQmxResetCIFreqDigSyncEnable resets the Counter Input >> Frequency >> Input >> Digital Synchronization >> Enable property.