Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-127
Also see
lan.config.dns.domain (on page 9-127)
lan.config.dns.dynamic (on page 9-128)
lan.config.dns.hostname (on page 9-128)
lan.config.dns.verify (on page 9-129)
lan.restoredefaults() (on page 9-136)
lan.config.dns.domain
Configures the dynamic DNS domain.
Usage
domain = lan.config.dns.domain
lan.config.dns.domain = "domain"
Dynamic DNS registration domain; use a string of 255 characters or less
Details
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.
The length of the fully qualified host name (combined length of the domain and host name with
separator characters) must be less than or equal to 255 characters. Although up to 255 characters
are allowed, you must make sure the combined length is also no more than 255 characters.
Example
print(lan.config.dns.domain)
Outputs the present dynamic DNS domain. For example, if the domain is "Matrix", the response is:
Matrix
Also see
lan.config.dns.dynamic (on page 9-128)
lan.config.dns.hostname (on page 9-128)
lan.config.dns.verify (on page 9-129)
lan.restoredefaults() (on page 9-136)