pipx40_writeCalibrationDate

ViStatus pipx40_writeCalibrationDate (ViSession instrumentHandle, ViUInt32 subunitNumber, ViUInt32 store, ViUInt32 interval);

Purpose

Write calibration date information to EEPROM. Date information is obtained from the current system date.

Parameters

Input
Name Type Description
instrumentHandle ViSession

Instrument handle obtained by the pipx40_init call used to open the card.

subunitNumber ViUInt32

The number of the sub-unit to access.
Valid Values:  1 thru the number of output sub-units available
on the card

store ViUInt32

Value indicating which store to access (user = 0, factory = 1).

interval ViUInt32

The desired calibration interval (in days).

Return Value

Name Type Description
status ViStatus

A numeric code indicating the success or failure of the operation.
VI_SUCCESS = Successful operation.
Negative values are error codes and positive values are warnings.
To get a description of an error, pass the error code to pipx40_error_message.

References

Calibration
Pickering Interfaces PXI VISA
Alphabetical Function Index
Hierarchical Function Index