Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-151
Details
Set
flag
to one of the following values:
true
: Enable automatic line frequency detection at start-up.
false
: Disable automatic line frequency detection at start-up.
When this attribute is set to
true
, the power line frequency is detected automatically the next time
the Series 2600B powers up. After the power line frequency is automatically detected at power-up,
the
localnode.linefreq
attribute will be set automatically to
50
or
60
.
If the
localnode.linefreq
attribute is explicitly set,
localnode.autolinefreq
will be
automatically set to
false
.
When using this command from a remote node,
localnode
should be replaced with the node
reference, for example
node[5].autolinefreq
.
Also see
(on page 7-152)
localnode.description
This attribute stores a user-defined description and mDNS service name of the instrument.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Not applicable
Nonvolatile memory
Instrument specific (see
Details
)
Usage
localnode.description =
description
description
= localnode.description
description
User-defined description and mDNS service name of the instrument; use a string of
63 characters or less
Details
This attribute stores a string that contains a description of the instrument. This value appears on
instrument's LXI welcome page. The value of this attribute is also used as the instrument's mDNS
service name.
This attribute's factory default value is "Keithley Instruments SMU <model number> - <serial
number>", where <model number> and <serial number> are replaced with the actual model number
and serial number of the instrument. Setting this attribute to an empty string (in other words, setting
this attribute to a string of length zero, or one consisting entirely of whitespace characters) will revert
the description to the factory default value.
When using this command from a remote node,
localnode
should be replaced with the node
reference, for example
node[5].description
.
Example
description = "System in Lab 05"
localnode.description = description
Set
description
to "System in Lab 05".
Also see
None