NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.BridgeBalanceCoarsePot Property

AIChannel.BridgeBalanceCoarsePot Property

AIChannelBridgeBalanceCoarsePot Property

Specifies by how much to compensate for offset in the signal. This value can be between 0 and 127.

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

Syntax

public int BridgeBalanceCoarsePot { get; set; }
Public Property BridgeBalanceCoarsePot As Integer
	Get
	Set

Property Value

Type: Int32
Specifies by how much to compensate for offset in the signal. This value can be between 0 and 127.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?