9 from ByteStreamEmonSvc.EmonByteStreamConfig
import EmonByteStreamCfg
12 bytestreamInput = acc.getService(
"ByteStreamInputSvc")
13 bytestreamInput.Partition = flags.OnlineEventDisplays.PartitionName
14 bytestreamInput.GroupName =
"EventDisplaysOnline"
15 bytestreamInput.PublishName =
"EventDisplays"
16 bytestreamInput.Key =
"dcm"
17 bytestreamInput.KeyCount = 1
18 bytestreamInput.Timeout = 600000
19 bytestreamInput.UpdatePeriod = 200
20 bytestreamInput.BufferSize = 10
21 bytestreamInput.ISServer =
''
22 bytestreamInput.StreamNames = flags.OnlineEventDisplays.TriggerStreams
24 bytestreamInput.StreamLogic =
"Or"
26 if flags.OnlineEventDisplays.BeamSplashMode:
27 bytestreamInput.KeyCount = 62
28 bytestreamInput.BufferSize = 186
29 bytestreamInput.Timeout = 144000000
30 bytestreamInput.StreamType =
"physics"
32 if flags.OnlineEventDisplays.PartitionName !=
'ATLAS':
33 bytestreamInput.KeyValue = [
'Test_emon_push' ]
34 bytestreamInput.KeyCount = 1