User`s guide
Agilent E6432A Microwave Synthesizer User’s Guide 4-69
HPE6432_GetFreqModState
ViStatus HPE6432_GetFreqModState (ViSession
instrumentHandle, ViBoolean *fmEnable);
Purpose
This function gets the state of whether the frequency modulation port
on the synthesizer front panel is enabled or disabled.
Factory Preset Value: Disabled
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.
fmEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the current frequency modulation state
specified by the Set FM (On/Off) function.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetFreqModState