User`s guide
4-90 Agilent E6432A Microwave Synthesizer User’s Guide
HPE6432_GetLongBlankingState
ViStatus HPE6432_GetLongBlankingState (ViSession
instrumentHandle, ViBoolean *longBlankingEnable);
Purpose
This function returns the current long blanking state.
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.
longBlankingEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the long blanking state specified by the Set
Long Blanking (On/Off) function. The current state and every point
in the list specifies this parameter independently.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetLongBlankingState