We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbdaaf commit d87d7acCopy full SHA for d87d7ac
picosdk/ps6000.py
@@ -97,6 +97,18 @@ def __init__(self):
97
"PS6000_NEGATIVE_RUNT",
98
])
99
100
+ps6000.PS6000_THRESHOLD_MODE = make_enum([
101
+ "PS6000_LEVEL",
102
+ "PS6000_WINDOW",
103
+])
104
+
105
+ps6000.PS6000_PUlSE_WIDTH_TYPE = make_enum([
106
+ "PS6000_PW_TYPE_NONE",
107
+ "PS6000_PW_TYPE_LESS_THAN",
108
+ "PS6000_PW_TYPE_GREATER_THAN",
109
+ "PS6000_PW_TYPE_IN_RANGE",
110
+ "PS6000_PW_TYPE_OUT_OF_RANGE"
111
+)]
112
113
class PS6000_TRIGGER_CONDITIONS (Structure):
114
_pack_ = 1
0 commit comments