NI-DAQmx .NET Framework 4.0 API Reference

ExternalCalibrationSession.Setup4322 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Setup4322 Method
Configures the calibration task for an NI 4322 device.

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

Syntax

public void Setup4322(
	string physicalChannels,
	AOOutputType outputType,
	double outputValue
)
Public Sub Setup4322 ( 
	physicalChannels As String,
	outputType As AOOutputType,
	outputValue As Double
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
outputType
Type: NationalInstruments.DAQmxAOOutputType
The output type.
outputValue
Type: SystemDouble
The value for calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience