Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 169
Subsystem Commands
SYSTem Subsystem
mac_address returns the MAC address of the instrument. Response data type is
SRD.
Example :SYST:COMM:LAN:MAC?
:SYSTem:COMMunicate:LAN:SMASk
Sets the static subnet mask. 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:SMASk subnet_mask
:SYSTem:COMMunicate:LAN:SMASk? [CURRent|STATic]
Parameter subnet_mask Subnet mask. 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 255. Parameter data type is SPD.
Query response subnet_mask <newline>
subnet_mask returns the subnet mask. If the CURRent parameter is set,
subnet_mask returns the present setting. If the STATic parameter is set, subnet_mask
returns the reserved value for the next startup. Response data type is SRD.
Example :SYST:COMM:LAN:SMAS “255.255.255.0”
:SYST:COMM:LAN:SMAS?
:SYSTem:COMMunicate:LAN:TELNet:PROMpt
Sets the command prompt displayed during a Telnet session for establishing
communication with the instrument. This command setting is not changed by power
off or the *RST command.
The instrument uses LAN port 5024 for SCPI Telnet sessions, and 5025 for SCPI
Socket sessions.
A Telnet session can typically be started as shown below from a host computer shell.
telnet ip_address port
Syntax :SYSTem:COMMunicate:LAN:TELNet:PROMpt prompt
:SYSTem:COMMunicate:LAN:TELNet:PROMpt?