int32 DAQmxChangeExtCalPassword (const char deviceName[], const char password[], const char newPassword[]);
Changes the external calibration password of the device.
| Input | ||
| Name | Type | Description |
|---|---|---|
| deviceName |
|
The name of the device, as configured in MAX, to which this operation applies. |
| password |
|
The current calibration password for the device. This password is case sensitive. The default password for all NI products is NI. |
| newPassword |
|
The new password for the device. This password can be no longer than four characters. |
| Name | Type | Description |
|---|---|---|
| status | int32 | The error code returned by the function in the event of an error or warning. A value of 0 indicates success. A positive value indicates a warning. A negative value indicates an error. |