Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-125
Details
If you want to reset a specific instrument or a subordinate node, use the
node[
X
].reset()
command.
A local node reset includes a
channel.reset("allslots")
and a
scan.reset()
. In addition:
•
Other settings are restored back to factory default settings
•
Existing channel patterns are deleted
•
All channels are opened
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
localnode.reset()
Resets the local node.
Also see
(on page 7-40)
(on page 7-135)
(on page 7-146)
localnode.revision
This attribute stores the firmware revision level.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
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:
01.00a
Also see
(on page 7-119)
(on page 7-121)
(on page 7-126)