User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-169
HPE6432_SetDeepAmState
ViStatus HPE6432_SetDeepAmState (ViSession
instrumentHandle, ViBoolean deepAMEnable);
Purpose
This function selects either Normal or Deep amplitude modulation
while all other instrument state settings are unaffected.
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
This parameter specifies whether deep amplitude modulation is on or
off.
Allowable values: Deep=VI_TRUE, Normal=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_GetDeepAmState