Skip to content

Commit

Permalink
Current state of p38 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Mar 13, 2024
1 parent af69933 commit d6e050b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/dodal/beamlines/p38.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ophyd_async.panda import PandA
# from ophyd_async.panda import PandA

from dodal.beamlines.beamline_utils import device_instantiation, get_directory_provider
from dodal.beamlines.beamline_utils import set_beamline as set_utils_beamline
Expand Down Expand Up @@ -99,12 +99,17 @@ def d12(
# )


def panda2(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
) -> PandA:
return device_instantiation(
PandA, "panda2", "-EA-PANDA-02:", wait_for_connection, fake_with_ophyd_sim
)
# FIXME: Times out
# def panda2(
# wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
# ) -> PandA:
# return device_instantiation(
# PandA,
# "panda2",
# "-EA-PANDA-02:",
# wait_for_connection,
# fake_with_ophyd_sim,
# )


# FIXME: Currently disconnected
Expand Down

0 comments on commit d6e050b

Please sign in to comment.