User`s guide
Agilent E6432A Microwave Synthesizer User’s Guide 4-61
HPE6432_GetExtIfInvert
ViStatus HPE6432_GetExtIfInvert (ViSession
instrumentHandle, ViBoolean *ifSidebandInvert);
Purpose
This function gets the state of whether Normal or Invert is selected as
the IF Sideband to be used.
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.
ifSidebandInvert
Variable Type ViBoolean (passed by reference)
This parameter returns the current state specified by the Set IF
Sideband (Normal/Invert) function.
Allowable values: Normal or Invert
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_SetExtIfInvert