ViStatus niSync_ChangeExtCalPassword (ViSession vi, ViConstString oldPassword, ViConstString newPassword);
Sets the password required to begin a new external calibration session on the specified device.
![]() |
Note
|
Name | Type | Description | |||
---|---|---|---|---|---|
vi | ViSession | The session handle that you obtain from niSync_init or niSync_InitExtCal. The handle identifies a particular instrument session. |
|||
oldPassword | ViConstString | Specifies the old external calibration password for the device. oldPassword must exactly match the value, including case, in the device's non-volatile onboard memory for this operation to succeed.
| newPassword | ViConstString | Specifies the new external calibration password for the module. The new password is case-sensitive and must be entered exactly to begin a new calibration session.
|