User`s guide
Agilent E6432A Microwave Synthesizer User’s Guide 4-119
HPE6432_GetUserBlankingState
ViStatus HPE6432_GetUserBlankingState (ViSession
instrumentHandle, ViBoolean *userBlankingEnable);
NOTE Use of this function can result in unspecified performance Performance
of the synthesizer resulting from this usage is unwarranted.
Purpose
This function returns the current user 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.
userBlankingEnable
Variable Type ViBoolean (passed by reference)
This parameter returns the state specified by the Set User Blanking
(On/Off) function.
Allowable values: enable=VI_TRUE, disable=VI_FALSE
Return Value
This return value always returns VI_SUCCESS.
Related Topics
HPE6432_SetUserBlankingState