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