RIGOL Chapter 2 Command System
2-86 MSO7000/DS7000 Programming Guide
The query returns the current DNS address in strings.
: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?
Queries the MAC address of the instrument.
The query returns the MAC address in strings. For example, 00:19:AF:00:11:22.
:LAN:DSErver?
Queries the address of the DHCP server.
The query returns the address of the DHCP server in strings.
:LAN:MANual
:LAN:MANual <bool>
:LAN:MANual?
Turns on or off the static IP configuration mode; or queries the on/off status of the
static IP configuration mode.
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.
The query returns 1 or 0.
:LAN:MANual ON /*Enables the static IP configuration mode.*/
:LAN:MANual? /*The query returns 1.*/