User`s guide

4-50 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetAlcBandwidth
ViStatus HPE6432_GetAlcBandwidth (ViSession
instrumentHandle, ViBoolean *alcBandwidth);
Purpose
This function gets the value of the ALC bandwidth which can be either
high or low; this setting affects the current state as well as the list.
Factory Preset Value: High
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.
alcBandwidth
Variable Type ViBoolean (passed by reference)
This parameter returns the current ALC bandwidth specified by the
Set Bandwidth (High/Low) function.
Allowable values: low=VI_TRUE, high=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetAlcBandwidth