NI-DAQmx .NET Framework 4.0 API Reference

ExternalCalibrationSession.AdjustDsaAI Method (Double)

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustDsaAI Method (Double)
Adjusts the external calibration constants for the analog input section of a DSA device without shorting the input terminals.

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

Syntax

public void AdjustDsaAI(
	double referenceVoltage
)
Public Sub AdjustDsaAI ( 
	referenceVoltage As Double
)

Parameters

referenceVoltage
Type: SystemDouble
The known voltage to use as a reference for calibration. This voltage must be between +4.9 V and +9.1 V.

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

Log in to get a better experience