You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ps4000Examples/ps4000StreamingExample.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#
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.
3
3
#
4
-
# PS2000 Series (A API) STREAMING MODE EXAMPLE
4
+
# PS4000 Series (A API) STREAMING MODE EXAMPLE
5
5
# 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).
6
6
# This data is then plotted as mV against time in ns.
7
7
@@ -16,7 +16,7 @@
16
16
chandle=ctypes.c_int16()
17
17
status= {}
18
18
19
-
# Open PicoScope 2000 Series device
19
+
# Open PicoScope 4000 Series device
20
20
# Returns handle to chandle for use in future API functions
0 commit comments