Command Reference
R&S
®
CMW500
238User Manual 1173.9463.02 ─ 02
STATus:EVENt:BITS:NEXT? ['<RegExp>']
Searches, returns and deletes the next event at the lowest level of the STATus:OPER-
ation register hierarchy. An entry consists of a string composed of the complete path of
the status register reporting the event and the state.
This command can be used to supply state transitions to a remote control program one
by one. The program can then react on the transitions, e.g. fetch the results of a mea-
surement that reached the RDY or SDR state, or start a new measurement after a mea-
surement has been finished.
A list of all events in the STATus:OPERation register hierarchy can be returned using
STATus:EVENt:BITS:ALL?.
Query parameters:
'<RegExp>' Optional regular expression. Events not matching the regular
expression are ignored when searching for the next event. See
also Regular Expressions.
Example:
STATus:EVENt:BITS:NEXT?
Query and delete the next event.
Usage: Query only
Firmware/Software: V1.0.4.11
STATus:GENerator:CONDition:OFF? ['<RegExp>']
STATus:GENerator:CONDition:PENDing? ['<RegExp>']
STATus:GENerator:CONDition:ON? ['<RegExp>']
STATus:MEASurement:CONDition:OFF? ['<RegExp>']
STATus:MEASurement:CONDition:QUED? ['<RegExp>']
STATus:MEASurement:CONDition:RDY? ['<RegExp>']
STATus:MEASurement:CONDition:RUN? ['<RegExp>']
STATus:MEASurement:CONDition:SDReached? ['<RegExp>']
Lists all generator tasks or measurement tasks whose current state equals the state indi-
cated by the last mnemonic.
The results are collected from the CONDition parts of the lowest level registers of the
STATus:OPERation register hierarchy. They are returned as a comma separated list of
strings. Each string is composed of the complete path of the status register plus the
current state.
Query parameters:
'<RegExp>' Optional regular expression filtering the returned results, see also
Regular Expressions.
Example:
STATus:MEASurement:CONDition:RDY? 'GPRF'
List all tasks with current state "Ready". Limit the results to strings
containing 'GPRF'.
Usage: Query only
Firmware/Software: V1.0.4.11
Instrument-Control Commands