@@ -368,17 +368,16 @@ def HTF_ULTRAWIDE(name: str, with_tips: bool = True) -> TipRack:
368
368
# # # # # # # # # # 4 ml Tips # # # # # # # # # #
369
369
370
370
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)
374
373
Hamilton name: 'FourmlTF'
375
374
Tip Rack 24x 4ml Tip with Filter landscape oriented"""
376
375
return TipRack (
377
376
name = name ,
378
377
size_x = 122.4 ,
379
378
size_y = 82.6 ,
380
379
size_z = 7.0 ,
381
- model = "FourmlTF" ,
380
+ model = hamilton_24_tiprack_4000ul_filter . __name__ ,
382
381
ordered_items = create_ordered_items_2d (
383
382
TipSpot ,
384
383
num_items_x = 6 ,
@@ -399,17 +398,16 @@ def FourmlTF(name: str, with_tips: bool = True) -> TipRack:
399
398
# # # # # # # # # # 5 ml Tips # # # # # # # # # #
400
399
401
400
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)
405
403
Hamilton name: 'FivemlT'
406
404
Tip Rack 24x 5ml Tip landscape oriented"""
407
405
return TipRack (
408
406
name = name ,
409
407
size_x = 122.4 ,
410
408
size_y = 82.6 ,
411
409
size_z = 7.0 ,
412
- model = "FivemlT" ,
410
+ model = hamilton_24_tiprack_5000ul . __name__ ,
413
411
ordered_items = create_ordered_items_2d (
414
412
TipSpot ,
415
413
num_items_x = 6 ,
0 commit comments