We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b83e commit 6af6b5fCopy full SHA for 6af6b5f
ps6000aExamples/ps6000aStreamingModeExample.py
@@ -1,12 +1,12 @@
1
#
2
-# Copyright (C) 2020 Pico Technology Ltd. See LICENSE file for terms.
+# Copyright (C) 2020-2024 Pico Technology Ltd. See LICENSE file for terms.
3
4
# PS6000 A STREAMING MODE EXAMPLE
5
# This example opens a 6000a driver device, sets up one channel then collects a streamed set of data.
6
# This data is then plotted as mV against time in ns.
7
8
import ctypes
9
-# import numpy as np
+import numpy as np
10
from picosdk.ps6000a import ps6000a as ps
11
from picosdk.PicoDeviceEnums import picoEnum as enums
12
from picosdk.PicoDeviceStructs import picoStruct as structs
0 commit comments