Instructions
Chapter 2 Command System  RIGOL 
MSO5000 Programming Guide  2-83   
Return 
Format 
The query returns the current DNS address in strings. 
Example 
:LAN:DNS 192.168.1.1  /*Sets the DNS address to 192.168.1.1.*/ 
:LAN:DNS?                                        /*The query returns the current DNS address.*/ 
:LAN:MAC? 
Syntax 
:LAN:MAC? 
Description 
Queries the MAC address of the instrument. 
Return 
Format 
The query returns the MAC address in strings. For example, 00:19:AF:00:11:22. 
:LAN:DSErver? 
Syntax 
:LAN:DSErver? 
Description 
Queries the address of the DHCP server. 
Return 
Format 
The query returns the address of the DHCP server in strings. 
:LAN:MANual 
Syntax 
:LAN:MANual <bool> 
:LAN:MANual? 
Description 
Turns on or off the static IP configuration mode; or queries the on/off status of the 
static IP configuration mode. 
Parameter 
Name 
Type 
Range 
Default 
<bool> 
Bool 
{{1|ON}|{0|OFF}} 
0|OFF 
Remarks 
When the static IP mode is valid, disable DHCP and Auto IP manually. You can 
self-define the network parameters of the oscilloscope, such as IP address, subnet 
mask, gateway, and DNS address. For the setting of the IP address, refer to 
the :LAN:IPADdress command. For the setting of the subnet mask, refer to 
the :LAN:SMASk command. For the setting of the gateway, refer to the :LAN:GATeway 
command. For the setting of DNS, refer to the :LAN:DNS command. 
Return 
Format 
The query returns 1 or 0. 
Example 
:LAN:MANual ON                                    /*Enables the static IP configuration mode.*/ 
:LAN:MANual?                                        /*The query returns 1.*/ 










