Skip to content

Commit f787c36

Browse files
committed
Add i04 fastcs_eiger
1 parent cd671ab commit f787c36

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/dodal/beamlines/i03.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from 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
33
from ophyd_async.fastcs.panda import HDFPanda
44
from 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:",

0 commit comments

Comments
 (0)