NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Setup4303 Method

ExternalCalibrationSession.Setup4303 Method

ExternalCalibrationSessionSetup4303 Method

Initializes an NI PXIe-4303 device with the specified range for calibration.

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

Syntax

public void Setup4303(
	string physicalChannels,
	double rangeMinimum,
	double rangeMaximum
)
Public Sub Setup4303 ( 
	physicalChannels As String,
	rangeMinimum As Double,
	rangeMaximum As Double
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
rangeMinimum
Type: SystemDouble
The minimum value in the range.
rangeMaximum
Type: SystemDouble
The maximum value in the range.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?