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.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
speed
= lan.status.speed
speed
LAN speed in Mbps, either 10 or 100
Details
This attribute indicates the transmission speed currently in use by the LAN interface.
Example
print(lan.status.speed)
Outputs the instrument's transmission speed
presently in use, such as:
1.02
Also see
None
lan.status.subnetmask
This attribute contains the LAN subnet mask that is presently in use by the LAN interface.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
mask
= lan.status.subnetmask
mask
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