Startup
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
#Thu Nov 14 15:20:39 CET 2019
|
#Thu Nov 14 15:22:33 CET 2019
|
||||||
FileSequentialNumber=199
|
FileSequentialNumber=200
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@ import ch.psi.pshell.bs.Waveform as Waveform
|
|||||||
import ch.psi.pshell.bs.Stream as Stream
|
import ch.psi.pshell.bs.Stream as Stream
|
||||||
import ch.psi.bsread.configuration.Channel as ReceiverChannel
|
import ch.psi.bsread.configuration.Channel as ReceiverChannel
|
||||||
|
|
||||||
s = Stream("stream", bs)
|
s = Stream("stream", dispatcher)
|
||||||
|
|
||||||
channels = ['Int8Scalar',
|
channels = ['Int8Scalar',
|
||||||
'Int16Scalar', 'Int32Scalar', 'Int64Scalar',
|
'Int16Scalar', 'Int32Scalar', 'Int64Scalar',
|
||||||
@@ -24,4 +24,4 @@ add_device(s, True)
|
|||||||
|
|
||||||
set_device_alias(stream, "PulseID")
|
set_device_alias(stream, "PulseID")
|
||||||
|
|
||||||
bscan(s , 100)
|
bscan(s , 100, save=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user