Chapter 2 Command System RIGOL
DSA800E Programming Guide 2-163
:SYSTem:COMMunicate:LAN[:SELF]:IP:ADDress
Syntax
:SYSTem:COMMunicate:LAN[:SELF]:IP:ADDress <ip_address>
:SYSTem:COMMunicate:LAN[:SELF]:IP:ADDress?
Description
Set the IP address.
Query the IP address.
Parameter
Explanation
The format of <ip_address> is nnn.nnn.nnn.nnn; wherein, the range of the first nnn is from 1 to 223
(except 127) and the ranges of the other three nnn are from 0 to 255.
Return Format
The query returns the current IP address in nnn.nnn.nnn.nnn format.
Example
The command below sets the IP address to 172.16.3.199.
:SYSTem:COMMunicate:LAN:SELF:IP:ADDress 172.16.3.199
The query below returns 172.16.3.199.
:SYSTem:COMMunicate:LAN:SELF:IP:ADDress?
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNSServer
Syntax
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNSServer <ip_address>
:SYSTem:COMMunicate:LAN[:SELF]:IP:DNSServer?
Description
Set the DNS address.
Query the DNS address.
Parameter
Explanation
The format of <ip_address> is nnn.nnn.nnn.nnn; wherein, the range of the first nnn is from 1 to 223
(except 127) and the ranges of the other three nnn are from 0 to 255.
Return Format
The query returns the current DNS address in nnn.nnn.nnn.nnn format.
Example
The command below sets the DNS address to 172.16.2.2.
:SYSTem:COMMunicate:LAN:SELF:IP:DNSServer 172.16.2.2
The query below returns 172.16.2.2.
:SYSTem:COMMunicate:LAN:SELF:IP:DNSServer?