AIChannel.BridgeShuntCalibrationGainAdjust Property
- Updated2023-02-21
- 1 minute(s) read
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: DoubleSpecifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |