7: TSP command reference Series 2600B System SourceMeter® Instrument
7-158 2600BS-901-01 Rev. C / August 2016
Details
This indicates the instrument serial number.
When using this command from a remote node, localnode should be replaced with the node
reference, for example, node[5].serialno.
Example
display.settext(localnode.serialno)
Clears the instrument's display.
Places the instrument's serial number on the top line of its
Also see
localnode.description (on page 7-151)
localnode.model (on page 7-153)
localnode.revision (on page 7-157)
localnode.showerrors
This attribute sets whether or not the instrument automatically sends generated errors.
Type TSP-Link accessible Affected by Where saved Default value
Usage
errorMode = localnode.showerrors
localnode.showerrors = errorMode
Enables (1) or disables (0) the show errors state
Details
If this attribute is set to 1, the instrument automatically sends any generated errors stored in the error
queue, and then clears the queue. Errors are processed after executing a command message (just
before issuing a prompt, if prompts are enabled).
If this attribute is set to 0, errors are left in the error queue and must be explicitly read or cleared.
When using this command from a remote node, localnode should be replaced with the node
reference, for example, node[5].showerrors.
Example
Enables sending of generated errors.
Also see
localnode.prompts (on page 7-154)