ExternalCalibrationSession.AdjustESeries Method
- Updated2023-02-21
- 1 minute(s) read
ExternalCalibrationSessionAdjustESeries Method
Adjusts the external calibration constants on an E Series device.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public void AdjustESeries( double referenceVoltage )
Public Sub AdjustESeries ( 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
You must connect a known voltage to the device and specify that voltage with referenceVoltage.