Specifications
RIGOL Chapter 2 Command System
2-192 M300 Programming Guide
STATus:OPERation:CONDition?
Syntax
STATus:OPERation:CONDition?
Description
Query the condition register for the Operation Status Register set.
Explanation This is a read-only register and the bits are not cleared when you read the register.
Bit 14 (Busy) will be set to 1 while the instrument is executing a time-consuming
command, such as the
MMEMory:IMPort:CONFig? command.
A Factory Reset (send the
*RST command) will set the "Configuration Changed" bit
(bit 8) to 1 in the condition register.
The bit definitions for the operation status condition register.
Bit
Bit Name
Weight
Definition
0
Calibrating
1
The instrument is calibrating.
1
Self Test
2
The instrument is performing a self-test.
2
Not Used
4
Always be 0.
3
Not Used
8
Always be 0.
4
Scanning
16
The instrument is scanning.
5
WFT
32
The instrument is waiting for a trigger.
6
Not Used
64
Always be 0.
7
USB MSD
detected
128
A USB storage device (external memory) has
been detected.
8
Config Changed
256
The scan lsit configuration has changed.
9
Not Used
512
Always be 0.
10
Instrument
Locked
1024 The instrument is locked.
11
Not Used
2048
Always be 0.
12
Not Used
4096
Always be 0.
13
Global Error
8192
An error occurs (the error queue is not empty).
14
Busy
16384
The instrument is busy.
15
Not Used
32768
Always be 0.
Return
Format
The query returns an integer which corresponds to the binary-weighted sum of all the bits
in the register. For example, if bit 4 (16 in decimal) and bit 8 (256 in decimal) are enabled,
this command will return 272 (#b100010000).
Example STAT:OPER:COND?
The query returns 272.
Related
commands
STATus:OPERation:ENABle
STATus:OPERation[:EVENt]?
*RST