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[]);
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.