ExternalCalibrationSession.Adjust1122 Method
- Updated2023-02-21
- 1 minute(s) read
ExternalCalibrationSessionAdjust1122 Method
Adjusts the external calibration constants for an SCXI-1122 module.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public void Adjust1122( double referenceVoltage, double measuredOutput )
Public Sub Adjust1122 ( referenceVoltage As Double, measuredOutput As Double )
Parameters
- referenceVoltage
- Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration. - measuredOutput
- Type: SystemDouble
The measured output, in volts, for the channel.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |
Remarks
You must connect a known voltage to the module. You must specify the voltage with referenceVoltage and specify the measured output with measuredOutput.