NI-DAQmx .NET Framework 4.5 API Reference

ExternalCalibrationSession.Get11605AdjustmentPoints Method

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
ExternalCalibrationSession.Get11605AdjustmentPoints Method
Returns the reference voltage values to be used by a reference device to create a reference signal.

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

Syntax

public double[] Get11605AdjustmentPoints()
Public Function Get11605AdjustmentPoints As Double()

Return Value

Type: Double
A 1D array of reference voltage values.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Refer to thecalibration procedure for your devicefor detailed calibration instructions.
Note Note
After you commit the calibration, you cannot undo it. If any calibration settings are incorrect, you must recalibrate the device.

See Also