Keithley 3700 series Reference Manual page 286

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Section 9: Instrument Control Library (ICL)
lan.status.port.rawsocket
Attribute
Usage
Remarks
Example
lan.status.port.telnet
Attribute
Usage
Remarks
Example
lan.status.port.vxi11
Attribute
Usage
Remarks
Example
lan.status.reset
Function
Usage
Remarks
9-142
Reads present LAN raw socket connection port number.
port = lan.status.port.rawsocket
port: Raw socket port number.
This attribute holds the TCP port number used to connect to the instrument to control it
over a raw socket communication interface.
To display the Series 3700 raw socket port number:
print(lan.status.port.rawsocket)
 5.025000000e+003
Reads present LAN telnet connection port number.
port = lan.status.port.telnet
port: Telnet port number.
This attribute holds the TCP port number used to connect to the instrument to control it
over a telnet interface.
To display the Series 3700 TCP port number:
print(lan.status.port.telnet)
 2.300000000e+001
Reads present LAN VXI-11 connection port number.
port = lan.status.port.vxi11
port: LAN VXI-11 port number.
This attribute holds the TCP port number used to connect to the instrument to control it
over a VXI-11 protocol connection.
To display the Series 3700 VXI-11 number:
print(lan.status.port.vxi11)
 1.024000000e+003
Resets the LAN interface.
lan.status.reset()
This function performs a lan.restoredefaults followed by a lan.applysettings. To restore
the LAN settings without applying them, use lan.restoredefaults.
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents