Skip to content

Commit 30aca94

Browse files
author
neil.hamilton
committed
Correct typos in ps5000aExamples/ps5000aStreamingExample.py
1 parent 695d857 commit 30aca94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ps5000aExamples/ps5000aStreamingExample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2018-2019 Pico Technology Ltd. See LICENSE file for terms.
33
#
4-
# PS2000 Series (A API) STREAMING MODE EXAMPLE
4+
# PS5000 Series (A API) STREAMING MODE EXAMPLE
55
# This example demonstrates how to call the ps5000a 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 5000 Series device
2020
# Resolution set to 12 Bit
2121
resolution =ps.PS5000A_DEVICE_RESOLUTION["PS5000A_DR_12BIT"]
2222
# Returns handle to chandle for use in future API functions

0 commit comments

Comments
 (0)