NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.StartExternalCalibration Method

Device.StartExternalCalibration Method

DeviceStartExternalCalibration Method

Starts an external calibration session on a device.

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

Syntax

public ExternalCalibrationSession StartExternalCalibration(
	string password
)
Public Function StartExternalCalibration ( 
	password As String
) As ExternalCalibrationSession

Parameters

password
Type: SystemString
The current calibration password for the device. The default password for all NI products is NI.

Return Value

Type: ExternalCalibrationSession
A reference to the ExternalCalibrationSession.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?