NI-DMM C Function Reference Help

niDMM_GetExtCalRecommendedInterval

  • Updated2023-02-21
  • 1 minute(s) read

ViStatus = niDMM_GetExtCalRecommendedInterval(ViSession Instrument_Handle, ViInt32 *Months)

Purpose

Returns the recommended interval between external recalibration in Months.

Note Note  The NI 4050 and NI 4060 are not supported.

Parameters

Input
Name Type Description
Instrument_Handle ViSession Identifies a particular instrument session. You obtain the Instrument_Handle parameter from niDMM_init or niDMM_InitWithOptions. The default is None.
Output
Name Type Description
Months ViInt32* Returns the recommended number of Months between external calibrations.

Return Value

Name Type Description
Status ViStatus Reports the Status of this operation. To obtain a text description of the status code, call niDMM_GetErrorMessage. To obtain additional information concerning the error condition, use niDMM_GetError.

Log in to get a better experience