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 8ead835 commit 2193409Copy full SHA for 2193409
ps5000Examples/ps5000BlockExample.py
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (C) 2018 Pico Technology Ltd. See LICENSE file for terms.
+# Copyright (C) 2018-2022 Pico Technology Ltd. See LICENSE file for terms.
3
4
# PS5000 BLOCK MODE EXAMPLE
5
# This example opens a 5000a driver device, sets up two channels and a trigger then collects a block of data.
@@ -63,6 +63,8 @@
63
maxSamples = preTriggerSamples + postTriggerSamples
64
65
# Get timebase information
66
+# Warning: When using this example it may not be possible to access all Timebases as all channels are enabled by default when opening the scope.
67
+# To access these Timebases, set any unused analogue channels to off.
68
# handle = chandle
69
timebase = 8
70
# noSamples = maxSamples
0 commit comments