ChangeExternalCalibrationPassword(string, string)
- Updated2026-02-05
- 1 minute(s) read
Changes the external calibration password of the device.
Syntax
Namespace: NationalInstruments.DAQmx
public void ChangeExternalCalibrationPassword(string currentPassword, string newPassword)
Parameters
| Name | Type | Description |
|---|---|---|
| currentPassword | string | The current calibration password for the device. The default password for all NI products is NI. |
| newPassword | string | The new password for the device. This password can be no longer than four characters. |
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |