Skip to content

Commit 6465364

Browse files
author
neil.hamilton
committed
Add Timebase Warning to ps3000a examples
1 parent 41c2416 commit 6465364

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

ps3000aExamples/ps3000aBlockAdvancedTriggerExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
maxsamples = preTriggerSamples + postTriggerSamples
105105

106106
# Gets timebase innfomation
107+
# 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.
108+
# To access these Timebases, set any unused analogue channels to off.
107109
# Handle = chandle
108110
# Timebase = 2 = timebase
109111
# Nosample = maxsamples

ps3000aExamples/ps3000aBlockExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
maxsamples = preTriggerSamples + postTriggerSamples
6767

6868
# Gets timebase innfomation
69+
# 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.
70+
# To access these Timebases, set any unused analogue channels to off.
6971
# Handle = chandle
7072
# Timebase = 2 = timebase
7173
# Nosample = maxsamples

ps3000aExamples/ps3000aBlockMSOExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
totalSamples = preTriggerSamples + postTriggerSamples
5858

5959
# Gets timebase information
60+
# 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.
61+
# To access these Timebases, set any unused analogue channels to off.
6062
# handle = chandle
6163
# timebase = 1252
6264
# Nosample = totalSamples

ps3000aExamples/ps3000aRapidBlockExample.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
maxsamples = preTriggerSamples + postTriggerSamples
6868

6969
# Gets timebase innfomation
70+
# 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.
71+
# To access these Timebases, set any unused analogue channels to off.
7072
# Handle = chandle
7173
# Timebase = 2 = timebase
7274
# Nosample = maxsamples

0 commit comments

Comments
 (0)