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 f9e0256 commit 7edd849Copy full SHA for 7edd849
pylabrobot/liquid_handling/backends/hamilton/STAR_chatterbox.py
@@ -143,3 +143,12 @@ async def pierce_foil(
143
f"piercing foil | wells: {wells} | piercing channels: {piercing_channels} | hold down channels: {hold_down_channels} | "
144
f"move inwards: {move_inwards} | spread: {spread} | one by one: {one_by_one} | distance from bottom: {distance_from_bottom}"
145
)
146
+
147
+ async def move_iswap_x(self, x_position: float):
148
+ print("moving iswap x to", x_position)
149
150
+ async def move_iswap_y(self, y_position: float):
151
+ print("moving iswap y to", y_position)
152
153
+ async def move_iswap_z(self, z_position: float):
154
+ print("moving iswap z to", z_position)
0 commit comments