NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.AdjustAOSeries Method

ExternalCalibrationSession.AdjustAOSeries Method

ExternalCalibrationSessionAdjustAOSeries Method

Adjusts the external calibration constants on an AO Series device.

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

Syntax

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

Parameters

referenceVoltage
Type: SystemDouble
The known voltage to use as a reference for calibration. This voltage must be between +6.000 V and +9.999 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

Was this information helpful?