User manual
Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-198 3700S-901-01 Rev. C / July 2008
lan.lxidomain
Attribute
Sets LXI domain.
Usage
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).
Remarks
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.
Example
To display LXI domain:
print(lan.lxidomain)
lan.pingenable
Attribute
Set or read the LAN ping state.
Usage
To read the LAN ping state:
pingstate = lan.pingenable
To write the LAN ping state:
lan.pingenable = pingstate
pingstate: Enable or disable ping (0 disables, or 1 enables).
Example
To display the present LAN ping state:
print(lan.pingenable)
lan.restoredefaults()
Function
Reset LAN settings to their defaults.
Usage
lan.restoredefaults()