User`s guide
4-82 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetIqInput
ViStatus HPE6432_GetIqInput (ViSession instrumentHandle,
ViUInt16 *iqInput);
Purpose
This function returns the selection for the I/Q Input of either Normal,
Swapped, or Test Tone.
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.
iqInput
Variable Type ViUInt16 (passed by reference)
This parameter returns an integer indicating whether the I/Q input is
set to Normal, Swapped, or Test Tone.
Allowable values: 0 (Normal), 1 (Swapped), or 2 (Test Tone)
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_SetIqInput