User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-87
HPE6432_GetLevelingState
ViStatus HPE6432_GetLevelingState (ViSession
instrumentHandle, ViBoolean *levelingEnable);
Purpose
This function gets the ALC leveling state: Enabled or Disabled
Factory Preset Value: Enabled
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.
levelingEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the current ALC leveling state specified by the
Set Leveling (On/Off) function. The leveling state affects the
current state as well as the list.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetLevelingState