Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-104
707B-901-01 Rev. B / January 2015
Details
The value of
gatewayAddress
is a string that indicates the IP address of the gateway in dotted
decimal notation.
Example
print(lan.status.gateway)
Outputs the gateway address, such as:
192.168.0.1
Also see
(on page 7-97)
lan.status.ipaddress
This attribute contains the LAN IP address presently in use by the LAN interface.
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)
Outputs the LAN IP address currently in use, such
as:
192.168.0.2
Also see
(on page 7-98)
lan.status.macaddress
This attribute contains the LAN MAC address.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
macAddress
= lan.status.macaddress
macAddress
The instrument MAC address
Details
The MAC address is a character string representing the MAC address of the instrument in
hexadecimal notation. The string includes colons that separate the address octets (see Example).