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