R&S PR100 User Manual
SYSTem
. :COMMunicate
. . :SOCKet
. . . :PORT <numeric_value>
Sets the IP-port number of the SCPI parser. 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.
Parameters:
<numeric_value> integer port number in the range [0,65535] (16 bit)
Error:
In case the port number is invalid, an execution error -200,"Execution error" is
generated.
*RST state:
The port number is maintained after reset
Example:
SYSTem:COMMunicate:SOCKet:PORT 5555
SYSTem
. :COMMunicate
. . :SOCKet
. . . :PORT?
Query the IP-port number of the SCPI parser
Parameter:
none
Result:
integer port number in the range [0,65535] (16 bit)
Example:
SYSTem:COMMunicate:SOCKet:PORT? -> 5555