Get/Set/Reset AI_Coupling

NI-DAQmx C Properties

Get/Set/Reset AI_Coupling

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

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

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

Purpose

DAQmxGetAICoupling gets the Analog Input >> General Properties >> Input Configuration >> Coupling property.

DAQmxSetAICoupling sets the Analog Input >> General Properties >> Input Configuration >> Coupling property.

DAQmxResetAICoupling resets the Analog Input >> General Properties >> Input Configuration >> Coupling property.