Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-141
lan.status.port.rawsocket
This attribute contains the LAN raw socket connection port number.
Usage
port = lan.status.port.rawsocket
Details
The TCP port number used to connect the instrument and to control the instrument over a raw socket
communication interface.
Example
print(lan.status.port.rawsocket)
Outputs the LAN raw socket port number, such as:
5.02500e+03
Also see
None
lan.status.port.telnet
This attribute contains the LAN Telnet connection port number.
Usage
port = lan.status.port.telnet
Details
This attribute holds the TCP port number used to connect to the instrument to control it over a Telnet
interface.
Example
print(lan.status.port.telnet)
Get the LAN Telnet connection port number.
Output:
2.30000e+01