Skip to content

Commit

Permalink
fix some pv values
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Aug 5, 2024
1 parent 5451d3c commit fc1ea6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/dodal/beamlines/i18.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def panda1(
)


# NOTE: the reason for skipping is that the odin detectors are not yet supported
@skip_device()
def xspress3(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
Expand All @@ -109,7 +110,7 @@ def xspress3(

return device_instantiation(
Xspress3,
prefix="-EA-XPS-02:",
prefix="-EA-XSP-02:",
name="Xspress3",
num_channels=16,
wait=wait_for_connection,
Expand Down Expand Up @@ -150,7 +151,7 @@ def i0(
return device_instantiation(
TetrammDetector,
"i0",
"-EA-XBPM-02:",
"-DI-XBPM-02:",
wait_for_connection,
fake_with_ophyd_sim,
type="Cividec Diamond XBPM",
Expand All @@ -166,10 +167,10 @@ def it(
return device_instantiation(
TetrammDetector,
"it",
"-EA-TTRM-02:",
"-DI-XBPM-01:",
wait_for_connection,
fake_with_ophyd_sim,
type="PIN Diode",
type="Tetramm",
directory_provider=get_directory_provider(),
)

Expand Down

0 comments on commit fc1ea6e

Please sign in to comment.