User manual
Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-212 3700S-901-01 Rev. C / July 2008
localnode.model
Example
To print model number:
print(localnode.model)
Output:
3706
localnode.password
Attribute
The remote access password.
Usage
localnode.password = "password"
Remarks
This attribute holds the remote access password. When password usage is enabled,
this password must be supplied to change the configuration or control a unit from a
web page or a remote command interface.
This attribute is write-only and cannot be read.
NOTE The unit will continue to use the old password for all interactions until the
command to change it executes. When changing the password, give the
unit time to execute the command before attempting to use the new
password.
localnode.passwordmode
Attribute
The remote access password enable mode.
Usage
localnode.passwordmode = mode
mode = localnode.passwordmode
mode: The password enable mode.
Remarks
This attribute controls if and where remote access passwords are required. Set this
attribute to one of the values in the table below to enable password checking.
localnode.PASSWORD_NONE: Disable passwords everywhere.
localnode.PASSWORD_WEB: Use passwords on the web interface only.
localnode.PASSWORD_LAN: Use passwords on the web interface and all
Ethernet interfaces.
localnode.PASSWORD_ALL: Use passwords on the web interface and all remote
command interfaces.
localnode.prompts
Attribute
Prompting mode.