Get/Set/Reset CI_Max

NI-DAQmx C Properties

Get/Set/Reset CI_Max

int32 __CFUNC DAQmxGetCIMax(TaskHandle taskHandle, const char channel[], float64 *data);

int32 __CFUNC DAQmxSetCIMax(TaskHandle taskHandle, const char channel[], float64 data);

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

Purpose

DAQmxGetCIMax gets the Counter Input >> Maximum Value property.

DAQmxSetCIMax sets the Counter Input >> Maximum Value property.

DAQmxResetCIMax resets the Counter Input >> Maximum Value property.