Skip to content

Commit 12a40c6

Browse files
author
neil.hamilton
committed
update pl1000SingleModeExample.py
1 parent e5f3da3 commit 12a40c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pl1000Examples/pl1000SingleModeExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
assert_pico_ok(status["openUnit"])
2121

2222
value = ctypes.c_int16()
23-
# get a single values from channel 1
23+
# get a single ADC count value from channel 1
2424
status["getSingle"] = pl.pl1000GetSingle(chandle, pl.PL1000Inputs["PL1000_CHANNEL_1"], ctypes.byref(value))
2525
assert_pico_ok(status["getSingle"])
2626
print(value.value)

0 commit comments

Comments
 (0)