User`s guide

4-58 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetDeepAmState
ViStatus HPE6432_GetDeepAmState (ViSession
instrumentHandle, ViBoolean *deepAMEnable);
Purpose
This function gets the state of amplitude modulation depth which can
be either normal or deep. The value of this setting affects the current
instrument state as well as the list.
Factory Preset Value: Normal
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.
deepAMEnable
Variable Type ViBoolean (passed by reference)
This parameter gets the current amplitude modulation depth specified
by the Set Deep AM (On/Off) function.
Allowable values: Deep=VI_TRUE, Normal=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetDeepAmState