niDMM_CalAdjustLC
ViStatus = niDMM_CalAdjustLC(ViSession Instrument_Handle, ViInt32 Type)
Purpose
For the NI 4072 only, performs a specialized LC calibration step depending on the specified Type.
 |
Note Refer to the NI 4070/4072 6½ Digit FlexDMM Calibration Procedure 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 LC calibration steps to perform.
L & C Open (default) |
Calibrates the open compensation. |
L & C Short |
Calibrates the short compensation. |
L & C 25 Ω |
Calibrates the 25 Ω resistance. |
L & C 1 kΩ |
Calibrates the 1 kΩ resistance. |
L & C 5 kΩ |
Calibrates the 5 kΩ resistance. |
L & C 100 kΩ |
Calibrates the 100 kΩ resistance. |
|
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. |