NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Device.ChangeExternalCalibrationPassword Method

  • Updated2023-02-21
  • 1 minute(s) read
Device.ChangeExternalCalibrationPassword Method
Changes the external calibration password of the device.

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

Syntax

public void ChangeExternalCalibrationPassword(
	string currentPassword,
	string newPassword
)
Public Sub ChangeExternalCalibrationPassword ( 
	currentPassword As String,
	newPassword As String
)

Parameters

currentPassword
Type: SystemString
The current calibration password for the device. The default password for all NI products is NI.
newPassword
Type: SystemString
The new password for the device. This password can be no longer than four characters.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience