NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.Adjust1124 Method

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

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

Syntax

public void Adjust1124(
	double measuredOutput
)
Public Sub Adjust1124 ( 
	measuredOutput As Double
)

Parameters

measuredOutput
Type: SystemDouble
A DMM measured reading of the output of the SCXI-1124 after the call.

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