Keithley 3700 series Reference Manual page 280

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

Advertisement

Section 9: Instrument Control Library (ICL)
lan.config.duplex
Attribute
Usage
Remarks
Also see
Example
lan.config.gateway
Attribute
Usage
Remarks
Example
9-136
Configures LAN duplex mode.
To read LAN duplex mode:
duplex = lan.config.duplex
To write LAN duplex mode:
lan.config.duplex = duplex
duplex: LAN duplex setting can be one of the following values:
lan.FULL or 1: Selects full-duplex operation.
lan.HALF or 0: Selects half-duplex operation.
This attribute selects which duplex mode will be 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.status
To display present LAN duplex mode:
print(lan.config.duplex)
Configures LAN default gateway address.
To read LAN gateway address:
gatewayaddress = lan.config.gateway
To write LAN gateway address:
lan.config.gateway = gatewayaddress
gatewayaddress: LAN default gateway address.
This attribute specifies the default gateway IP address to use when manual or DLLA
configuration methods are used to configure the LAN. This setting is ignored when
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.
gatewayaddress must be a string specifying the default gateway's IP address
in dotted decimal notation.
To display present gateway address:
print(lan.config.gateway)
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-132) is disabled. When
Document Number: 3700S-901-01 Rev. A / August 2007
lan.config.autonegotiate

Advertisement

Table of Contents
loading

Table of Contents