Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-269
lan.status.ipaddress
This attribute contains the LAN IP address presently in use by the LAN interface.
Usage
ipAddress = lan.status.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
lan.config.ipaddress (on page 11-262)
lan.status.macaddress
This attribute contains the LAN MAC address.
Usage
macAddress = lan.status.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).
Example
print(lan.status.macaddress)
Outputs the MAC address of the instrument, for example:
00:60:1A:00:00:57