Skip to content

Commit 48c330b

Browse files
committed
SimulatedStage: implement new may_move_on_enable abstract method (fixup e96e316)
1 parent e96e316 commit 48c330b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

microscope/simulators/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ def __init__(
463463
def _do_shutdown(self) -> None:
464464
pass
465465

466+
def may_move_on_enable(self) -> bool:
467+
return False
468+
466469
@property
467470
def axes(self) -> typing.Mapping[str, microscope.abc.StageAxis]:
468471
return self._axes

0 commit comments

Comments
 (0)