NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Adjust4304 Method

ExternalCalibrationSession.Adjust4304 Method

ExternalCalibrationSessionAdjust4304 Method

Adjusts the external calibration constants for an NI 4304. 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 Adjust4304(
	double referenceVoltage
)
Public Sub Adjust4304 ( 
	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

Was this information helpful?