NI-DAQmx .NET Framework 4.5 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Adjust1122 Method

ExternalCalibrationSession.Adjust1122 Method

ExternalCalibrationSessionAdjust1122 Method

Adjusts the external calibration constants for an SCXI-1122 module.

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

Syntax

public void Adjust1122(
	double referenceVoltage,
	double measuredOutput
)
Public Sub Adjust1122 ( 
	referenceVoltage As Double,
	measuredOutput As Double
)

Parameters

referenceVoltage
Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration.
measuredOutput
Type: SystemDouble
The measured output, in volts, for the channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must connect a known voltage to the module. You must specify the voltage with referenceVoltage and specify the measured output with measuredOutput.

See Also

Was this information helpful?