Skip to content

Commit 8667cb4

Browse files
committed
hamilton_24_tiprack_4000ul_filter and hamilton_24_tiprack_5000ul
1 parent 0ff6502 commit 8667cb4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pylabrobot/resources/hamilton/tip_racks.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,17 +368,16 @@ def HTF_ULTRAWIDE(name: str, with_tips: bool = True) -> TipRack:
368368
# # # # # # # # # # 4 ml Tips # # # # # # # # # #
369369

370370

371-
# TODO: identify cat number and update naming accordingly
372-
def FourmlTF(name: str, with_tips: bool = True) -> TipRack:
373-
"""Hamilton cat. no.: ?
371+
def hamilton_24_tiprack_4000ul_filter(name: str, with_tips: bool = True) -> TipRack:
372+
"""Hamilton cat. no.: 184021 (non-sterile), 184023 (sterile)
374373
Hamilton name: 'FourmlTF'
375374
Tip Rack 24x 4ml Tip with Filter landscape oriented"""
376375
return TipRack(
377376
name=name,
378377
size_x=122.4,
379378
size_y=82.6,
380379
size_z=7.0,
381-
model="FourmlTF",
380+
model=hamilton_24_tiprack_4000ul_filter.__name__,
382381
ordered_items=create_ordered_items_2d(
383382
TipSpot,
384383
num_items_x=6,
@@ -399,17 +398,16 @@ def FourmlTF(name: str, with_tips: bool = True) -> TipRack:
399398
# # # # # # # # # # 5 ml Tips # # # # # # # # # #
400399

401400

402-
# TODO: identify cat number and update naming accordingly
403-
def FivemlT(name: str, with_tips: bool = True) -> TipRack:
404-
"""Hamilton cat. no.: ?
401+
def hamilton_24_tiprack_5000ul(name: str, with_tips: bool = True) -> TipRack:
402+
"""Hamilton cat. no.: 184020 (non-sterile), 184022 (sterile)
405403
Hamilton name: 'FivemlT'
406404
Tip Rack 24x 5ml Tip landscape oriented"""
407405
return TipRack(
408406
name=name,
409407
size_x=122.4,
410408
size_y=82.6,
411409
size_z=7.0,
412-
model="FivemlT",
410+
model=hamilton_24_tiprack_5000ul.__name__,
413411
ordered_items=create_ordered_items_2d(
414412
TipSpot,
415413
num_items_x=6,

0 commit comments

Comments
 (0)