Remote-Control Commands
R&S
®
SMW-K144
147User Manual 1178.8013.02 ─ 06
● User Commands................................................................................................... 183
● DL/UL BWP Commands....................................................................................... 185
● BWP Configuration Commands............................................................................ 188
● Scheduling Commands.........................................................................................212
● PDSCH/PUSCH Commands.................................................................................219
● CORESET Commands......................................................................................... 230
● PUCCH Commands..............................................................................................249
● PRACH Commands.............................................................................................. 253
● Output Commands................................................................................................255
● Trigger Commands............................................................................................... 261
● Marker Commands................................................................................................266
● Clock Commands..................................................................................................268
8.1 Programming Examples
This description provides simple programming examples. The purpose of the examples
is to present all commands for a given task. In real applications, one would rather
reduce the examples to an appropriate subset of commands.
The programming examples have been tested with a software tool which provides an
environment for the development and execution of remote tests. To keep the example
as simple as possible, only the "clean" SCPI syntax elements are reported. Non-exe-
cutable command lines (e.g. comments) start with two // characters.
At the beginning of the most remote control program, an instrument (p)reset is recom-
mended to set the instrument to a definite state. The commands *RST and
SYSTem:PRESet are equivalent for this purpose. *CLS also resets the status registers
and clears the output buffer.
Example: Storing current configuration
SOURce1:BB:NR5G:SETTing:STORe "/var/user/my_nr"
*RST
SOURce1:BB:NR5G:SETTing:CATalog?
// my_nr, 5gnr
SOURce1:BB:NR5G:SETTing:LOAD "/var/user/5gnr"
SOURce1:BB:NR5G:STATe 1
SOURce1:BB:NR5G:NODE:NCARrier?
// 1
SOURce1:BB:NR5G:SETTing:DEL "my_nr"
SOURce1:BB:NR5G:WAVeform:CREate "/var/user/my_nr_wv"
Programming Examples