Skip to content

Commit 4209391

Browse files
author
neil.hamilton
committed
Correct comment describing trigger type used in ps6000BlockAdvancedTriggerExample.py
1 parent 1d94514 commit 4209391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps6000Examples/ps6000BlockAdvancedTriggerExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
status["setChA"] = ps.ps6000SetChannel(chandle, 0, 1, 1, chARange, 0, 0)
3333
assert_pico_ok(status["setChA"])
3434

35-
# Set up level drop out trigger on A
35+
# Set up window pulse width trigger on A
3636
triggerConditions = ps.PS6000_TRIGGER_CONDITIONS(ps.PS6000_TRIGGER_STATE["PS6000_CONDITION_TRUE"],
3737
ps.PS6000_TRIGGER_STATE["PS6000_CONDITION_DONT_CARE"],
3838
ps.PS6000_TRIGGER_STATE["PS6000_CONDITION_DONT_CARE"],

0 commit comments

Comments
 (0)