Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-109
lan.status.dns.name
Reads present DNS fully qualified host name.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
hostName = lan.status.dns.name
hostName
Fully qualified DNS host name that can be used to connect to the instrument
Details
A fully qualified domain name (FQDN), sometimes referred to as an absolute domain name, is a domain name
that specifies its exact location in the tree hierarchy of the Domain Name System (DNS).
A FQDN is the complete domain name for a specific computer or host on the LAN. The FQDN consists of two
parts: the host name and the domain name.
If the DNS host name for an instrument is not found, this attribute stores the IP address in dotted decimal
notation.
Example
print(lan.status.dns.name)
Returns the dynamic DNS host name.
Also see
(on page 7-98)
(on page 7-101)
lan.status.duplex
This attribute describes which duplex mode is currently in use by the LAN interface.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
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
Example
print(lan.status.duplex)
Returns the present LAN duplex mode, such as:
1.000
Also see
None