niDMM_GetSelfCalSupported

NI-DMM C/CVI/VB

niDMM_GetSelfCalSupported

ViStatus = niDMM_GetSelfCalSupported(ViSession Instrument_Handle, ViBoolean *Self_Cal_Supported)

Purpose

Returns a Boolean value that expresses whether or not the DMM that you are using can perform self-calibration.

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
Self_Cal_Supported ViBoolean* Returns whether Self Cal is supported for the device specified by the given session.

VI_TRUE 1 The DMM that you are using can perform self-calibration.
VI_FALSE 0 The DMM that you are using cannot perform self-calibration.

Return Value

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