Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-153
Also see
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.0000
Also see
(on page 7-142)
(on page 7-146)
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.