renamed timing.event_timing -> timing.events; renamed CTA_sequencer -> CTASequencer

This commit is contained in:
2022-07-14 11:17:24 +02:00
parent 7b199bad1e
commit ebf81900eb

View File

@ -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,
},