7: TSP command reference Series 2600B System SourceMeter® Instrument
7-138 2600BS-901-01 Rev. B / May 2013
Usage
flag = localnode.autolinefreq
localnode.autolinefreq = flag
The auto line frequency detection setting: true or false
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
localnode.linefreq (on page 7-139)
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
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