Additional Basics on Remote Control
R&S
®
NGL200
141
User Manual 1178.8736.02 ─ 02.01
STATus:QUEStionable Register
This register contains information about different states which can occur. It can be read
using the commands
STATus:QUEStionable:CONDition?
and
STATus:QUEStionable[:EVENt]?
.
Table A-5: Bits of the STATus:QUEStionable register
Bit No.
Meaning
0
Voltage
This bit is set while the instrument is in constant current mode (CC). The voltage is regula-
ted and the current is constant.
1
Current
This bit is set while the instrument is in constant voltage mode (CV). The current is variable
and the voltage is constant.
2 to 3
Not used
4
Temperature overrange
This bit is set if an over temperature occurs.
5 to 8
Not used
9
OVP Tripped
This bit is set if the over voltage protection has tripped.
10
Fuse Tripped
This bit is set if the fuse protection has tripped.
11 to 15
Not used
Query of an instrument status
Each part of any status register can be read using queries.
There are two types of commands:
●
The common commands
*ESR?
,
*IDN?
,
*STB?
query the higher-level registers.
●
The commands of the
STATus
system query the SCPI registers
(
STATus:QUEStionable
)
The returned value is always a decimal number that represents the bit pattern of the
queried register. This number is evaluated by the controller program.
Decimal representation of a bit pattern (binary weights)
The STB and ESR registers contain 8 bits, the status registers 16 bits. The contents of
a status register are specified and transferred as a single decimal number. To make
this possible, each bit is assigned a weighted value. The decimal number is calculated
as the sum of the weighted values of all bits in the register that are set to 1.
Status Reporting System