User`s guide
Agilent E6432A Microwave Synthesizer User’s Guide 4-143
HPE6432_readStatusByte_Q
ViStatus HPE6432_readStatusByte_Q (ViSession
instrumentHandle, ViUInt16 *statusByte);
Purpose
This function reads the status byte.
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.
statusByte
Variable Type ViUInt16 (passed by reference)
This parameter returns an integer bit field.
Bit 0 = List Running
Bit 1 = Unleveled
Bit 2 = Unlocked
Bit 3 = Not Used
Bit 4 = Message available (read with error query)
Bit 5 to Bit 15 = Not Used
Return Value
This return value always returns VI_SUCCESS.