User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-183
HPE6432_SetFreqModState
ViStatus HPE6432_SetFreqModState (ViSession
instrumentHandle, ViBoolean fmEnable);
Purpose
This function enables or disables the frequency modulation port on the
synthesizer front panel; all other instrument state settings are
unaffected.
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
This parameter specifies whether frequency modulation is enabled or
disabled.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_GetFreqModState