NI-DAQmx .NET Framework 4.0 API Reference

AIChannel.PerformBridgeShuntCalibration Method (Double, ShuntElementLocation, Double)

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.PerformBridgeShuntCalibration Method (Double, ShuntElementLocation, Double)
Performs shunt calibration for the virtual channels in the task using a bridge sensor. An error will occur if not all virtual channels in the task support this operation.

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

Syntax

public void PerformBridgeShuntCalibration(
	double shuntResistorValue,
	ShuntElementLocation shuntResistorLocation,
	double bridgeResistance
)
Public Sub PerformBridgeShuntCalibration ( 
	shuntResistorValue As Double,
	shuntResistorLocation As ShuntElementLocation,
	bridgeResistance As Double
)

Parameters

shuntResistorValue
Type: SystemDouble
Specifies the shunt resistance, in ohms.
shuntResistorLocation
Type: NationalInstruments.DAQmxShuntElementLocation
Specifies the location of the shunt resistor.
bridgeResistance
Type: SystemDouble
Specifies the bridge resistance, in ohms.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience