Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-110
707B-901-01 Rev. A / August 2010
lan.status.gateway
This attribute reads the LAN default gateway address.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
gatewayAddress = lan.status.gateway
gatewayAddress
LAN default gateway address
Details
The value of
gatewayaddress
is a string that indicates the IP address of the default gateway in dotted decimal
notation.
Example
print(lan.status.gateway)
Returns the gateway address, such as:
10.60.8.1
Also see
lan.status.ipaddress
This attribute reads the LAN IP address currently in use.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
ipAddress = lan.status.ipaddress
ipAddress
LAN IP address specified in dotted decimal notation
Details
The IP address is a character string that represents the IP address assigned to the instrument.
Example
print(lan.status.ipaddress)
Returns the LAN IP address currently in use, such
as:
10.60.8.83
Also see