Specifications

RIGOL 2 Command System
2-226 DS2000 Programming Guide
2-226
:LAN:IPADdress
Syntax
:LAN:IPADdress <string>
:LAN:IPADdress?
Description
Set the IP address of the instrument.
Query the current IP address of the instrument.
Parameter
Name Type Range Default
<string> ASCII character string nnn,nnn,nnn,nnn --
Explanation
When setting the <string>, the range of the first nnn is from 0 to 223 (except 127)
and the ranges of the other three nnn are from 0 to 255.
When using this command, the IP configuration mode should be Static IP mode
(refer to the
:LAN:MANual command) and DHCP and Auto IP are disabled.
Return Format
The query returns the current IP address in character string.
Example
:LAN:IPADdress 172,16,3,119
The query returns 172.16.3.119.