renamed timing.event_timing -> timing.events; renamed CTA_sequencer -> CTASequencer
This commit is contained in:
@ -478,7 +478,7 @@ components = [
|
|||||||
"args": ["SAR-CCTA-ESB"],
|
"args": ["SAR-CCTA-ESB"],
|
||||||
"name": "seq",
|
"name": "seq",
|
||||||
"desc": "sequencer timing application (CTA)",
|
"desc": "sequencer timing application (CTA)",
|
||||||
"type": "slic.devices.timing.event_timing:CTA_sequencer",
|
"type": "slic.devices.timing.events:CTASequencer",
|
||||||
"kwargs": {},
|
"kwargs": {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -492,7 +492,7 @@ components = [
|
|||||||
"args": ["SARES20-CVME-01-EVR0"],
|
"args": ["SARES20-CVME-01-EVR0"],
|
||||||
"name": "evr_bernina",
|
"name": "evr_bernina",
|
||||||
"desc": "Bernina event receiver",
|
"desc": "Bernina event receiver",
|
||||||
"type": "slic.devices.timing.event_timing:EventReceiver",
|
"type": "slic.devices.timing.events:EventReceiver",
|
||||||
"kwargs": {},
|
"kwargs": {},
|
||||||
"lazy": True,
|
"lazy": True,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user