Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-153
localnode.model
This attribute stores the model number.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
model
= localnode.model
model
The model number of the instrument
Details
When using this command from a remote node, replace
localnode
with the node reference, for
example,
node[5].model
.
Example
print(localnode.model)
Outputs the model number of the local node. For example:
Also see
(on page 7-157)
localnode.password
This attribute stores the remote access password.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (W)
Yes
LAN reset
LAN restore defaults
Nonvolatile memory
""
Usage
localnode.password = "
password"
passWord
A string that contains the remote interface password
Details
This write-only attribute stores the password that is set for any remote interface. When password
usage is enabled (
localnode.passwordmode
), you must supply a password to change the
configuration or to control an instrument from a web page or other remote command interface.
The instrument continues to use the old password for all interactions until the command to change it
executes. When changing the password, give the instrument time to execute the command before
attempting to use the new password.
You cannot retrieve a lost password from any command interface.
The password can be reset by resetting the LAN from the front panel or by using the
lan.reset()
command.
When using this command from a remote node,
localnode
should be replaced with the node
reference, for example,
node[5].password
.