NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIChannel.PerformBridgeShuntCalibration Method (Double, ShuntElementLocation, Double, ShuntCalibrationSelect, ShuntResistorSource)

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.PerformBridgeShuntCalibration Method (Double, ShuntElementLocation, Double, ShuntCalibrationSelect, ShuntResistorSource)
Performs shunt calibration for the specified channels using a bridge sensor.

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

Syntax

public void PerformBridgeShuntCalibration(
	double shuntResistorValue,
	ShuntElementLocation shuntResistorLocation,
	double bridgeResistance,
	ShuntCalibrationSelect shuntResistorSelect,
	ShuntResistorSource shuntResistorSource
)
Public Sub PerformBridgeShuntCalibration ( 
	shuntResistorValue As Double,
	shuntResistorLocation As ShuntElementLocation,
	bridgeResistance As Double,
	shuntResistorSelect As ShuntCalibrationSelect,
	shuntResistorSource As ShuntResistorSource
)

Parameters

shuntResistorValue
Type: SystemDouble
The resistance, in ohms, of the shunt resistor.
shuntResistorLocation
Type: NationalInstruments.DAQmxShuntElementLocation
The location of the shunt resistor.
bridgeResistance
Type: SystemDouble
The resistance, in ohms, of the bridge sensor.
shuntResistorSelect
Type: NationalInstruments.DAQmxShuntCalibrationSelect
The shunt calibration switch to use.
shuntResistorSource
Type: NationalInstruments.DAQmxShuntResistorSource
The shunt resistor to use.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience