System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-123
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)
Outputs the dynamic DNS host name.
Also see
lan.config.dns.address[N] (on page 7-112)
lan.config.dns.hostname (on page 7-114)
lan.status.duplex
This attribute contains the duplex mode presently in use by the LAN interface.
Type TSP-Link accessible Affected by Where saved Default value
Usage
duplex = lan.status.duplex
LAN duplex setting can be one of the following values:
0 or lan.HALF: half-duplex operation
1 or lan.FULL: full-duplex operation
Example
Outputs the present LAN duplex mode, such as:
1.00000e+00
Also see
None
lan.status.gateway
This attribute contains the gateway address presently in use by the LAN interface.
Type TSP-Link accessible Affected by Where saved Default value
Usage
gatewayAddress = lan.status.gateway
LAN gateway address presently being used
Details
The value of gatewayAddress is a string that indicates the IP address of the gateway in dotted decimal
notation.