Get/Set/Reset CI_CountEdges_DigSync_Enable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCICountEdgesDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetCICountEdgesDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetCICountEdgesDigSyncEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCICountEdgesDigSyncEnable gets the Counter Input >> Count Edges >> Input >> Digital Synchronization >> Enable property.
DAQmxSetCICountEdgesDigSyncEnable sets the Counter Input >> Count Edges >> Input >> Digital Synchronization >> Enable property.
DAQmxResetCICountEdgesDigSyncEnable resets the Counter Input >> Count Edges >> Input >> Digital Synchronization >> Enable property.