Skip to content

Commit bcbcc71

Browse files
author
neil.hamilton
committed
Correct minor errors in comments
1 parent ce75bc5 commit bcbcc71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ps4000Examples/ps4000StreamingExample.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
2-
# Copyright (C) 2018-2019 Pico Technology Ltd. See LICENSE file for terms.
2+
# Copyright (C) 2018-2022 Pico Technology Ltd. See LICENSE file for terms.
33
#
4-
# PS2000 Series (A API) STREAMING MODE EXAMPLE
4+
# PS4000 Series (A API) STREAMING MODE EXAMPLE
55
# This example demonstrates how to call the ps4000 driver API functions in order to open a device, setup 2 channels and collects streamed data (1 buffer).
66
# This data is then plotted as mV against time in ns.
77

@@ -16,7 +16,7 @@
1616
chandle = ctypes.c_int16()
1717
status = {}
1818

19-
# Open PicoScope 2000 Series device
19+
# Open PicoScope 4000 Series device
2020
# Returns handle to chandle for use in future API functions
2121
status["openunit"] = ps.ps4000OpenUnit(ctypes.byref(chandle))
2222
assert_pico_ok(status["openunit"])

0 commit comments

Comments
 (0)