Command reference
R&S
®
ZNB/ZNBT
1452
User Manual 1173.9163.02 ─ 62
DIAGnostic:HUMS:SYSTem:STATus?
Queries the complete system status information of the instrument. Depending on the
set data format, the queried data is either displayed in
XML
or
JSON
format. For more
information about setting the data format, see
Return values:
<SystemStatus>
<block_data>
Returns complete system status information of the connected
instrument as block data in a comma-separated list:
#blockdata{<globalStatus>,<tablevalues>:
[{tablevalue1},{tablevalue2},...]}
Binary block data with the following syntax:
#<Digits><Length><Binarydata>
#
Indicates the start of the binary block
<Digits>
Decimal value
Gives the number of decimal digits used for the
<Length>
value
<Length>
Decimal value
Number of bytes the follow in the
<Binary data>
part
<Binary data>
Binary data in ASCII format
For each table value it returns the following values:
<id>,<description>,<descriptionExtended>,
<value>,<unit>,<upperLimit>,<lowerLimit>,
<reference>,<severity>
Example:
//Return system status information
DIAG:HUMS:SYST:STAT?
#41874{"globalStatus":3,"values":[{"id":
31522816,"description":
"RF Overload","descriptionExtended":
null,"value":null,"unit":null,"upperLimit":
null,"lowerLimit":null,"reference":
null,"severity":1},...}]}
Usage:
Query only
DIAGnostic:HUMS:SYSTem:STATus:SUMMary?
Queries the status summary of the complete system.
Return values:
<StatusSummary>
OK
The system is OK.
HUMS and service date commands