Tektronix KEITHLEY SourceMeter 2606B Reference Manual page 503

Table of Contents

Advertisement

Section 15: TSP command reference
Usage
duplex = lan.config.duplex
lan.config.duplex = duplex
duplex
Details
This attribute does not indicate the actual setting currently in effect. Use the lan.status.duplex
attribute to determine the present operating state of the LAN.
Example
lan.config.duplex = lan.FULL
Also see
lan.restoredefaults()
lan.config.gateway
This attribute contains the LAN default gateway address.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
gatewayAddress = lan.config.gateway
lan.config.gateway = "gatewayAddress"
gatewayAddress
Details
This attribute specifies the default gateway IP address to use when manual or DLLA configuration
methods are used to configure the LAN. If DHCP is enabled, this setting is ignored.
This attribute does not indicate the actual setting that is presently in effect. Use the
lan.status.gateway attribute to determine the present operating state of the LAN.
The IP address must be formatted in four groups of numbers, each separated by a decimal.
Example
print(lan.config.gateway)
Outputs the default gateway address. For example, you might see the output:
192.168.0.1
Also see
lan.restoredefaults()
lan.status.gateway
15-130
Model 2606B System SourceMeter® Instrument Reference Manual
LAN duplex setting can be one of the following values:
1 or lan.FULL: Selects full-duplex operation
0 or lan.HALF: Selects half-duplex operation
(on page 15-136)
Affected by
LAN restore defaults
LAN default gateway address; must be a string specifying the default IP address of
the gateway in dotted decimal notation
(on page 15-136)
(on page 15-139)
Set the LAN duplex mode to full.
Where saved
Nonvolatile memory
2606B-901-01 Rev. C November 2021
Default value
"0.0.0.0"

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the KEITHLEY SourceMeter 2606B and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents