NI-DAQmx .NET Framework 4.5 API Reference

AIChannel.PerformStrainShuntCalibration Method (Double, ShuntElementLocation)

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.PerformStrainShuntCalibration Method (Double, ShuntElementLocation)
Performs shunt calibration for the virtual channels in the task using a strain gage 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.45.49302

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also