Get/Set/Reset CI_SemiPeriod_DigSync_Enable
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCISemiPeriodDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 *data);
int32 __CFUNC DAQmxSetCISemiPeriodDigSyncEnable(TaskHandle taskHandle, const char channel[], bool32 data);
int32 __CFUNC DAQmxResetCISemiPeriodDigSyncEnable(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCISemiPeriodDigSyncEnable gets the Counter Input >> Semi-Period >> Input >> Digital Synchronization >> Enable property.
DAQmxSetCISemiPeriodDigSyncEnable sets the Counter Input >> Semi-Period >> Input >> Digital Synchronization >> Enable property.
DAQmxResetCISemiPeriodDigSyncEnable resets the Counter Input >> Semi-Period >> Input >> Digital Synchronization >> Enable property.