AIBridgeConfiguration Enumeration
- Updated2023-02-21
- 1 minute(s) read
AIBridgeConfiguration Enumeration
Specifies the type of Wheatstone bridge connected to the channel.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public enum AIBridgeConfiguration
Public Enumeration AIBridgeConfiguration
Members
Member name | Value | Description | |
---|---|---|---|
FullBridge | 10182 | Sensor is a full bridge. If you set UseExcitationForScaling to , NI-DAQmx divides the measurement by the excitation value. Many sensors scale data to native units using scaling of volts per excitation. | |
HalfBridge | 10187 | Sensor is a half bridge. If you set UseExcitationForScaling to , NI-DAQmx divides the measurement by the excitation value. Many sensors scale data to native units using scaling of volts per excitation. | |
QuarterBridge | 10270 | Sensor is a quarter bridge. If you set UseExcitationForScaling to , NI-DAQmx divides the measurement by the excitation value. Many sensors scale data to native units using scaling of volts per excitation. | |
NoBridge | 10228 | Sensor is not a Wheatstone bridge. |
Remarks
Specifies the type of Wheatstone bridge connected to the channel. Use this enumeration to get or set the value of BridgeConfiguration.