NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

ExternalCalibrationSession.Setup9260 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Setup9260 Method
Writes the specified binary value to the DAC on the specified physical channel. This modules requires a sweep of DAC values obtained from the Get9260AdjustmentPoints.

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

Syntax

public void Setup9260(
	string physicalChannels,
	int value
)
Public Sub Setup9260 ( 
	physicalChannels As String,
	value As Integer
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
value
Type: SystemInt32
The reference value measured using a calibrator.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience