Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-272 3700AS-901-01 Rev. D/June 2018
lan.status.speed
This attribute contains the LAN speed.
Usage
speed = lan.status.speed
LAN speed in Mbps, either 10 or 100
Details
This attribute indicates the transmission speed currently in use by the LAN interface.
Example
Outputs the instrument's transmission speed
presently in use, such as:
1.00000e+02
Also see
None
lan.status.subnetmask
This attribute contains the LAN subnet mask that is presently in use by the LAN interface.
Usage
mask = lan.status.subnetmask
A string specifying the subnet mask in dotted decimal notation
Details
Use this attribute to determine the present operating state of the LAN. This attribute will return the
present LAN subnet mask value if the LAN is manually configured, or when DLLA or DHCP is used.
Example
print(lan.status.subnetmask)
Outputs the subnet mask of the instrument that is
presently in use, such as:
255.255.255.0
Also see
lan.config.subnetmask (on page 11-264)