Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-290 3700AS-901-01 Rev. D/June 2018
A local node reset includes a channel.reset("allslots"), dmm.reset("all") and a
scan.reset(). In addition:
• Other settings are restored to factory default settings
• Existing channel patterns and DMM configurations are deleted
• All channels and backplane relays are opened
• The dmm function is "dcvolts"
• User-created reading buffers are deleted
A localnode.reset() is different than a reset() because reset() resets the entire system.
When using this command from a remote node, localnode should be replaced with the node
reference, for example node[5].reset().
Example
Also see
channel.reset() (on page 11-84)
dmm.reset() (on page 11-219)
reset() (on page 11-308)
scan.reset() (on page 11-324)
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:
01.50b
Also see
localnode.description (on page 11-284)
localnode.model (on page 11-286)
localnode.serialno (on page 11-291)