Get/Set/Reset AI_CurrentShunt_Loc
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[], int32 *data);
int32 __CFUNC DAQmxSetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[], int32 data);
int32 __CFUNC DAQmxResetAICurrentShuntLoc(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetAICurrentShuntLoc gets the Analog Input >> General Properties >> Signal Conditioning >> Current Shunt Resistor >> Location property.
DAQmxSetAICurrentShuntLoc sets the Analog Input >> General Properties >> Signal Conditioning >> Current Shunt Resistor >> Location property.
DAQmxResetAICurrentShuntLoc resets the Analog Input >> General Properties >> Signal Conditioning >> Current Shunt Resistor >> Location property.