NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.Adjust4302 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust4302 Method
Adjusts the external calibration constants for an NI 4302. Connect a known voltage to the device and specify that voltage with referenceVoltage.

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

Syntax

public void Adjust4302(
	double referenceVoltage
)
Public Sub Adjust4302 ( 
	referenceVoltage As Double
)

Parameters

referenceVoltage
Type: SystemDouble
Specifies, in volts, the known voltage to use as a reference for calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience