NI-DAQmx .NET Framework 4.5 API Reference

Device.StartExternalCalibration Method

  • Updated2023-02-21
  • 1 minute(s) read
Device.StartExternalCalibration Method
Starts an external calibration session on a device.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.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

Log in to get a better experience