User manual
Series 3700 System Switch/Multimeter Reference Manual Section 13: Instrument Control Library (ICL)
3700S-901-01 Rev. C / July 2008 13-197
lan.config.speed
Attribute
Configures LAN speed.
Usage
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.
Remarks
This attribute selects the transmission speed used by the LAN interface when
lan.config.autonegotiate (on page 13-191) is disabled. When lan.config.autonegotiate
(on page 13-191) 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.
Also see
lan.config.autonegotiate (on page 13-191)
Example
To configure LAN speed for 100:
lan.config.speed = 100
lan.config.subnetmask
Attribute
Configures LAN subnet mask.
Usage
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.
Remarks
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.
Also see
lan.status
Example
To display the LAN subnet mask:
print(lan.config.subnetmask)