File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11from ophyd_async .core import Reference
2- from ophyd_async .fastcs .eiger import EigerDetector as FastEiger
2+ from ophyd_async .fastcs .eiger import EigerDetector as FastCSEiger
33from ophyd_async .fastcs .panda import HDFPanda
44from yarl import URL
55
@@ -178,12 +178,11 @@ def eiger(mock: bool = False) -> EigerDetector:
178178
179179
180180@device_factory ()
181- def fastcs_eiger () -> FastEiger :
181+ def fastcs_eiger () -> FastCSEiger :
182182 """Get the i03 FastCS Eiger device, instantiate it if it hasn't already been.
183183 If this is called when already instantiated in i03, it will return the existing object.
184184 """
185-
186- return FastEiger (
185+ return FastCSEiger (
187186 prefix = PREFIX .beamline_prefix ,
188187 path_provider = get_path_provider (),
189188 drv_suffix = "-EA-EIGER-02:" ,
You can’t perform that action at this time.
0 commit comments