NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

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 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

Log in to get a better experience