Remote control commands
R&S
®
AREG800A
345
User Manual 1179.3615.02 ─ 01
Suffix
Value range
Description
SENSe<ch>
[1] to 4
Indicates the sensor
Use the
:SLISt
commands to change the sensor mapping
READ<ch>
[1] to 4
Sensor assignment
INIate<hw>
[1] to 4
Sensor assignment
ELEMent<ch>
[1] to 25
Sensor-mapping list
Programming examples
Example: Detecting and assigning a power sensor
SLISt:LIST?
// Response: "NRP33SN-V-900007-USB Legacy","NRP-Z211-900001-USB Legacy"
// Lists all automatically detected sensors.
SLISt:SCAN:STATe 1
// Searches for sensors connected in the LAN or via the USBTMC protocol.
SLISt:SCAN:LSENsor 'NRQ6',101624 // sensor name, serial number
SLISt:SCAN:LSENsor 11.123.1.123, 101624 // IP address, serial number
// Adds sensors to the list, that are connected to LAN.
SLISt:SCAN:USENsor 'NRQ6',101624 //sensor name, serial number
SLISt:SCAN:USENsor #H15b,101624 //device ID (hexadecimal), serial number
SLISt:SCAN:USENsor 347,101624 //device ID (decimal), serial number
// Adds a sensor to the list, that is connected to the USB interface.
SLISt:LIST?
// Response: "NRP33SN-V-900007-USB Legacy","NRP-Z211-900001-USB Legacy",
// "NRP33SN-V-900005-USBTMC","NRP33SN-V-900011-LAN"
// Lists all automatically detected sensors.
SLISt:ELEMent3:MAPPing SENS1
// Maps the third sensor from the list to the first sensor channel.
SLISt:SENSor:MAP "NRPS18S-100654-USB Legacy", SENS3
// Maps the sensor to channel 3.
SLISt:CLEar[ALL]
// Remove all sensors from the list.
SLISt:CLEar:LAN
// Remove all sensors from the list, that are connected over LAN.
SLISt:CLEar:USB
// Remove all sensors from the list, that are connected over USB.
SENSe, READ, INITiate and SLISt subsystems