Get/Set/Reset CO_Pulse_DutyCyc
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[], float64 *data);
int32 __CFUNC DAQmxSetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[], float64 data);
int32 __CFUNC DAQmxResetCOPulseDutyCyc(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCOPulseDutyCyc gets the Counter Output >> Pulse >> Frequency >> Duty Cycle property.
DAQmxSetCOPulseDutyCyc sets the Counter Output >> Pulse >> Frequency >> Duty Cycle property.
DAQmxResetCOPulseDutyCyc resets the Counter Output >> Pulse >> Frequency >> Duty Cycle property.