User`s guide
4-86 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetLevelingPoint
ViStatus HPE6432_GetLevelingPoint (ViSession
instrumentHandle, ViInt16 levelingPoint);
Purpose
This function gets the ALC leveling point. The ALC leveling point
affects the current state as well as the list.
Factory Preset Value: INTERNAL_DETECTOR
Parameter List
instrumentHandle
Variable Type ViSession
This is the ViSession handle that is obtained from the Initialize
function. The instrumentHandle identifies a particular instrument
session.
*levelingPoint
Variable Type ViInt16
This parameter returns the current ALC leveling point specified. The
external leveling point affects the current state as well as the list.
Allowable values:
• INTERNAL_DETECTOR (Factory Preset Value)
• EXTERNAL_DETECTOR_1 (Ext ALC - front panel connector)
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetLevelingPoint