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