NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.AdjustDsaAI Method (AICoupling, Double, Double)

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustDsaAI Method (AICoupling, Double, Double)
Performs external calibration adjustment on a DSA device with the specified gain and coupling configuration.

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

Syntax

public void AdjustDsaAI(
	AICoupling coupling,
	double gain,
	double referenceVoltage
)
Public Sub AdjustDsaAI ( 
	coupling As AICoupling,
	gain As Double,
	referenceVoltage As Double
)

Parameters

coupling
Type: NationalInstruments.DAQmxAICoupling
Specifies the coupling setting to calibrate.
gain
Type: SystemDouble
Specifies, in decibels, the gain setting to calibrate.
referenceVoltage
Type: SystemDouble
Specifies, in volts, the known voltage to use as a reference for calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience