Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-140 2600BS-901-01 Rev. F/August 2021
lan.status.macaddress
This attribute contains the LAN MAC address.
Usage
macAddress = lan.status.macaddress
The instrument MAC address
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 (see Example).
Example
print(lan.status.macaddress)
Outputs the MAC address of the instrument, for example:
08:00:11:00:00:57
Also see
None
lan.status.port.dst
This attribute contains the LAN dead socket termination port number.
Usage
port = lan.status.port.dst
Dead socket termination socket port number
Details
This attribute holds the TCP port number used to reset all other LAN socket connections.
To reset all LAN connections, open a connection to the DST port number.
Example
print(lan.status.port.dst)
Outputs the LAN dead socket termination port number, such as:
5.03000e+03