Specifications
Chapter 2 Command System RIGOL
M300 Programming Guide 2-205
SYSTem:COMMunicate:LAN:IPADdress
Syntax SYSTem:COMMunicate:LAN:IPADdress "<address>"
SYSTem:COMMunicate:LAN:IPADdress? [{CURRent|STATic}]
Description
Set or query the IP address.
Parameters
Name
Type
Range
Default
<address>
ASCII
string
The format is nnn.nnn.nnn.nnn;
the first nnn ranges from 1 to 223 (except 127),
the other three range from 0 to 255.
None
Explanation This command is only available when the manual IP configuration mode is enabled.
You are recommended to ask your network administrator for an address available.
The command has two optional parameters. Use "CURRent" to query the IP address
currently set (the
SYSTem:COMMunicate:LAN:UPDate command is not executed). Use
"STATic" to query the IP address currently stored in the non-volatile memory (refer to
Appendix C: Non-volatile Memory). When the parameter is omitted, the system queries
the IP address currently set.
The IP address 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 the current IP address, for example, "172.16.3.128".
Example
SYST:COMM:LAN:IPAD "172.16.3.128"
SYST:COMM:LAN:IPAD? CURR
The query returns "172.16.3.128".
Related
commands
SYSTem:COMMunicate:LAN:MANUip
SYSTem:COMMunicate:LAN:DNS
SYSTem:COMMunicate:LAN:GATEway
SYSTem:COMMunicate:LAN:SMASk
SYSTem:COMMunicate:LAN:MAC?
Syntax
SYSTem:COMMunicate:LAN:MAC?
Description
Query the MAC address.
Explanation The MAC (Media Access Control) address is also called hardware address and is used to
define the location of the network device. For a power supply, the MAC address is unique
and is usually used to recognize the instrument when assigning IP address for the
instrument. The MAC address (48 bits, namely 6 bytes) is usually expressed in
hexadecimal form, for example, 00-EF-EE-17-03-30.
Return
Format
The query returns the MAC address, for example, 00-EF-EE-17-03-30.
Example
SYST:COMM:LAN:MAC?
The query returns 00-EF-EE-17-03-30.
Related
command
SYSTem Command Subsystem