Get/Set/Reset CO_Pulse_DutyCyc

NI-DAQmx C Properties

Get/Set/Reset CO_Pulse_DutyCyc

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.