Specifications

Chapter 2 Command System RIGOL
M300 Programming Guide 2-201
SYSTem:COMMunicate:LAN:AUTOip
Syntax SYSTem:COMMunicate:LAN:AUTOip <mode>
SYSTem:COMMunicate:LAN:AUTOip?
Description
Enable or disable the auto IP configuration mode.
Parameters
Name
Type
Range
Default
<mode>
Bool
{ON|OFF|0|1}
None
Explanation In auto IP configuration mode, the instrument acquires the IP address from
169.254.0.1 to 169.254.255.254 and subnet mask 255.255.0.0 according to the
current network configuration automatically.
When all the three configuration modes are set to On, the priority order of parameter
configuration is DHCP, AutoIPand “ManualIP”.
The three IP configuration modes cannot all be set to Offat the same time.
When the DHCP and auto IP modes are enabled at the same time, if you want to use
the auto IP mode to obtain an IP address, the DHCP mode should be disabled;
otherwise, the instrument automatically uses the DHCP mode.
This setting takes effect after the
SYSTem:COMMunicate:LAN:UPDate command
(update the setting) is sent.
The auto IP setting is stored in the non-volatile memory (refer to
Appendix C:
Non-volatile Memory) and does not change when the power has been off, after a
Factory Reset (send the
*RST command) or after an Instrument Preset (send the
SYSTem:PRESet command).
Return
Format
The query returns 1 (ON) or 0 (OFF).
Example SYST:COMM:LAN:AUTO ON
SYST:COMM:LAN:AUTO?
The query returns 1.
Related
commands
SYSTem:COMMunicate:LAN:DHCP
SYSTem:COMMunicate:LAN:MANUip
SYSTem:COMMunicate:LAN:CONTrol?
Syntax
SYSTem:COMMunicate:LAN:CONTrol?
Description
Query the control connection port number of the Socket communication.
Explanation This command is only valid when the socket mode is used for communication.
This query always returns +0 if the socket mode is not used for communication.
Return
Format
The query returns the control connection port number of the Socket communication. If +0
is returned, the socket mode is not used for communication.
Example SYST:COMM:LAN:CONT?
The query returns 5555.
Related
command
SYSTem Command Subsystem