Changes the external calibration password of the device.

Syntax

Namespace: NationalInstruments.DAQmx

public void ChangeExternalCalibrationPassword(string currentPassword, string newPassword)

Parameters

NameTypeDescription
currentPasswordstring

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

newPasswordstring

The new password for the device. This password can be no longer than four characters.

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.