Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-327
scan.stepcount
This attribute returns the number of steps in the present scan.
Usage
scanStepCount = scan.stepcount
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
Responds with the present step count.
Output assuming there are five steps in the
scan list:
5.00000e+00
Also see
scan.add() (on page 11-309)
scan.addimagestep() (on page 11-311)
scan.create() (on page 11-315)
Scanning and triggering (on page 5-23)
scan.trigger.arm.clear()
This function clears the arm event detector.
Usage
scan.trigger.arm.clear()
Details
This function sets the trigger model's arm event detector to the undetected state.
Example
Clears the arm event detector.
Also see
scan.trigger.arm.set() (on page 11-328)
scan.trigger.arm.stimulus (on page 11-328)
Trigger model (on page 5-24)
Scanning and triggering (on page 5-23)