Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-135
reset()
This function resets commands to their default settings.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
reset()
reset(
system
)
system
true
: If the node is the master, the entire system is reset
false
: Only the local group is reset
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. Use the
localnode.reset()
command for the local instrument.
Use the
node[
X
].reset()
command to reset an instrument on a subordinate node.
When no value is specified for
system
, the default value is
true
.
You can only reset the entire system using
reset(true)
if the node is the master. If the node is not
the master node, executing this command generates an error.
Example
reset(true)
If the node is the master node, the entire system is
reset; if the node is not the master node, an error is
generated.
Also see
(on page 7-124)
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.
When a scan is aborted, the channels remain in the opened or closed states that they were in when
the scan was aborted.