Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
7-149
scan.stepcount
This attribute contains the number of steps in the present scan.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
scanStepCount
= scan.stepcount
scanStepCount
The present step count value
Details
This is set by the number of steps in the active scan list. The value of this attribute is initially
determined when the scan is created. Adding steps with the
scan.create(),
scan.addimagestep()
, and
scan.add()
functions updates this attribute's value.
Example
print(scan.stepcount)
Responds with the present step count.
Output assuming there are five steps in the
scan list:
5.000
Also see
(on page 7-136)
(on page 7-138)
(on page 7-141)
(on page 3-1)
scan.trigger.arm.clear()
This function clears the arm event detector.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
scan.trigger.arm.clear()
Details
This function sets the trigger model's arm event detector to the undetected state.
Example
scan.trigger.arm.clear()
Clears the arm event detector.
Also see
(on page 7-150)
(on page 7-150)
(on page 3-1)
(on page 3-1)