19-72 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
lan.config.duplex
Attribute The LAN duplex mode.
Default lan.FULL
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage duplex = lan.config.duplex -- Reads LAN duplex mode.
lan.config.duplex = duplex -- Writes LAN duplex mode.
duplex The LAN duplex setting.
Use one of the following values for duplex:
lan.FULL Selects the full-duplex mode.
lan.HALF Selects the half-duplex mode.
Remarks • This attribute selects which duplex mode will be used by the LAN interface when
lan.config.autonegotiate is disabled. When lan.config.autonegotiate is enabled,
this setting is ignored.
• This attribute does not indicate the actual setting currently in effect. Use the lan.status
attributes to determine the current operating state of the LAN.
lan.config.gateway
Attribute The default gateway address.
Default “0.0.0.0”
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage gatewayaddress = lan.config.gateway -- Reads gateway address.
lan.config.gateway = gatewayaddress -- Writes gateway address.
gatewayaddress The default gateway address.
Remarks • Use this attribute to configure the LAN with manual or DLLA configuration methods.
• If DHCP is enabled the setting for this attribute is ignored.
• gatewayaddress must be a string that specifies the default IP address for the gateway.
• The IP address must be formatted in four groups of numbers each separated by a decimal.
lan.config.ipaddress
Attribute Specifies the IP address.
Default “192.168.0.2”
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage ipaddress = lan.config.ipaddress -- Reads IP address.
lan.config.ipaddress = ipaddress -- Writes IP address.
ipaddress The settings configured on the LAN.
Remarks • This attribute identifies the IP address to use for manual configuration.
• If DLLA or DHCP is enabled, this setting is ignored.
Example The IP address must be formatted in a dotted decimal notation:
169.254.10.2