Get/Set/Reset AI_Coupling
- Updated2023-03-16
- 1 minute(s) read
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.