Model 2281S-20-6 DC Power Supply and Battery Simulator Reference Manual
Section 7: SCPI command reference
077114601 / March 2019
7-165
The query form of the command returns the present settings in the order shown here:
AUTO
or
MANual,<IPaddress>,<NETmask>,<GATeway>
Example
:SYST:COMM:LAN:CONF MAN,"192.168.0.1","255.255.240.0","192.168.0.3"
:SYST:COMM:LAN:CONF?
Set the IP address to be set manually, with the IP address set to 192.168.0.1, the subnet mask to
255.255.240.0, and the gateway address to 192.168.0.3.
Query to verify the settings. The response to the query should be:
MANUAL,"192.168.0.1","255.255.240.0","192.168.0.3"
Also see
:SYSTem:COMMunication:LAN:MACaddress?
(on page 7-165)
:SYSTem:COMMunication:LAN:MACaddress?
This command queries the LAN MAC address.
Type
Affected by
Where saved
Default value
Query only
Not applicable
Not applicable
Not applicable
Usage
:SYSTem:COMMunication:LAN:MACaddress?
Details
The MAC address is a character string representing the MAC address of the instrument in
hexadecimal notation. The string includes colons that separate the address octets.
Example
:SYSTem:COMMunication:LAN:MACaddress?
Returns the MAC address. For example, you might
see:
00:60:1A:00:00:57
Also see
None