Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-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 11-111)
lan.config.dns.hostname (on page 11-113)
lan.status.duplex
This attribute contains the duplex mode presently in use by the LAN interface.
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