User`s guide

4-102 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetPowerLimitsAtFrequency
ViStatus HPE6432_GetPowerLimitsAtFrequency (ViSession
instrumentHandle, ViReal64 frequency, ViReal64 *minPower,
ViReal64 *maxPower);
Purpose
This function gets the minimum and maximum output power that the
synthesizer is specified to deliver at a specified frequency.
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.
frequency
Variable Type ViReal64
This parameter is used to specify the frequency that the synthesizer is
queried at for minimum and maximum output power.
minPower
Variable Type ViReal64 (passed by reference)
This parameter returns the minimum output power that the
synthesizer is specified to deliver.
maxPower
Variable Type ViReal64 (passed by reference)
This parameter returns the maximum output power that the
synthesizer is specified to deliver.
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_GetPowerLimits