Startup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user