Skip to content

Commit

Permalink
make all connect
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Jan 16, 2025
1 parent 7349018 commit bc3d535
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions src/dodal/beamlines/i18.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ def main_table(

def thor_labs_table(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
) -> Table:
) -> ThorLabsStage:
return device_instantiation(
Table,
"table",
ThorLabsStage,
"thor_labs_stage",
"-MO-TABLE-02:",
wait_for_connection,
fake_with_ophyd_sim,
Expand All @@ -262,15 +262,3 @@ def raster_stage(
wait_for_connection,
fake_with_ophyd_sim,
)


def thor_labs_table(
wait_for_connection: bool = True, fake_with_ophyd_sim: bool = False
) -> ThorLabsStage:
return device_instantiation(
ThorLabsStage,
"table",
"-MO-TABLE-02:",
wait_for_connection,
fake_with_ophyd_sim,
)

0 comments on commit bc3d535

Please sign in to comment.