Keithley 3700 series Reference Manual page 312

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

Advertisement

Section 9: Instrument Control Library (ICL)
scan.state
Example
scan.stepcount
Attribute
Usage
Remarks
Also see
Example
scan.trigger.arm.clear
Function
Usage
Remarks
Example
scan.trigger.arm.set
Function
Usage
Remarks
Example
scan.trigger.arm.stimulus
Attribute
9-168
To see the current scan state:
ScanState = scan.state()
print(ScanState)
or
print(scan.state())
Attribute to query to see number of steps in the present scan.
To read the number of steps in the present scan:
ScanStepCount = scan.stepcount
This is a read only attribute. It is set by the number of steps in the present scan.
scan.add
(on page 9-157)
To see the current scan state:
print(scan.stepcount)
Clear the arm event detector
scan.trigger.arm.clear()
This function will set the arm event detector to the undetected state.
To clear the arm event detector:
scan.trigger.arm.clear()
Set the arm event detector to the detected state.
scan.trigger.arm.set()
This function will set the arm event detector to the detected state.
To set the arm event detector to the detected state:
scan.trigger.arm.set()
Arm event detector trigger selection.
Series 3700 System Switch/Multimeter Reference Manual
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents