![Rohde & Schwarz SMM100A User Manual Download Page 961](http://html.mh-extra.com/html/rohde-and-schwarz/smm100a/smm100a_user-manual_1477939961.webp)
Remote control commands
R&S
®
SMM100A
961
User Manual 1179.1341.02 ─ 05
Example: Retrieving instrument specification
Note:
The following values are merely an example.
// Retrieving information on the data sheet versions
// query all data sheet versions stored in the instrument:
:SYSTem:SPECification:VERSion:CATalog?
"04.03,04.02,04.01,04.00,03.04,03.03,03.02,03.01,03.00,02.96,02.95,02.94,
02.02,02.01,02.00,01.03,01.02,01.01,01.00"
// query the initial data sheet version on delivery
:SYSTem:SPECification:VERSion:FACTory?
"04.00"
// select a specific data sheet version:
:SYSTem:SPECification:VERSion "04.01"
// Retrieving information on the data sheet parameters
// with respect to a poarticular data sheet
// query the IDs of all parameters listed in the selected version:
:SYSTem:SPECification:VERSion "04.03"
:SYSTem:SPECification:IDENtification:CATalog?
"ID_RF_FREQ_SETTING_TIME_ALC_ON_MS,ID_RF_FREQ_SETTING_TIME_MS,..."
// query the data sheet information on a specific parameter,
// defined by its ID
:SYSTem:SPECification? "ID_RF_FREQ_SETTING_TIME_ALC_ON_MS"
// returns the specified and, if available,
// the typical value of the parameter.
Example: Retrieving information on network-related settings
SYSTem:COMMunicate:NETWork:STATus?
// 1
SYSTem:PROTection1:STATe 0,123456
SYSTem:COMMunicate:NETWork:IPADdress:MODE STAT
SYSTem:COMMunicate:NETWork:IPADdress "10.113.0.104"
SYSTem:COMMunicate:NETWork:IPADdress:DNS "10.0.2.166"
SYSTem:COMMunicate:NETWork:COMMon:HOSTname?
// "SMM100A-102030"
SYSTem:COMMunicate:NETWork:COMMon:WORKgroup "instrument"
SYSTem:COMMunicate:NETWork:COMMon:DOMain "rsint.net"
SYSTem:COMMunicate:NETWork:IPADdress:GATeway "10.113.0.1"
SYSTem:COMMunicate:NETWork:IPADdress:SUBNet:MASK "255.255.252.0"
SYSTem:COMMunicate:NETWork:MACaddress "08 00 27 a3 a1 70"
SYSTem:PROTection1:STATe 1
SYSTem subsystem