Model 2657A High Power System SourceMeter® Instrument Reference Manual Section 7: TSP command reference
2657A-901-01 Rev. B/December 2012 7-117
lan.lxidomain
This attribute contains the LXI domain.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes LAN restore defaults Nonvolatile memory 0
Usage
domain = lan.lxidomain
lan.lxidomain = domain
domain
The LXI domain number (0 to 255)
Details
This attribute sets the LXI domain number.
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
print(lan.lxidomain)
Displays the LXI domain.
Also see
lan.restoredefaults() (on page 7-118)
lan.nagle
This attribute controls the state of the LAN Nagle algorithm.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes Power cycle Not saved 0 (lan.DISABLE)
Usage
state = lan.nagle
lan.nagle = state
state
1 or lan.ENABLE: Enable the LAN Nagle algorithm for TCP connections
0 or lan.DISABLE: Disable the Nagle algorithm for TCP connections
Details
This attribute enables or disables the use of the LAN Nagle algorithm on transmission control protocol (TCP)
connections.
Also see
lan.restoredefaults() (on page 7-118)