Get/Set/Reset CO_CtrTimebaseActiveEdge
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCOCtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetCOCtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetCOCtrTimebaseActiveEdge(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOCtrTimebaseActiveEdge gets the Counter Output >> General Properties >> Counter Timebase >> Active Edge property.
DAQmxSetCOCtrTimebaseActiveEdge sets the Counter Output >> General Properties >> Counter Timebase >> Active Edge property.
DAQmxResetCOCtrTimebaseActiveEdge resets the Counter Output >> General Properties >> Counter Timebase >> Active Edge property.