NI-DAQmx .NET Framework 4.0 API Reference

ExternalCalibrationSession.Setup4339 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Setup4339 Method
Initializes an NI PXIe 4339 device with the specified mode, range, and exitation for calibration.

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

Syntax

public void Setup4339(
	string physicalChannels,
	double rangeMinimum,
	double rangeMaximum,
	double excitationVoltage,
	CalibrationMode4339 calibrationMode
)
Public Sub Setup4339 ( 
	physicalChannels As String,
	rangeMinimum As Double,
	rangeMaximum As Double,
	excitationVoltage As Double,
	calibrationMode As CalibrationMode4339
)

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.
excitationVoltage
Type: SystemDouble
The voltage value for calibration.
calibrationMode
Type: NationalInstruments.DAQmxCalibrationMode4339
The calibration mode for the device.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience