Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-141
Details
The
reset()
command in its simplest form resets the entire TSP-enabled system, including the controlling
node and all subordinate nodes.
If you want to reset a specific instrument, use either the
localnode.reset()
or
node[
X
].reset()
command. The
localnode.reset()
command is used for the local instrument. The
node[
X
].reset()
command is used to reset an instrument on a subordinate node.
When no value is specified for
system
, the default value is
true
.
Resetting the entire system using the
reset(
true
)
function is only permitted if the reset command sent from
the controlling node. If the node is not the controller, sending this command generates an error.
Example
reset(true)
If sent from the controlling node, the entire system is
reset (if not sent from the controlling node, an error
is generated).
Also see
(on page 7-131)
scan.abort()
This function aborts a running background scan.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
scan.abort()
Details
If no scan is running, the call to this function is ignored.
NOTE
When a scan is aborted, the channels remain in the opened or closed states they were in when the
scan was aborted.
Example
scan.background()
scan.abort()
Starts background scan, and then aborts the
scan.
Also see