Skip to content

Commit 9e7e382

Browse files
authored
Add warning to hamilton troughs (#781)
1 parent c83baf8 commit 9e7e382

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pylabrobot/resources/hamilton/troughs.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ def hamilton_1_trough_60ml_Vb(name: str) -> Trough:
7575
True maximal volume capacity ~80 mL.
7676
Compatible with Trough_CAR_?? (194057 <- not yet integrated into PLR!).
7777
"""
78+
warnings.warn(
79+
"hamilton_1_trough_60ml_Vb has a center support that can interfere with pipetting.\
80+
If using an odd number of channels, use spread='custom' and define offsets for each channel to avoid collision."
81+
)
82+
7883
return Trough(
7984
name=name,
8085
size_x=19.0,

0 commit comments

Comments
 (0)