NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIBridgeConfiguration Enumeration

AIBridgeConfiguration Enumeration

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 nameValueDescription
FullBridge10182Sensor 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.
HalfBridge10187Sensor 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.
QuarterBridge10270Sensor 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.
NoBridge10228Sensor 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.

See Also

Was this information helpful?