R&S PR100 User Manual
SYSTem
. :COMMunicate
. . :SOCKet
. . . :ADDRess <ip-address>
Sets the IP-address of the ethernet connection of the device. Note that setting
this to another address results in losing connection with the device.Therefore,
it is most convenient to change all communication settings on the same line.
The settings will not take effect until the new-line has been received.
This only changes the address of the ethernet connection, it does not
influence the USB connection.
Parameters:
<ip-address> string representing IP dot notation of IP address (e.g.
“172.17.75.18”)
Error:
In case the IP address is invalid, an execution error -200,"Execution error" is
generated.
*RST state:
The address is maintained after reset
Example:
SYSTem:COMMunicate:SOCKET:ADDRess “172.17.75.18”
SYSTem
. :COMMunicate
. . :SOCKet
. . . :ADDRess?
Query the IP-address of the device
Parameter:
none
Result:
string representing IP dot notation of IP address (e.g. “172.17.75.18”)
Example:
SYSTem:COMMunicate:SOCKet:ADDRess? -> “172.17.75.18”