NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AIChannel.BridgePhysicalUnits Property

AIChannel.BridgePhysicalUnits Property

AIChannelBridgePhysicalUnits Property

Specifies to which physical unit to scale electrical data. Select the same unit that the sensor data sheet or calibration certificate uses for physical values.

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

Syntax

public AIBridgePhysicalUnits BridgePhysicalUnits { get; set; }
Public Property BridgePhysicalUnits As AIBridgePhysicalUnits
	Get
	Set

Property Value

Type: AIBridgePhysicalUnits
Specifies to which physical unit to scale electrical data. Select the same unit that the sensor data sheet or calibration certificate uses for physical values.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?