Keithley 3700 series Reference Manual page 284

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

Advertisement

Section 9: Instrument Control Library (ICL)
lan.status.dns.hostname
Attribute
Usage
Remarks
Also see
Example
lan.status.duplex
Attribute
Usage
Remarks
Also see
Example
lan.status.gateway
Attribute
Usage
Remarks
Also see
Example
9-140
Reads present DNS fully qualified host name.
To read Dynamic DNS hostname:
hostname = lan.status.dns.hostname
hostname: Fully qualified DNS hostname.
This attribute holds the fully qualified DNS host name that can be used to reach the
unit. This name includes the DNS domain. If a DNS host name for the unit was not
found, this attribute will hold the IP address in dotted decimal notation.
lan.config.dns.hostname
To display the present Dynamic DNS hostname:
print(lan.status.dns.name)
Reads present status of LAN duplex mode.
To read LAN duplex mode:
duplex = lan.status.duplex
duplex: LAN duplex setting can be one of the following values:
lan.FULL or 1: full-duplex operation.
lan.HALF or 0: half-duplex operation.
This attribute indicates which duplex mode is currently in use by the LAN interface.
lan.status
To display present LAN duplex mode:
print(lan.status.duplex)
1.000000000e+000
Reads present LAN default gateway address.
gatewayaddress = lan.status.gateway
gatewayaddress: LAN default gateway address.
This attribute indicates the default gateway IP address setting currently in effect.
lan.config.gateway
(on page 9-136)
To display present gateway address:
print(lan.status.gateway)
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-134)
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents