Instructions
RIGOL Chapter 2 Command System
2-100 DSG800 Programming Guide
:SYSTem:COMMunication:LAN:IP:AUTO
Syntax :SYSTem:COMMunication:LAN:IP:AUTO ON|OFF|1|0
:SYSTem:COMMunication:LAN:IP:AUTO?
Description Turn on or off the Auto-IP configuration mode.
Query the state of the Auto-IP configuration mode.
Parameter
Name Type Range Default
ON|OFF|1|0
Bool
ON|OFF|1|0
ON|1
Explanation In the Auto-IP configuration mode, the instrument acquires an IP address within
169.254.0.1 and 169.254.255.254 and the subnet mask 255.255.0.0
automatically based on the current network configuration.
When all the three IP configuration modes are "On", the priority order of
parameter configuration is "DHCP", "Auto-IP" and "Manual-IP".
The three IP configuration modes cannot be all set to "Off" at the same time.
Return Format
The query returns 1 or 0.
Example :SYST:COMM:LAN:IP:AUTO ON
:SYST:COMM:LAN:IP:AUTO?
Related
Commands
:SYSTem:COMMunication:LAN:DHCP
:SYSTem:COMMunication:LAN:IP:MANual
:SYSTem:COMMunication:LAN:IP:GATeway
Syntax :SYSTem:COMMunication:LAN:IP:GATeway <string>
:SYSTem:COMMunication:LAN:IP:GATeway?
Description Set the default gateway.
Query the current default gateway.
Parameter
Name
Type
Range
Default
<string> ASCII string
The format 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
--
Explanation This command is only valid when the Manual-IP configuration mode is turned
on.
You are recommended to ask your network administrator for an address
available.
Return Format
The query returns the default gateway. For example, 172.16.3.1.
Example :SYST:COMM:LAN:IP:GAT 172.16.3.1
:SYST:COMM:LAN:IP:GAT?
Related
Command
:SYSTem:COMMunication:LAN:IP:MANual