Get/Set/Reset AI_ChanCal_EnableCal

NI-DAQmx C Properties

Get/Set/Reset AI_ChanCal_EnableCal

int32 __CFUNC DAQmxGetAIChanCalEnableCal(TaskHandle taskHandle, const char channel[], bool32 *data);

int32 __CFUNC DAQmxSetAIChanCalEnableCal(TaskHandle taskHandle, const char channel[], bool32 data);

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

Purpose

DAQmxGetAIChanCalEnableCal gets the Analog Input >> General Properties >> Channel Calibration >> Enable Calibration property.

DAQmxSetAIChanCalEnableCal sets the Analog Input >> General Properties >> Channel Calibration >> Enable Calibration property.

DAQmxResetAIChanCalEnableCal resets the Analog Input >> General Properties >> Channel Calibration >> Enable Calibration property.