Skip to content

Commit a97df5c

Browse files
author
neil.hamilton
committed
Add missing line to ps3000aBlockAdvancedTriggerExample.py for PS3000A_TRIGGER_CHANNEL_PROPERTIES structure
1 parent ed7fca4 commit a97df5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ps3000aExamples/ps3000aBlockAdvancedTriggerExample.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
10,
6666
adcTriggerLevel,
6767
10,
68-
ps.PS3000A_CHANNEL["PS3000A_CHANNEL_A"])
68+
ps.PS3000A_CHANNEL["PS3000A_CHANNEL_A"],
69+
ps.PS3000A_THRESHOLD_MODE["PS3000A_LEVEL"])
6970
nChannelProperties = 1
7071
# auxOutputEnabled = 0
7172
autoTriggerMilliseconds = 10000

0 commit comments

Comments
 (0)