Keithley 3700 series Reference Manual page 283

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

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
lan.lxidomain
Attribute
Usage
Remarks
Example
lan.status.dns.address[N]
Attribute
Usage
Remarks
Details
Also see
Example
Document Number: 3700S-901-01 Rev. A / August 2007
Sets LXI domain.
To read the LXI domain:
domain = lan.lxidomain
To write the LXI domain:
lan.lxidomain = domain
domain: The LXI domain number (0–255, default = 0).
This attribute is used to set the LXI domain. It must be a number between 0 and 255.
The default value is 0. All outgoing LXI packets will be generated with this domain
number. All inbound LXI packets will be ignored unless they have this domain number.
To display LXI domain:
print(lan.lxidomain)
Reads present DNS server IP addresses.
dnsaddress = lan.status.dns.address[index]
index: Entry index (1, 2, or 3)
dnsaddress: DNS server IP address.
This attribute is an array of DNS server addresses. Up to three addresses may be in
use.
NOTE Unused or disabled entries will be returned as ―0.0.0.0‖ when read. dnsaddress
returned is a string specifying the DNS server's IP address in dotted decimal
notation.
NOTE Although only two address may be manually specified, the unit will use up to
three DNS server addresses. If two are specified here, only one given by a
DHCP server will be used. If no entries are specified here, up to three address
given by a DHCP server will be used.
lan.config.dns.domain
(on page 9-133)
To display present DNS address 1 (if it equals 164.109.48.173):
print(lan.status.dns.address[1]
 164.109.48.173
Section 9: Instrument Control Library (ICL)
9-139

Advertisement

Table of Contents
loading

Table of Contents