NI-DAQmx .NET Framework 4.0 API Reference

ExternalCalibrationSession.Adjust4305 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust4305 Method
Adjusts the external calibration constants for an NI 4305. 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 Adjust4305(
	double referenceVoltage
)
Public Sub Adjust4305 ( 
	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