NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.BridgeConfiguration Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
AIChannel.BridgeConfiguration Property
Specifies the type of Wheatstone bridge connected to the channel.

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

Syntax

public AIBridgeConfiguration BridgeConfiguration { get; set; }
Public Property BridgeConfiguration As AIBridgeConfiguration
	Get
	Set

Property Value

Type: AIBridgeConfiguration
Specifies the type of Wheatstone bridge connected to the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also