Keithley 3700 series Reference Manual page 282

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

Advertisement

Section 9: Instrument Control Library (ICL)
lan.config.speed
Attribute
Usage
Remarks
Also see
Example
lan.config.subnetmask
Attribute
Usage
Remarks
Also see
Example
9-138
Configures LAN speed.
To read LAN speed:
speed = lan.config.speed
To write LAN speed:
lan.config.speed = speed
speed: Lan speed setting in Mbps. Setting can be either 10 or 100.
This attribute selects the transmission speed used by the LAN interface when
lan.config.autonegotiate
(on page 9-132) is enabled, this setting is ignored.
NOTE This attribute does not indicate the actual setting currently in effect. Use the
lan.status attributes to determine the current operating state of the LAN.
lan.config.autonegotiate
To LAN speed configuration:
lan.config.speed = 100
Configures LAN subnet mask.
To read the LAN subnet mask:
mask = lan.config.subnetmask
To write the LAN subnet mask:
lan.config.subnetmask = mask
mask: LAN subnet mask value string specifying the subnet mask in dotted decimal
notation.
This attribute specifies the LAN subnet mask to use when the manual configuration
method is used to configure the LAN. This setting is ignored when DLLA or DHCP is
used.
NOTE This attribute does not indicate the actual setting currently in effect. Use the
lan.status attributes to determine the current operating state of the LAN.
lan.status
To display the LAN subnet mask:
print(lan.config.subnetmask)
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-132) is disabled. When
(on page 9-132)
Document Number: 3700S-901-01 Rev. A / August 2007
lan.config.autonegotiate

Advertisement

Table of Contents
loading

Table of Contents