NI-DAQmx .NET Framework 4.5 API Reference

ExternalCalibrationSession.AdjustDsaAI Method (Double, Boolean)

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustDsaAI Method (Double, Boolean)
Adjusts the external calibration constants for the analog input section of a DSA device. You can specify whether you want to short the input terminals or not.

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

Syntax

public void AdjustDsaAI(
	double referenceVoltage,
	bool inputsShorted
)
Public Sub AdjustDsaAI ( 
	referenceVoltage As Double,
	inputsShorted As Boolean
)

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.
inputsShorted
Type: SystemBoolean
Specifies whether the input terminals are shorted for the calibration procedure. Refer to the calibration procedure for your device for more information.

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