User`s guide
4-116 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetSyncInput
ViStatus HPE6432_GetSyncInput (ViSession instrumentHandle,
ViUInt16 *syncInSource);
Purpose
This function gets the source of the Sync In trigger.
The source of the Sync In trigger can come from the hardware front
panel, the VXI backplane, a software function, or it can be disabled; it
can only come from one source at a time. Its functionality is determined
by the mode used during a Run List function.
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.
syncInSource
Variable Type ViUInt16 (passed by reference)
This parameter returns the current value specified by the Set Sync In
(Source) function.
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetSyncInput
HPE6432_RunList