Skip to content

Commit

Permalink
RFCav in BunchbyBunch
Browse files Browse the repository at this point in the history
  • Loading branch information
murilobalves committed Oct 9, 2024
1 parent 5dbe45f commit 893016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/devices/bbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, devname, props2init='all'):
"props2init must be 'all' or bool(props2init) == False")

self.dcct = DCCT(DCCT.DEVICES.SI_13C4, props2init=props2init)
self.rfcav = RFCav(RFCav.DEVICES.SI, props2init=props2init)
self.rfcav = RFCav(RFCav.DEVICES.SIA, props2init=props2init)
self.info = SystemInfo(devname, props2init=props2init)
self.timing = Timing(devname, props2init=props2init)
self.sram = Acquisition(devname, acqtype='SRAM', props2init=props2init)
Expand Down

0 comments on commit 893016c

Please sign in to comment.