Section 8: TSP command reference
Model 2450 Interactive SourceMeter® Instrument Reference Manual
8-70
2450-901-01 Rev. B/September 2013
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:
2450
Also see
(on page 8-72)
localnode.password
This attribute stores the instrument password.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (W)
No
LAN reset
Nonvolatile memory
"admin"
Usage
localnode.password = "
password"
passWord
A string that contains the instrument password (maximum 30 characters)
Details
When the access to the instrument is set to protected or lockout, this is the password that is used to gain access.
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.
If you forget the password, you can reset the password to the default. On the front panel, press
MENU
. Under
System, select
Manage
. Select
LAN and Password Reset
. You can also reset the password from the rear panel
by inserting a straightened paper clip into hole below LAN RESET.
If you are using this command from a remote node, replace
localnode
with the node reference, for example,
node[5].password
.
Example
localnode.password = "N3wpa55w0rd"
Changes the password to
N3wpa55w0rd
.
Also see
(on page 8-68)