Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-126 2601B-PULSE-901-01A April 2020
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
Also see
None