NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.BridgeShuntCalibrationGainAdjust Property

AIChannel.BridgeShuntCalibrationGainAdjust Property

AIChannelBridgeShuntCalibrationGainAdjust Property

Specifies the result of a shunt calibration. This property is set by DAQmx Perform Shunt Calibration. NI-DAQmx multiplies data read from the channel by the value of this property. This value should be close to 1.0.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public double BridgeShuntCalibrationGainAdjust { get; set; }
Public Property BridgeShuntCalibrationGainAdjust As Double
	Get
	Set

Property Value

Type: Double
Specifies the result of a shunt calibration. This property is set by DAQmx Perform Shunt Calibration. NI-DAQmx multiplies data read from the channel by the value of this property. This value should be close to 1.0.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?