NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.Adjust4225 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust4225 Method

Note: This API is now obsolete.

The Adjust4225(String, Double, Double) method has been deprecated. Adjusts the external calibration constants for an NI 4225 device.

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

Syntax

[ObsoleteAttribute("The Adjust4225 method is deprecated.")]
public void Adjust4225(
	string physicalChannels,
	double gain,
	double referenceVoltage
)
<ObsoleteAttribute("The Adjust4225 method is deprecated.")>
Public Sub Adjust4225 ( 
	physicalChannels As String,
	gain As Double,
	referenceVoltage As Double
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
gain
Type: SystemDouble
The gain setting to calibrate.
referenceVoltage
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 referenceVoltage.

See Also

Log in to get a better experience