You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pull_out_distance_transport_air: The distance to pull out when aspirating air, if LLD is
1668
1748
disabled.
1669
1749
second_section_height: The height to start the second section of aspiration.
1670
-
second_section_ratio: The ratio of [the bottom of the container * 10000] / [the height top of the container].
1671
-
minimum_height: The minimum height to move to, this is the end of aspiration. The channel
1672
-
will move linearly from the liquid surface to this height over the course of the aspiration.
1750
+
second_section_ratio:
1751
+
minimum_height: The minimum height to move to, this is the end of aspiration. The channel will move linearly from the liquid surface to this height over the course of the aspiration.
1673
1752
immersion_depth: The z distance to move after detecting the liquid, can be into or away from the liquid surface.
1674
1753
surface_following_distance: The distance to follow the liquid surface.
1675
1754
transport_air_volume: The volume of air to aspirate after the liquid.
1676
1755
pre_wetting_volume: The volume of liquid to use for pre-wetting.
1677
1756
lld_mode: The liquid level detection mode to use.
1678
1757
gamma_lld_sensitivity: The sensitivity of the gamma LLD.
1679
1758
dp_lld_sensitivity: The sensitivity of the DP LLD.
1680
-
aspirate_position_above_z_touch_off: If the LLD mode is Z_TOUCH_OFF, this is the height above
1681
-
the bottom of the well (presumably) to aspirate from.
1682
-
detection_height_difference_for_dual_lld: Difference between the gamma and DP LLD heights if
1683
-
the LLD mode is DUAL.
1759
+
aspirate_position_above_z_touch_off: If the LLD mode is Z_TOUCH_OFF, this is the height above the bottom of the well (presumably) to aspirate from.
1760
+
detection_height_difference_for_dual_lld: Difference between the gamma and DP LLD heights if the LLD mode is DUAL.
1684
1761
swap_speed: Swap speed (on leaving liquid) [1mm/s]. Must be between 3 and 1600. Default 100.
1685
1762
settling_time: The time to wait after mix.
1686
1763
mix_position_from_liquid_surface: The height to aspirate from for mix (LLD or absolute terms).
@@ -1694,17 +1771,15 @@ async def aspirate(
1694
1771
z_drive_speed_during_2nd_section_search: Unknown.
1695
1772
cup_upper_edge: Unknown.
1696
1773
ratio_liquid_rise_to_tip_deep_in: Unknown.
1697
-
immersion_depth_2nd_section: The depth to move into the liquid for the second section of
1698
-
aspiration.
1774
+
immersion_depth_2nd_section: The depth to move into the liquid for the second section of aspiration.
1699
1775
1700
-
minimum_traverse_height_at_beginning_of_a_command: The minimum height to move to before
1701
-
starting an aspiration.
1776
+
minimum_traverse_height_at_beginning_of_a_command: The minimum height to move to before starting an aspiration.
1702
1777
min_z_endpos: The minimum height to move to, this is the end of aspiration.
1703
1778
1704
-
hamilton_liquid_classes: Override the default liquid classes. See
liquid_surface_no_lld: Liquid surface at function without LLD [mm]. Must be between 0
1707
-
and 360. Defaults to well bottom + liquid height. Should use absolute z.
1779
+
hamilton_liquid_classes: Override the default liquid classes. See pylabrobot/liquid_handling/liquid_classes/hamilton/STARBackend.py
1780
+
liquid_surface_no_lld: Liquid surface at function without LLD [mm]. Must be between 0 and 360. Defaults to well bottom + liquid height. Should use absolute z.
1781
+
1782
+
probe_liquid_height: PLR-specific parameter. If True, probe the liquid height using cLLD before aspirating to set the liquid_height of every operation instead of using the default 0. Liquid heights must not be set when using this function.
empty: Whether to use "empty" dispense mode for each dispense. Defaults to `False` for all.
2011
2107
Truly empty the tip, not available in the VENUS liquid editor, but is in the firmware
2012
2108
documentation. Dispense mode 4.
2109
+
2110
+
probe_liquid_height: PLR-specific parameter. If True, probe the liquid height using cLLD before aspirating to set the liquid_height of every operation instead of using the default 0. Liquid heights must not be set when using this function.
channel_idx: The index of the channel to use for probing. Backmost channel = 0.
7883
-
lowest_immers_pos: The lowest immersion position in mm.
7884
-
start_pos_lld_search: The start position for z-touch search in mm.
8000
+
lowest_immers_pos: The lowest immersion position in mm. This is the position of the channel, NOT including the tip length (as C0 commands do). So you have to add the total_tip_length - fitting_depth.
8001
+
start_pos_lld_search: The start position for z-touch search in mm. This is the position of the channel, NOT including the tip length (as C0 commands do). So you have to add the total_tip_length - fitting_depth.
7885
8002
channel_speed: The speed of channel movement in mm/sec.
7886
8003
channel_acceleration: The acceleration of the channel in mm/sec**2.
7887
8004
detection_edge: The edge steepness at capacitive LLD detection.
7888
8005
detection_drop: The offset after capacitive LLD edge detection.
7889
-
post_detection_trajectory (0, 1): Movement of the channel up (1) or down (0) after
7890
-
contacting the surface.
8006
+
post_detection_trajectory (0, 1): Movement of the channel up (1) or down (0) after contacting the surface.
7891
8007
post_detection_dist: Distance to move into the trajectory after detection in mm.
7892
-
move_channels_to_save_pos_after: Flag to move channels to a safe position after
7893
-
operation.
8008
+
move_channels_to_save_pos_after: Flag to move channels to a safe position after operation.
0 commit comments