User`s guide
Agilent E6432A Microwave Synthesizer User’s Guide 4-51
HPE6432_GetAmMode
ViStatus HPE6432_GetAmMode (ViSession instrumentHandle,
ViBoolean *amMode);
Purpose
This function gets the state of the AM mode which can be either
exponential or linear; this setting affects the current instrument state
as well as the list.
Factory Preset Value: Linear
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.
amMode
Variable Type ViBoolean (passed by reference)
This parameter gets the current amplitude modulation mode specified
by the Set AM Mode (LIN/EXP) function.
Allowable values: Exponential=VI_TRUE, Linear=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetAmMode