Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-155
scan.trigger.clear()
This function clears the trigger model.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
scan.trigger.clear()
Details
This function sets the arm and channel event detectors of the trigger model to the undetected state.
Example
scan.trigger.clear()
Clears the trigger model.
Also see
(on page 7-152)
(on page 7-153)
(on page 3-1)
(on page 3-1)
script.anonymous
This is a reference to the anonymous script.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
No
See
Details
See
Details
Not applicable
Usage
scriptVar
= script.anonymous
scriptVar
The name of the variable that references the script
Details
You can use the
script.anonymous
script like any other script. Also, you can save the anonymous
script as a user script by giving it a name.
This script is replaced by loading a script with the
loadscript
or
loadandrunscript
commands
when they are used without a name.
Example 1
script.anonymous.list()
Displays the content of the anonymous
script.