Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-115
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
Select the LAN duplex mode to full.
Also see
lan.restoredefaults() (on page 11-121)
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 gateway’s IP
address 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.
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() (on page 11-121)
lan.status.gateway (on page 11-124)