Skip to content

Commit 1319a61

Browse files
author
neil.hamilton
committed
Add missing enums to ps4000a.py
1 parent bd6193e commit 1319a61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

picosdk/ps4000a.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ def process_enum(enum):
281281
"PS4000A_WINDOW"
282282
])
283283

284+
ps4000a.PS4000A_TRIGGER_STATE = make_enum([
285+
"PS4000A_DONT_CARE",
286+
"PS4000A_TRUE",
287+
"PS4000A_FALSE"
288+
])
289+
284290
class PS4000A_CONDITION (Structure):
285291
_pack_ = 1
286292
_fields_ = [("source", c_int32),

0 commit comments

Comments
 (0)