User`s guide
4-56 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetAttenuationLimits
ViStatus HPE6432_GetAttenuationLimits (ViSession
instrumentHandle, ViInt16 *minAttenuation, ViInt16
*maxAttenuation);
Purpose
This function gets the minimum and maximum output attenuation that
the synthesizer is specified to deliver.
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.
minAttenuation
Variable Type ViInt16 (passed by reference)
This parameter returns the minimum output attenuation that the
synthesizer is specified to deliver.
maxAttenuation
Variable Type ViInt16 (passed by reference)
This parameter returns the maximum output attenuation that the
synthesizer is specified to deliver.
Return Value
This return value always returns VI_SUCCESS.