NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExternalCalibrationSession.Setup1126 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Setup1126 Method
Configures the channel and range for an SCXI-1126 module calibration task.

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

Syntax

public void Setup1126(
	string physicalChannels,
	double upperFrequencyLimit
)
Public Sub Setup1126 ( 
	physicalChannels As String,
	upperFrequencyLimit As Double
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
upperFrequencyLimit
Type: SystemDouble
The upper frequency limit.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You can measure calibration input and output points by supplying reference signals to the specified channel and measuring the outputs.
Note Note
The terminal where you can measure module output depends on the configuration of the module in MAX. National Instruments recommends cabling the module to the digitizer so that the output appears on the MCH0± pins of the rear signal connector. Refer to the SCXI-1126 User Manual for more information on the routing of module output.

See Also

Log in to get a better experience