NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.AdjustDsa4610 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.AdjustDsa4610 Method
Adjusts the external calibration gain constants for an NI 4610.

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

Syntax

public void AdjustDsa4610(
	string physicalChannels,
	double gain,
	double offset
)
Public Sub AdjustDsa4610 ( 
	physicalChannels As String,
	gain As Double,
	offset As Double
)

Parameters

physicalChannels
Type: SystemString
Specifies the physical channel to calibrate.
gain
Type: SystemDouble
Specifies, in decibels, the gain setting to calibrate.
offset
Type: SystemDouble
Specifies the offset at which to begin a read operation.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience