Skip to content

Commit 6af6b5f

Browse files
author
neil.hamilton
committed
make small changes to ps6000aStreamingModeExample.py to get new plotting working correctly
1 parent 168b83e commit 6af6b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ps6000aExamples/ps6000aStreamingModeExample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (C) 2020 Pico Technology Ltd. See LICENSE file for terms.
2+
# Copyright (C) 2020-2024 Pico Technology Ltd. See LICENSE file for terms.
33
#
44
# PS6000 A STREAMING MODE EXAMPLE
55
# This example opens a 6000a driver device, sets up one channel then collects a streamed set of data.
66
# This data is then plotted as mV against time in ns.
77

88
import ctypes
9-
# import numpy as np
9+
import numpy as np
1010
from picosdk.ps6000a import ps6000a as ps
1111
from picosdk.PicoDeviceEnums import picoEnum as enums
1212
from picosdk.PicoDeviceStructs import picoStruct as structs

0 commit comments

Comments
 (0)