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