File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ def collimation_table() -> CollimationTable:
453453 return CollimationTable (prefix = f"{ PREFIX .beamline_prefix } -MO-TABLE-01" )
454454
455455
456- @device_factory ()
456+ @devices . factory ()
457457def beamsize () -> Beamsize :
458458 """Get the i03 beamsize device, instantiate it if it hasn't already been.
459459 If this is called when already instantiated in i03, it will return the existing object.
@@ -463,7 +463,7 @@ def beamsize() -> Beamsize:
463463 )
464464
465465
466- @device_factory ()
466+ @devices . factory ()
467467def ipin () -> IPin :
468468 """Get the i03 ipin device, instantiate it if it hasn't already been.
469469 If this is called when already instantiated in i04, it will return the existing object.
You can’t perform that action at this time.
0 commit comments