NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Setup1143 Method

ExternalCalibrationSession.Setup1143 Method

ExternalCalibrationSessionSetup1143 Method

Configures the gain value for an SCXI-1143 module calibration task.

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

Syntax

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

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
gain
Type: SystemDouble
The gain setting to calibrate.

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 on which to 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-1141/1142/1143 User Manual for more information on the routing of module output.

See Also

Was this information helpful?