Lan.config.subnetmask - Keithley 2606B System SourceMeter Reference Manual

Table of Contents

Advertisement

2606B System SourceMeter® Instrument Reference Manual
Usage
speed = lan.config.speed
lan.config.speed = speed
speed
Details
This attribute stores the speed that will be 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
lan.config.speed = 100
Also see
lan.restoredefaults()
lan.status.speed

lan.config.subnetmask

This attribute contains the LAN subnet mask.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
mask = lan.config.subnetmask
lan.config.subnetmask = mask
mask
Details
This attribute specifies the LAN subnet mask that will be 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)
Also see
lan.restoredefaults()
lan.status.subnetmask
2606B-901-01 Rev. B / May 2018
LAN speed setting in Mbps (10 or 100)
(on page 7-122)
(on page 7-128)
Affected by
LAN restore defaults
String that specifies the LAN subnet mask value in dotted decimal notation
(on page 7-122)
(on page 7-128)
Section 7: TSP command reference
Configure LAN speed for 100.
Where saved
Default value
Nonvolatile memory
"255.255.255.0"
Outputs the LAN subnet mask, such as:
255.255.255.0
7-119

Advertisement

Table of Contents
loading

Table of Contents