NI-DAQmx .NET Framework 4.0 API Reference

ExternalCalibrationSession.AdjustDsa4463 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustDsa4463 Method
Adjusts the external calibration constants for the analog output section of a NI 4463 device.

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

Syntax

public void AdjustDsa4463(
	string physicalChannels,
	double referenceVoltage
)
Public Sub AdjustDsa4463 ( 
	physicalChannels As String,
	referenceVoltage As Double
)

Parameters

physicalChannels
Type: SystemString
Specifies the physical channel(s) to calibrate.
referenceVoltage
Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration.

Remarks

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

See Also

Log in to get a better experience