Skip to content

Commit 41c2416

Browse files
author
neil.hamilton
committed
Add Timebase Warning to ps2000 examples
1 parent 584bb23 commit 41c2416

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ps2000Examples/ps2000BlockExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
maxSamples = preTriggerSamples + postTriggerSamples
6161

6262
# Get timebase information
63+
# 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.
64+
# To access these Timebases, set any unused analogue channels to off.
6365
# handle = chandle
6466
# timebase = 8 = timebase
6567
# no_of_samples = maxSamples

ps2000Examples/ps2000ETSBlockExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
maxSamples = preTriggerSamples + postTriggerSamples
6969

7070
# Get timebase information
71+
# 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.
72+
# To access these Timebases, set any unused analogue channels to off.
7173
# handle = chandle
7274
# timebase = 8 = timebase
7375
# no_of_samples = maxSamples

0 commit comments

Comments
 (0)