Skip to content

Commit 19bee80

Browse files
committed
Add mock value for slits in bimorph mirror
1 parent 7a4b812 commit 19bee80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/plans/test_bimorph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ def slits(RE: RunEngine) -> Slits:
8787
for motor in [slits.x_gap, slits.y_gap, slits.x_centre, slits.y_centre]:
8888
# Set velocity to avoid zero velocity error:
8989
set_mock_value(motor.velocity, 1)
90+
set_mock_value(motor.low_limit_travel, -399.99)
91+
set_mock_value(motor.high_limit_travel, -399.99)
9092

9193
def callback(value, wait=False, signal=motor.user_readback):
9294
set_mock_value(signal, value)

0 commit comments

Comments
 (0)