Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-264 3700AS-901-01 Rev. D/June 2018
lan.config.subnetmask
This attribute contains the LAN subnet mask.
Usage
mask = lan.config.subnetmask
lan.config.subnetmask = "mask"
String that specifies the LAN subnet mask value in dotted decimal notation
Details
This attribute specifies the LAN subnet mask that will be used when the manual configuration method
is used to configure the LAN. This setting is ignored when DLLA or DHCP is used.
This attribute does not indicate the actual setting presently in effect. Use the
lan.status.subnetmask attribute to determine the present operating state of the LAN.
Example
print(lan.config.subnetmask)
Outputs the LAN subnet mask, such as:
255.255.255.0
Also see
lan.restoredefaults() (on page 11-265)
lan.status.subnetmask (on page 11-272)
lan.lxidomain
This attribute contains the LXI domain.
Usage
domain = lan.lxidomain
lan.lxidomain = domain
The LXI domain number (0 to 255)
Details
This attribute sets the LXI domain number.
All outgoing LXI packets are generated with this domain number. All inbound LXI packets are ignored
unless they have this domain number.
Example