Skip to content

Commit 4f82c25

Browse files
author
neil.hamilton
committed
Correct typo in ps6000aBlockExample.py
1 parent f1ff900 commit 4f82c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps6000aExamples/ps6000aBlockExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
status["runBlock"] = ps.ps6000aRunBlock(chandle, noOfPreTriggerSamples, noOfPostTriggerSamples, timebase, ctypes.byref(timeIndisposedMs), 0, None, None)
9494
assert_pico_ok(status["runBlock"])
9595

96-
# Check for data collection to finish using ps5000aIsReady
96+
# Check for data collection to finish using ps6000aIsReady
9797
ready = ctypes.c_int16(0)
9898
check = ctypes.c_int16(0)
9999
while ready.value == check.value:

0 commit comments

Comments
 (0)