Keithley 3700 series Reference Manual page 278

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

Advertisement

Section 9: Instrument Control Library (ICL)
lan.config.dns.domain
Remarks
Also see
Example
lan.config.dns.dynamic
Attribute
Usage
Remarks
Also see
Example
9-134
This attribute holds the domain to request during dynamic DNS registration. Dynamic
DNS registration works with DHCP to register the domain specified in this attribute with
the DNS server.
NOTE The length of the fully qualified host name (combined length of the domain and
hostname with separator character) must be less than or equal to 255
characters. Although up to 255 characters can be given here, care must be
taken to be sure the combined length is also no more than 255 characters.
lan.config.dns.dynamic
(on page 9-134)
lan.config.dns.hostname
lan.config.dns.verify
(on page 9-135)
To display the present dynamic DNS domain:
print(lan.config.dns.domain)
Configures Dynamic DNS registration state.
To read Dynamic DNS registration state:
state = lan.config.dns.dynamic
To write Dynamic DNS registration state:
lan.config.dns.dynamic = state
state: Represents Dynamic DNS registration state. It may be one of the following
values:
lan.ENABLE or 1: Enables dynamic DNS registration.
lan.DISABLE or 0: Disables dynamic DNS registration.
This attribute is used to enable or disable dynamic DNS registration. Dynamic DNS
registration works with DHCP to register the hostname specified in the
lan.config.dns.hostname attribute with the DNS server.
lan.config.dns.hostname
To display the Dynamic DNS registration state:
print(lan.config.dns.dynamic)
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-134)
(on page 9-134)
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents