User`s guide

Agilent E6432A Microwave Synthesizer Users Guide 4-57
HPE6432_GetBlankingState
ViStatus HPE6432_GetBlankingState (ViSession
instrumentHandle, ViBoolean *blankingEnable);
Purpose
This function returns the current blanking state.
Factory Preset Value: Enabled
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.
blankingEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the blanking state specified by the Set
Blanking (On/Off) function. The current state and every point in the
list specifies this point independently.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetBlankingState