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 7e473dc commit 4127c25Copy full SHA for 4127c25
picosdk/ps6000.py
@@ -76,6 +76,13 @@ def __init__(self):
76
"PS6000_MAX_TIME_UNITS",
77
])
78
79
+ps6000.PS6000_TRIGGER_STATE = make_enum([
80
+ "PS6000_CONDITION_DONT_CARE",
81
+ "PS6000_CONDITION_TRUE",
82
+ "PS6000_CONDITION_FALSE",
83
+ "PS6000_CONDITION_MAX",
84
+])
85
+
86
class PS6000_TRIGGER_CONDITIONS (Structure):
87
_pack_ = 1
88
_fields_ = [("channelA", c_uint32),
0 commit comments