Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-133
Details
This attribute stores the speed that is used if the LAN is restarted for manual configuration operation.
This attribute does not indicate the actual setting presently in effect. Use the lan.status.speed
attribute to determine the present operating state of the LAN.
The LAN speed is measured in megabits per second (Mbps).
Example
Configure LAN speed for 100.
Also see
lan.restoredefaults() (on page 9-136)
lan.status.speed (on page 9-142)
lan.config.subnetmask
This attribute contains the LAN subnet mask.
Usage
mask = lan.config.subnetmask
lan.config.subnetmask = "mask"
String that specifies the LAN subnet mask value in dotted decimal notation
Details
This attribute specifies the LAN subnet mask that is used when the manual configuration method is
used to configure the LAN. This setting is ignored when DLLA or DHCP is used.
This attribute does not indicate the actual setting presently in effect. Use the
lan.status.subnetmask attribute to determine the present operating state of the LAN.
Example
print(lan.config.subnetmask)
Outputs the LAN subnet mask, such as:
255.255.255.0
Also see
lan.restoredefaults() (on page 9-136)
lan.status.subnetmask (on page 9-143)