Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-130 2600BS-901-01 Rev. F/August 2021
Also see
lan.config.dns.hostname (on page 9-128)
lan.restoredefaults() (on page 9-136)
lan.config.duplex
This attribute defines the LAN duplex mode.
Usage
duplex = lan.config.duplex
lan.config.duplex = duplex
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
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
Set the LAN duplex mode to full.
Also see
lan.restoredefaults() (on page 9-136)
lan.config.gateway
This attribute contains the LAN default gateway address.
Usage
gatewayAddress = lan.config.gateway
lan.config.gateway = "gatewayAddress"
LAN default gateway address; must be a string specifying the default IP address of
the gateway in dotted decimal notation
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.