This commit is contained in:
2019-11-14 15:35:10 +01:00
parent b1a443ec23
commit 12bc33fa29
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import ch.psi.pshell.bs.Waveform as Waveform
import ch.psi.pshell.bs.Stream as Stream
import ch.psi.bsread.configuration.Channel as ReceiverChannel
s = Stream("stream", bs)
s = Stream("stream", dispatcher)
channels = ['Int8Scalar',
'Int16Scalar', 'Int32Scalar', 'Int64Scalar',
@@ -24,4 +24,4 @@ add_device(s, True)
set_device_alias(stream, "PulseID")
bscan(s , 100)
bscan(s , 100, save=False)