Command Reference - Base Software
R&S
®
CMW500
272User Manual 1173.9463.02 ─ 06
Most commands return a single string or a comma separated list of strings. Each string
is composed of the complete path of the status register plus the state. Example of a result
list (with additional line breaks for better readability):
"STAT:OPER:TASK:A:GPRF:MEAS1:POW:OFF",
"STAT:OPER:TASK:A:GPRF:MEAS1:IQVS:QUED",
"STAT:OPER:TASK:A:GPRF:MEAS1:EPS:RUN",
"STAT:OPER:TASK:A:GPRF:MEAS1:IQR:OFF",
"STAT:OPER:TASK:A:GPRF:GEN1:UNIV:ON"
The available commands are listed below.
STATus:CONDition:BITS:ALL?........................................................................................272
STATus:CONDition:BITS:COUNt?...................................................................................273
STATus:CONDition:BITS:CATaloge?...............................................................................273
STATus:EVENt:BITS:ALL?.............................................................................................273
STATus:EVENt:BITS:CLEar............................................................................................274
STATus:EVENt:BITS:COUNt?.........................................................................................274
STATus:EVENt:BITS:NEXT?..........................................................................................274
STATus:GENerator:CONDition:OFF?...............................................................................275
STATus:GENerator:CONDition:PENDing?........................................................................275
STATus:GENerator:CONDition:ON?................................................................................275
STATus:MEASurement:CONDition:OFF?.........................................................................275
STATus:MEASurement:CONDition:QUED?......................................................................275
STATus:MEASurement:CONDition:RDY?.........................................................................275
STATus:MEASurement:CONDition:RUN?........................................................................275
STATus:MEASurement:CONDition:SDReached?..............................................................275
STATus:CONDition:BITS:ALL? ['<RegExp>']
This command offers a comfortable way to get an overview of all task states, without
querying each register individually.
It evaluates the CONDition parts of the lowest level OPERation status registers. The
result consists of a comma separated list of strings. Each string indicates the state of one
task and is composed of the complete path of the status register plus the state. The
command is nondestructive.
In most situations the returned list shows all task states of the installed firmware appli-
cations. However it may happen that a task is not listed if currently no resources at all
are assigned to that task (e.g. directly after installation). In that case you could say that
the state of the task is less than "OFF".
Query parameters:
'<RegExp>' Optional regular expression filtering the returned results, see also
Regular Expressions.
Example:
STATus:CONDition:BITS:ALL? '(POW)|(IQV)'
List the current task states of the installed firmware applications.
Limit the results to strings containing 'POW' (GPRF power mea-
surement) or 'IQV' (GPRF IQ vs slot measurement).
Usage: Query only
Instrument-Control Commands