Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 165
Subsystem Commands
SYSTem Subsystem
:SYSTem:COMMunicate:LAN:ADDRess
Sets the static LAN (IP) address of the instrument. The setting is enabled by the
:SYSTem:COMMunicate:LAN:UPDate command. This command setting is not
changed by power off or the *RST command.
Syntax :SYSTem:COMMunicate:LAN:ADDRess address
:SYSTem:COMMunicate:LAN:ADDRess? [CURRent|STATic]
Parameter address IP address of the instrument. It must be in the A.B.C.D format
with 15 characters maximum. A, B, C, and D must be a number
from 0 to 225. Parameter data type is SPD.
Query response address <newline>
address returns the static LAN (IP) address of the instrument. If the CURRent
parameter is set, address returns the present setting. If the STATic parameter is set,
address returns the reserved value for the next startup. Response data type is SRD.
Example :SYST:COMM:LAN:ADDR “192.168.100.100”
:SYST:COMM:LAN:ADDR?
:SYSTem:COMMunicate:LAN:BSTatus?
Returns the LAN boot status of the instrument.
Syntax :SYSTem:COMMunicate:LAN:BSTatus?
Query response status <newline>
status returns the following LAN boot status. Response data type is CRD.
LAN_AUTO_IP The instrument booted with a local IP address.
LAN_DHCP The instrument booted with a DHCP-assigned address.
LAN_FAULT The instrument cannot detect a connection.
LAN_STATIC The instrument booted with a static IP address.
Example :SYST:COMM:LAN:BST?