Get/Set/Reset CI_Min

NI-DAQmx C Properties

Get/Set/Reset CI_Min

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

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

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

Purpose

DAQmxGetCIMin gets the Counter Input >> Minimum Value property.

DAQmxSetCIMin sets the Counter Input >> Minimum Value property.

DAQmxResetCIMin resets the Counter Input >> Minimum Value property.