Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-287
localnode.password = "N3wpa55w0rd"
Changes the remote interface password to
N3wpa55w0rd.
Also see
lan.reset() (on page 11-265)
localnode.passwordmode (on page 11-287)
localnode.passwordmode
This attribute stores the remote access password enable mode.
1 (localnode.PASSWORD_WEB)
Usage
mode = localnode.passwordmode
localnode.passwordmode = mode
The remote password enable mode
Details
This attribute controls if and where remote access passwords are required. Set this attribute to one of
the values below to enable password checking:
• localnode.PASSWORD_NONE or 0: Disable passwords everywhere
• localnode.PASSWORD_WEB or 1: Use passwords on the web interface only
• localnode.PASSWORD_LAN or 2: Use passwords on the web interface and all LAN interfaces
• localnode.PASSWORD_ALL or 3: Use passwords on the web interface and all remote command
interfaces
When using this command from a remote node, localnode should be replaced with the node
reference, for example node[5].passwordmode.
Example
mode = localnode.PASSWORD_WEB
localnode.passwordmode = mode
Sets value of mode to PASSWORD_WEB.
Allows use of passwords on the web interface only.
Also see
localnode.password (on page 11-286)