User manual

Chapter 2 Command System RIGOL
RSA3000 Programming Guide 2-177
Remarks
The format of <ip_address> is "nnn.nnn.nnn.nnn". The range for the first segment (nnn) of the address is
from 1 to 223 (except 127); and the range for the other three segments is from 0 to 255.
This command is only valid in manual IP setting mode.
Return Format
The query returns the current IP address in the format of "nnn.nnn.nnn.nnn".
Example
The following command sets the IP address to "172.16.3.199".
:SYSTem:COMMunicate:LAN:SELF:IP:ADDRess 172.16.3.199
The following query returns 172.16.3.199.
:SYSTem:COMMunicate:LAN:SELF:IP:ADDRess?
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNS:AUTO[:STATe]
Syntax
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNS:AUTO[:STATe] OFF|ON|0|1
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNS:AUTO[:STATe]?
Description
Sets the mode to obtain the DNS.
Queries the mode to obtain the DNS.
Parameter
Name
Type
Range
Default
——
Bool
OFF|ON|0|1
OFF|0
Remarks
ON|1: enables the auto mode of DNS, that is, selects the auto mode.
OFF|0: disables the auto mode of DNS, that is, selects the manual mode.
Return Format
The query returns 0 or 1.
Example
The following command enables the auto mode of DNS.
:SYSTem:COMMunicate:LAN:SELF:IP:DNS:AUTO:STATe ON
or :SYSTem:COMMunicate:LAN:SELF:IP:DNS:AUTO:STATe 1
The following query returns 1.
:SYSTem:COMMunicate:LAN:SELF:IP:DNS:AUTO:STATe?