@@ -310,16 +310,27 @@ def hamilton_96_tiprack_1000ul(name: str, with_tips: bool = True) -> TipRack:
310
310
311
311
312
312
# TODO: identify cat number and update naming accordingly
313
- def HTF_WIDE (name : str , with_tips : bool = True ) -> TipRack :
314
- """Hamilton cat. no.: ?
313
+ def hamilton_96_tiprack_1000ul_filter_wide (name : str , with_tips : bool = True ) -> TipRack :
314
+ """Hamilton cat. no.:
315
+
316
+ core-ii:
317
+ - non-sterile, filter: 235678
318
+ - sterile, filter: 235677
319
+ core-i:
320
+ - ?
321
+
315
322
Hamilton name: 'HTF_WIDE'
316
- Tip Rack with 96x 1000ul High Volume Tip with filter"""
323
+ Tip Rack with 96x 1000ul High Volume Tip with filter
324
+
325
+ Orifice Size: 1.2mm
326
+ """
327
+
317
328
return TipRack (
318
329
name = name ,
319
330
size_x = 122.4 ,
320
331
size_y = 82.6 ,
321
332
size_z = 20.0 ,
322
- model = HTF_WIDE .__name__ ,
333
+ model = hamilton_96_tiprack_1000ul_filter_wide .__name__ ,
323
334
ordered_items = create_ordered_items_2d (
324
335
TipSpot ,
325
336
num_items_x = 12 ,
@@ -338,16 +349,27 @@ def HTF_WIDE(name: str, with_tips: bool = True) -> TipRack:
338
349
339
350
340
351
# TODO: identify cat number and update naming accordingly
341
- def HTF_ULTRAWIDE (name : str , with_tips : bool = True ) -> TipRack :
342
- """Hamilton cat. no.: ?
352
+ def hamilton_96_tiprack_1000ul_filter_ultrawide (name : str , with_tips : bool = True ) -> TipRack :
353
+ """Hamilton cat. no.:
354
+
355
+ core-ii:
356
+ - non-sterile, filter: 235541
357
+ - sterile, filter: 235842
358
+ core-i:
359
+ - ?
360
+
343
361
Hamilton name: 'HTF_ULTRAWIDE'
344
- Tip Rack with 96x 1000ul High Volume Tip with filter"""
362
+ Tip Rack with 96x 1000ul High Volume Tip with filter
363
+
364
+ Orifice Size: 3.2mm
365
+ """
366
+
345
367
return TipRack (
346
368
name = name ,
347
369
size_x = 122.4 ,
348
370
size_y = 82.6 ,
349
371
size_z = 20.0 ,
350
- model = HTF_ULTRAWIDE .__name__ ,
372
+ model = hamilton_96_tiprack_1000ul_filter_ultrawide .__name__ ,
351
373
ordered_items = create_ordered_items_2d (
352
374
TipSpot ,
353
375
num_items_x = 12 ,
0 commit comments