We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4b812 commit 19bee80Copy full SHA for 19bee80
tests/plans/test_bimorph.py
@@ -87,6 +87,8 @@ def slits(RE: RunEngine) -> Slits:
87
for motor in [slits.x_gap, slits.y_gap, slits.x_centre, slits.y_centre]:
88
# Set velocity to avoid zero velocity error:
89
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)
92
93
def callback(value, wait=False, signal=motor.user_readback):
94
set_mock_value(signal, value)
0 commit comments