User`s guide
Agilent E6432A Microwave Synthesizer User’s Guide 4-67
HPE6432_GetFreqAlcAtten
ViStatus HPE6432_GetFreqAlcAtten (ViSession
instrumentHandle, ViReal64 *frequency, ViReal64 *alcPower,
ViUInt16 *attenuation);
Purpose
This function gets the output frequency, ALC power level, and
attenuation values.
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 (passed by reference)
This parameter returns the current frequency setting.
alcPower
Variable Type ViReal64 (passed by reference)
This parameter returns the current ALC power setting.
attenuation
Variable Type ViUInt16 (passed by reference)
This parameter returns the current attenuation setting.
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetFreqAlcAtten