Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-114 2601B-PULSE-901-01A April 2020
Also see
lan.config.dns.domain (on page 11-112)
lan.config.dns.dynamic (on page 11-112)
lan.restoredefaults() (on page 11-121)
lan.config.dns.verify
This attribute defines the DNS host name verification state.
Usage
state = lan.config.dns.verify
lan.config.dns.verify = state
DNS hostname verification state:
â–ª 1 or lan.ENABLE: DNS host name verification enabled
â–ª 0 or lan.DISABLE: DNS host name verification disabled
Details
When this is enabled, the instrument performs DNS lookups to verify that the DNS host name
matches the value specified by lan.config.dns.hostname.
Example
print(lan.config.dns.verify)
Outputs the present DNS host name verification state.
If it is enabled, the output is:
1.00000e+00
Also see
lan.config.dns.hostname (on page 11-113)
lan.restoredefaults() (on page 11-121)
lan.config.duplex
This attribute defines the LAN duplex mode.
Usage
duplex = lan.config.duplex
lan.config.duplex = duplex
LAN duplex setting can be one of the following values:
â–ª 1 or lan.FULL: Selects full-duplex operation
â–ª 0 or lan.HALF: Selects half-duplex operation