User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-83
HPE6432_GetIqModState
ViStatus HPE6432_GetIqModState (ViSession instrumentHandle,
ViBoolean *iqEnable);
Purpose
This function gets the state of whether the I/Q modulation ports on the
synthesizer front panel are enabled or disabled.
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.
iqEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the current IQ modulation state specified by
the Set IQ (On/Off) function.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This parameter reports the return status of this function.
To obtain further information about the status that is returned, call the
Error Message function or refer to “Error-Code and Fail-Code
Messages” on page 3-93.
Related Topics
HPE6432_SetIqModState