System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-127
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
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:
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
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:
Also see
lan.config.subnetmask (on page 7-118)