File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -203,9 +203,9 @@ def pin_tip_detection() -> PinTipDetection:
203203 return PinTipDetection (f"{ PREFIX .beamline_prefix } -DI-OAV-01:" )
204204
205205
206- @devices .factory ()
206+ @devices .factory (use_factory_name = False )
207207def smargon () -> Smargon :
208- return Smargon (f"{ PREFIX .beamline_prefix } -MO-SGON-01:" )
208+ return Smargon (f"{ PREFIX .beamline_prefix } -MO-SGON-01:" , name = "gonio" )
209209
210210
211211@devices .factory ()
Original file line number Diff line number Diff line change 7272devices = DeviceManager ()
7373
7474
75- @devices .factory ()
75+ @devices .factory (use_factory_name = False )
7676def smargon () -> Smargon :
77- return Smargon (f"{ PREFIX .beamline_prefix } -MO-SGON-01:" )
77+ return Smargon (f"{ PREFIX .beamline_prefix } -MO-SGON-01:" , name = "gonio" )
7878
7979
8080@devices .factory ()
You can’t perform that action at this time.
0 commit comments