Get/Set/Reset AI_CurrentShunt_Resistance

NI-DAQmx C Properties

Get/Set/Reset AI_CurrentShunt_Resistance

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

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

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

Purpose

DAQmxGetAICurrentShuntResistance gets the Analog Input >> General Properties >> Signal Conditioning >> Current Shunt Resistor >> Value property.

DAQmxSetAICurrentShuntResistance sets the Analog Input >> General Properties >> Signal Conditioning >> Current Shunt Resistor >> Value property.

DAQmxResetAICurrentShuntResistance resets the Analog Input >> General Properties >> Signal Conditioning >> Current Shunt Resistor >> Value property.