Skip to content

Commit 2193409

Browse files
author
neil.hamilton
committed
Add timebase warning to ps5000 examples
1 parent 8ead835 commit 2193409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ps5000Examples/ps5000BlockExample.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2018 Pico Technology Ltd. See LICENSE file for terms.
2+
# Copyright (C) 2018-2022 Pico Technology Ltd. See LICENSE file for terms.
33
#
44
# PS5000 BLOCK MODE EXAMPLE
55
# This example opens a 5000a driver device, sets up two channels and a trigger then collects a block of data.
@@ -63,6 +63,8 @@
6363
maxSamples = preTriggerSamples + postTriggerSamples
6464

6565
# 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.
6668
# handle = chandle
6769
timebase = 8
6870
# noSamples = maxSamples

0 commit comments

Comments
 (0)