Section 7: TSP command reference Model 2657A High Power System SourceMeter® Instrument Reference Manual
7-140 2657A-901-01 Rev. B/December 2012
Usage
revision = localnode.revision
revision
Firmware revision level
Details
This attribute indicates the revision number of the firmware that is presently running in the instrument.
When using this command from a remote node, localnode should be replaced with the node reference. For
example, node[5].revision.
Example
print(localnode.revision)
Outputs the present revision level.
Sample output:
1.1.0
Also see
localnode.description (on page 7-134)
localnode.model
(on page 7-136)
localnode.serialno
(on page 7-140)
localnode.serialno
This attribute stores the instrument's serial number.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (R) Yes Not applicable Not applicable Not applicable
Usage
serialno = localnode.serialno
serialno
The serial number of the instrument
Details
This read-only attribute 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.clear()
display.settext(localnode.serialno)
Clears the instrument's display.
Places the instrument's serial number on the top line of its
display.
Also see
localnode.description (on page 7-134)
localnode.model
(on page 7-136)
localnode.revision
(on page 7-139)