NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Setup11637 Method

ExternalCalibrationSession.Setup11637 Method

ExternalCalibrationSessionSetup11637 Method

Sets up external calibration for an FD 11637 device.

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

Syntax

public void Setup11637(
	string physicalChannels,
	AIBridgeConfiguration11637 bridgeConfiguration,
	double excitationValue
)
Public Sub Setup11637 ( 
	physicalChannels As String,
	bridgeConfiguration As AIBridgeConfiguration11637,
	excitationValue As Double
)

Parameters

physicalChannels
Type: SystemString
Specifies the name of the physical channel to use to create the virtual channel. The DAQmx physical channel constant lists all physical channels for devices installed in the system. You cannot specify more than one physical channel.
bridgeConfiguration
Type: NationalInstruments.DAQmxAIBridgeConfiguration11637
The type of Wheatstone bridge the sensor is.
excitationValue
Type: SystemDouble
Specifies the excitation value for the current channel and bridge configuration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Refer to the calibration procedure for your device for detailed calibration instructions.
Note Note
After you commit the calibration, you cannot undo it. If any calibration settings are incorrect, you must recalibrate the device.

See Also

Was this information helpful?