NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.Adjust1502 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust1502 Method
Adjusts the external calibration constants for an SCXI-1502 module.

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

Syntax

public void Adjust1502(
	double referenceVoltage,
	double measuredOutput
)
Public Sub Adjust1502 ( 
	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

Log in to get a better experience