Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-263
ipaddress = lan.config.ipaddress
Retrieves the presently set LAN IP address.
Also see
lan.restoredefaults() (on page 11-265)
lan.status.ipaddress (on page 11-269)
lan.config.method
This attribute contains the LAN settings configuration method.
Usage
method = lan.config.method
lan.config.method = method
The method for configuring LAN settings; it can be one of the following
values:
â–ª 0 or lan.AUTO: Selects automatic sequencing of configuration
methods
â–ª 1 or lan.MANUAL: Use only manually specified configuration settings
Details
This attribute controls how the LAN IP address, subnet mask, default gateway address, and DNS
server addresses are determined.
When method is lan.AUTO, the instrument first attempts to configure the LAN settings using dynamic
host configuration protocol (DHCP). If DHCP fails, it tries dynamic link local addressing (DLLA). If
DLLA fails, it uses the manually specified settings.
When method is lan.MANUAL, only the manually specified settings are used. Neither DHCP nor
DLLA are attempted.
Example
Outputs the current method.
For example:
1.00000e+00
Also see
lan.restoredefaults() (on page 11-265)