Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-145
localnode.revision
This attribute stores the firmware revision level.
Usage
revision = localnode.revision
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.0.0
Also see
localnode.description (on page 11-139)
localnode.model (on page 11-140)
localnode.serialno (on page 11-145)
localnode.serialno
This attribute stores the instrument's serial number.
Usage
serialno = localnode.serialno
The serial number of the instrument
Details
This indicates the instrument serial number.
Example
display.clear()
display.settext(localnode.serialno)
Clears the instrument display.
Places the serial number of the instrument
on the top line of its display.
Also see
localnode.description (on page 11-139)
localnode.model (on page 11-140)
localnode.revision (on page 11-145)