NI-DAQmx .NET Framework 4.5 API Reference

ExternalCalibrationSession.Adjust4322 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust4322 Method
Adjusts the external calibration constants on an NI 4322 device.

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

Syntax

public void Adjust4322(
	string physicalChannels,
	double referenceValue
)
Public Sub Adjust4322 ( 
	physicalChannels As String,
	referenceValue As Double
)

Parameters

physicalChannels
Type: SystemString
The name(s) of the physical channels to calibrate.
referenceValue
Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must connect a known voltage to the device and specify that voltage with referenceValue.

See Also

Log in to get a better experience