NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

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

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

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

Syntax

public void PerformStrainShuntCalibration(
	double shuntResistorValue,
	ShuntElementLocation shuntResistorLocation,
	ShuntCalibrationSelect shuntResistorSelect,
	ShuntResistorSource shuntResistorSource
)
Public Sub PerformStrainShuntCalibration ( 
	shuntResistorValue As Double,
	shuntResistorLocation As ShuntElementLocation,
	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.
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