Get/Set/Reset CO_Prescaler

NI-DAQmx C Properties

Get/Set/Reset CO_Prescaler

int32 __CFUNC DAQmxGetCOPrescaler(TaskHandle taskHandle, const char channel[], uInt32 *data);

int32 __CFUNC DAQmxSetCOPrescaler(TaskHandle taskHandle, const char channel[], uInt32 data);

int32 __CFUNC DAQmxResetCOPrescaler(TaskHandle taskHandle, const char channel[]);

Purpose

DAQmxGetCOPrescaler gets the Counter Output >> General Properties >> More >> Advanced >> Prescaler property.

DAQmxSetCOPrescaler sets the Counter Output >> General Properties >> More >> Advanced >> Prescaler property.

DAQmxResetCOPrescaler resets the Counter Output >> General Properties >> More >> Advanced >> Prescaler property.