Get/Set/Reset AI_Bridge_ShuntCal_Enable

NI-DAQmx C Properties

Get/Set/Reset AI_Bridge_ShuntCal_Enable

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

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

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

Purpose

DAQmxGetAIBridgeShuntCalEnable gets the Analog Input >> General Properties >> Signal Conditioning >> Bridge >> Shunt Cal >> Shunt Cal Enable property.

DAQmxSetAIBridgeShuntCalEnable sets the Analog Input >> General Properties >> Signal Conditioning >> Bridge >> Shunt Cal >> Shunt Cal Enable property.

DAQmxResetAIBridgeShuntCalEnable resets the Analog Input >> General Properties >> Signal Conditioning >> Bridge >> Shunt Cal >> Shunt Cal Enable property.