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