niSync_GetExtCalRecommendedInterval

C Function Prototype

ViStatus niSync_GetExtCalRecommendedInterval (ViSession vi, ViInt32* months);

Purpose

Returns the number of months recommended between external calibration sessions for the device.

You can use this function in conjunction with other external calibration functions to determine the next time to run the device through an external calibration session.

Note  You do not need a calibration password to use this function. It can be invoked with an instrument handle created with either niSync_init or niSync_InitExtCal.

Parameters

Name Type Description
vi ViSession The session handle that you obtain from niSync_init or niSync_InitExtCal. The handle identifies a particular instrument session.

Default Value: None

months ViInt32 The recommended external calibration interval, in months, for the specified module.

Return Values