NI-DAQmx .NET Framework 4.5 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Adjust433x Method

ExternalCalibrationSession.Adjust433x Method

ExternalCalibrationSessionAdjust433x Method

Adjusts the external calibration constants on an NI PXIe-433x device.

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

Syntax

public void Adjust433x(
	double referenceVoltage,
	double referenceExcitation,
	ShuntElementLocation shuntLocation
)
Public Sub Adjust433x ( 
	referenceVoltage As Double,
	referenceExcitation As Double,
	shuntLocation As ShuntElementLocation
)

Parameters

referenceVoltage
Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration.
referenceExcitation
Type: SystemDouble
The known excitation value to use as a reference for calibration.
shuntLocation
Type: NationalInstruments.DAQmxShuntElementLocation
Specifies the location of the shunted leg.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must connect a known voltage to the device and specify that voltage with referenceVoltage.

See Also

Was this information helpful?