niHSDIO_ChangeExtCalPassword

NI Digital Waveform Generator/Analyzer

niHSDIO_ChangeExtCalPassword

Specific Function

C Function Prototype

ViStatus niHSDIO_ChangeExtCalPassword (ViSession vi, ViConstString oldPassword, ViConstString newPassword);

Purpose

Changes the password that is required to initialize an external calibration session. The password may be up to four characters long.

You can call this function from an acquisition, generation, or calibration session.

Parameters

Name Type Description
vi ViSession The session handle returned from niHSDIO_InitAcquisitionSession, niHSDIO_InitGenerationSession, or niHSDIO_InitExtCal.
oldPassword ViConstString The old (current) external calibration password.

Default Value: ""
newPassword ViConstString The new (desired) external calibration password.

Default Value: ""

Return Value