User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-101
HPE6432_GetPowerLimits
ViStatus HPE6432_GetPowerLimits (ViSession
instrumentHandle, ViReal64 *minPower, ViReal64 *maxPower);
Purpose
This function gets the minimum and maximum output power that the
synthesizer is specified to deliver. It does not include any attenuator
settings.
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.
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.