NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.Setup1124 Method (String, Scxi1124Range, Int64)

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Setup1124 Method (String, Scxi1124Range, Int64)
Configures the calibration task for an SCXI-1124 module.

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

Syntax

public void Setup1124(
	string physicalChannels,
	Scxi1124Range range,
	long dacValue
)
Public Sub Setup1124 ( 
	physicalChannels As String,
	range As Scxi1124Range,
	dacValue As Long
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
range
Type: NationalInstruments.DAQmxScxi1124Range
The range of the calibration.
dacValue
Type: SystemInt64
The binary value to be written out to the specified channels DAC at the specified range.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience