User manual
Section 13: Instrument Control Library (ICL)  Series 3700 System Switch/Multimeter Reference Manual 
13-202  3700S-901-01 Rev. C / July 2008 
lan.status.port.dst 
Remarks 
This attribute holds the TCP port number used to reset all other LAN socket 
connections. 
Example 
To display the Series 3700 DST port number: 
print(lan.status.port.dst) 
   5.030000000e+003 
lan.status.port.rawsocket 
Attribute 
Reads present LAN raw socket connection port number. 
Usage 
port = lan.status.port.rawsocket 
port: Raw socket port number. 
Remarks 
This attribute holds the TCP port number used to connect to the instrument to control it 
over a raw socket communication interface. 
Example 
To display the Series 3700 raw socket port number: 
print(lan.status.port.rawsocket) 
   5.025000000e+003 
lan.status.port.telnet 
Attribute 
Reads present LAN telnet connection port number. 
Usage 
port = lan.status.port.telnet 
port: Telnet port number. 
Remarks 
This attribute holds the TCP port number used to connect to the instrument to control it 
over a telnet interface. 
Example 
To display the Series 3700 TCP port number: 
print(lan.status.port.telnet) 
   2.300000000e+001 
lan.status.port.vxi11 
Attribute 
Reads present LAN VXI-11 connection port number. 
Usage 
port = lan.status.port.vxi11 
port: LAN VXI-11 port number. 
Remarks 
This attribute holds the TCP port number used to connect to the instrument to control it 
over a VXI-11 protocol connection. 
Example 
To display the Series 3700 VXI-11 number: 
print(lan.status.port.vxi11) 
   1.024000000e+003 










