User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-55
HPE6432_GetAttenAuto
ViStatus HPE6432_GetAttenAuto (ViSession instrumentHandle,
ViBoolean *attenAutoEnable);
Purpose
This function gets the state of the attenuator lock mechanism.
Factory Preset Value: Disabled
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.
attenAutoEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the state of whether the attenuator lock
mechanism is enabled or disabled.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetAttenAuto