Scan.stepcount; Scan.trigger.arm.clear() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual

scan.stepcount

This attribute returns the number of steps in the present scan.
Type
TSP-Link accessible
Attribute (R)
Yes
Usage
scanStepCount = scan.stepcount
scanStepCount
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)
Also see
scan.add()
scan.addimagestep()
scan.create()
Scanning and triggering

scan.trigger.arm.clear()

This function clears the arm event detector.
Type
TSP-Link accessible
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()
Also see
scan.trigger.arm.set()
scan.trigger.arm.stimulus
Trigger model
Scanning and triggering
3700AS-901-01 Rev. D/June 2018
Affected by
Not applicable
The present step count value
(on page 11-309)
(on page 11-311)
(on page 11-315)
(on page 5-23)
Affected by
(on page 11-328)
(on page 11-328)
(on page 5-24)
(on page 5-23)
Section 11: TSP command reference
Where saved
Default value
Not applicable
Not applicable
Responds with the present step count.
Output assuming there are five steps in the
scan list:
5.00000e+00
Where saved
Default value
Clears the arm event detector.
11-327

Advertisement

Table of Contents
loading

Table of Contents