NI-DMM C Function Reference Help

niDMM_CalAdjustMisc

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

ViStatus = niDMM_CalAdjustMisc(ViSession Instrument_Handle, ViInt32 Type)

Purpose

Performs a specialized calibration step depending on the specified Type.

Note  The NI 4050 and NI 4060 are not supported.

Refer to the calibration procedure for your device before using this function.

Parameters

Input
Name Type Description
Instrument_Handle ViSession The session handle that you obtain from niDMM_InitExtCal. The handle identifies a particular instrument calibration session.
Type ViInt32 Specifies which of the miscellaneous calibration steps to perform.

NIDMM_EXTCAL_MISCCAL_VREF (default) Calibrate the Voltage Reference.
NIDMM_EXTCAL_MISCCAL_RREF Calibrate the Resistance Reference.
NIDMM_EXTCAL_MISCCAL_ZINT Calibrate the Internal Impedance.
NIDMM_EXTCAL_MISCCAL_2WIRELEAKAGE Calibrate the 2-wire Leakage resistance.
NIDMM_EXTCAL_MISCCAL_4WIRELEAKAGE Calibrate the 4-wire Leakage resistance.
NIDMM_EXTCAL_MISCCAL_SECTION Update calibration information and verify calibration completeness.

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