ExternalCalibrationSession.Adjust433x Method
- Updated2023-02-21
- 1 minute(s) read
ExternalCalibrationSessionAdjust433x Method
Adjusts the
external calibration
constants on an NI PXIe-433x device.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302
Syntax
public void Adjust433x( double referenceVoltage, double referenceExcitation, ShuntElementLocation shuntLocation )
Public Sub Adjust433x ( referenceVoltage As Double, referenceExcitation As Double, shuntLocation As ShuntElementLocation )
Parameters
- referenceVoltage
- Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration. - referenceExcitation
- Type: SystemDouble
The known excitation value to use as a reference for calibration. - shuntLocation
- Type: NationalInstruments.DAQmxShuntElementLocation
Specifies the location of the shunted leg.
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.