@@ -74,7 +74,7 @@ def Microplate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
74
74
item_dy=9.0,
75
75
size_x=9.0,
76
76
size_y=9.0,
77
- size_z=5 .6,
77
+ size_z=22 .6,
78
78
),
79
79
)
80
80
"""
@@ -102,7 +102,7 @@ def Microplate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
102
102
item_dy = 9.0 ,
103
103
size_x = 9.0 ,
104
104
size_y = 9.0 ,
105
- size_z = 5 .6 ,
105
+ size_z = 22 .6 ,
106
106
),
107
107
)
108
108
@@ -112,7 +112,7 @@ def Microplate_portrait_96_Well(name: str, with_lid: bool = False) -> TecanPlate
112
112
name = name ,
113
113
size_x = 85.4 ,
114
114
size_y = 127.8 ,
115
- size_z = 9 .0 ,
115
+ size_z = 11 .0 ,
116
116
with_lid = with_lid ,
117
117
lid_height = 8 ,
118
118
model = "Microplate_portrait_96_Well" ,
@@ -131,7 +131,7 @@ def Microplate_portrait_96_Well(name: str, with_lid: bool = False) -> TecanPlate
131
131
item_dy = 9.0 ,
132
132
size_x = 9.0 ,
133
133
size_y = 9.0 ,
134
- size_z = 9 .0 ,
134
+ size_z = 11 .0 ,
135
135
),
136
136
)
137
137
@@ -141,7 +141,7 @@ def DeepWell_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
141
141
name = name ,
142
142
size_x = 127.8 ,
143
143
size_y = 85.4 ,
144
- size_z = 37 .0 ,
144
+ size_z = 39 .0 ,
145
145
with_lid = with_lid ,
146
146
lid_height = 8 ,
147
147
model = "DeepWell_96_Well" ,
@@ -160,7 +160,7 @@ def DeepWell_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
160
160
item_dy = 9.0 ,
161
161
size_x = 9.0 ,
162
162
size_y = 9.0 ,
163
- size_z = 37 .0 ,
163
+ size_z = 39 .0 ,
164
164
),
165
165
)
166
166
@@ -170,7 +170,7 @@ def HalfDeepWell_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
170
170
name = name ,
171
171
size_x = 127.7 ,
172
172
size_y = 85.5 ,
173
- size_z = 16 .8 ,
173
+ size_z = 18 .8 ,
174
174
with_lid = with_lid ,
175
175
lid_height = 8 ,
176
176
model = "HalfDeepWell_384_Well" ,
@@ -189,7 +189,7 @@ def HalfDeepWell_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
189
189
item_dy = 4.5 ,
190
190
size_x = 4.5 ,
191
191
size_y = 4.5 ,
192
- size_z = 16 .8 ,
192
+ size_z = 18 .8 ,
193
193
),
194
194
)
195
195
@@ -199,7 +199,7 @@ def DeepWell_portait_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
199
199
name = name ,
200
200
size_x = 85.4 ,
201
201
size_y = 127.8 ,
202
- size_z = 36 .0 ,
202
+ size_z = 38 .0 ,
203
203
with_lid = with_lid ,
204
204
lid_height = 8 ,
205
205
model = "DeepWell_portait_96_Well" ,
@@ -218,7 +218,7 @@ def DeepWell_portait_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
218
218
item_dy = 9.0 ,
219
219
size_x = 9.0 ,
220
220
size_y = 9.0 ,
221
- size_z = 36 .0 ,
221
+ size_z = 38 .0 ,
222
222
),
223
223
)
224
224
@@ -228,7 +228,7 @@ def Plate_portrait_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
228
228
name = name ,
229
229
size_x = 85.5 ,
230
230
size_y = 127.7 ,
231
- size_z = 9 .0 ,
231
+ size_z = 11 .0 ,
232
232
with_lid = with_lid ,
233
233
lid_height = 8 ,
234
234
model = "Plate_portrait_384_Well" ,
@@ -247,7 +247,7 @@ def Plate_portrait_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
247
247
item_dy = 4.5 ,
248
248
size_x = 4.5 ,
249
249
size_y = 4.5 ,
250
- size_z = 9 .0 ,
250
+ size_z = 11 .0 ,
251
251
),
252
252
)
253
253
@@ -257,7 +257,7 @@ def Macherey_Nagel_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlat
257
257
name = name ,
258
258
size_x = 151.6 ,
259
259
size_y = 131.1 ,
260
- size_z = 25.3 ,
260
+ size_z = 29.9 ,
261
261
with_lid = with_lid ,
262
262
lid_height = 8 ,
263
263
model = "Macherey_Nagel_Plate_96_Well" ,
@@ -276,7 +276,7 @@ def Macherey_Nagel_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlat
276
276
item_dy = 8.9 ,
277
277
size_x = 8.9 ,
278
278
size_y = 8.9 ,
279
- size_z = 25.3 ,
279
+ size_z = 29.9 ,
280
280
),
281
281
)
282
282
@@ -286,7 +286,7 @@ def Qiagen_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
286
286
name = name ,
287
287
size_x = 151.7 ,
288
288
size_y = 132.0 ,
289
- size_z = 25.8 ,
289
+ size_z = 26.6 ,
290
290
with_lid = with_lid ,
291
291
lid_height = 8 ,
292
292
model = "Qiagen_Plate_96_Well" ,
@@ -305,7 +305,7 @@ def Qiagen_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
305
305
item_dy = 8.9 ,
306
306
size_x = 8.9 ,
307
307
size_y = 8.9 ,
308
- size_z = 25.8 ,
308
+ size_z = 26.6 ,
309
309
),
310
310
)
311
311
@@ -315,7 +315,7 @@ def AB_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
315
315
name = name ,
316
316
size_x = 130.9 ,
317
317
size_y = 128.8 ,
318
- size_z = 18.0 ,
318
+ size_z = 19.5 ,
319
319
with_lid = with_lid ,
320
320
lid_height = 8 ,
321
321
model = "AB_Plate_96_Well" ,
@@ -334,7 +334,7 @@ def AB_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
334
334
item_dy = 9.0 ,
335
335
size_x = 9.0 ,
336
336
size_y = 9.0 ,
337
- size_z = 18.0 ,
337
+ size_z = 19.5 ,
338
338
),
339
339
)
340
340
@@ -344,7 +344,7 @@ def PCR_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
344
344
name = name ,
345
345
size_x = 128.0 ,
346
346
size_y = 83.2 ,
347
- size_z = 18.0 ,
347
+ size_z = 19.5 ,
348
348
with_lid = with_lid ,
349
349
lid_height = 8 ,
350
350
model = "PCR_Plate_96_Well" ,
@@ -363,7 +363,7 @@ def PCR_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
363
363
item_dy = 9.0 ,
364
364
size_x = 9.0 ,
365
365
size_y = 9.0 ,
366
- size_z = 18.0 ,
366
+ size_z = 19.5 ,
367
367
),
368
368
)
369
369
@@ -373,7 +373,7 @@ def DeepWell_Greiner_1536_Well(name: str, with_lid: bool = False) -> TecanPlate:
373
373
name = name ,
374
374
size_x = 127.8 ,
375
375
size_y = 85.5 ,
376
- size_z = 6 .6 ,
376
+ size_z = 8 .6 ,
377
377
with_lid = with_lid ,
378
378
lid_height = 8 ,
379
379
model = "DeepWell_Greiner_1536_Well" ,
@@ -392,7 +392,7 @@ def DeepWell_Greiner_1536_Well(name: str, with_lid: bool = False) -> TecanPlate:
392
392
item_dy = 2.3 ,
393
393
size_x = 2.3 ,
394
394
size_y = 2.3 ,
395
- size_z = 6 .6 ,
395
+ size_z = 8 .6 ,
396
396
),
397
397
)
398
398
@@ -402,7 +402,7 @@ def Hibase_Greiner_1536_Well(name: str, with_lid: bool = False) -> TecanPlate:
402
402
name = name ,
403
403
size_x = 127.8 ,
404
404
size_y = 85.5 ,
405
- size_z = 3 .4 ,
405
+ size_z = 5 .4 ,
406
406
with_lid = with_lid ,
407
407
lid_height = 8 ,
408
408
model = "Hibase_Greiner_1536_Well" ,
@@ -421,7 +421,7 @@ def Hibase_Greiner_1536_Well(name: str, with_lid: bool = False) -> TecanPlate:
421
421
item_dy = 2.3 ,
422
422
size_x = 2.3 ,
423
423
size_y = 2.3 ,
424
- size_z = 3 .4 ,
424
+ size_z = 5 .4 ,
425
425
),
426
426
)
427
427
@@ -431,7 +431,7 @@ def Lowbase_Greiner_1536_Well(name: str, with_lid: bool = False) -> TecanPlate:
431
431
name = name ,
432
432
size_x = 127.8 ,
433
433
size_y = 85.5 ,
434
- size_z = 5 .2 ,
434
+ size_z = 6 .2 ,
435
435
with_lid = with_lid ,
436
436
lid_height = 8 ,
437
437
model = "Lowbase_Greiner_1536_Well" ,
@@ -450,7 +450,7 @@ def Lowbase_Greiner_1536_Well(name: str, with_lid: bool = False) -> TecanPlate:
450
450
item_dy = 2.3 ,
451
451
size_x = 2.3 ,
452
452
size_y = 2.3 ,
453
- size_z = 5 .2 ,
453
+ size_z = 6 .2 ,
454
454
),
455
455
)
456
456
@@ -460,7 +460,7 @@ def Separation_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
460
460
name = name ,
461
461
size_x = 151.7 ,
462
462
size_y = 132.0 ,
463
- size_z = 25.8 ,
463
+ size_z = 26.6 ,
464
464
with_lid = with_lid ,
465
465
lid_height = 8 ,
466
466
model = "Separation_Plate_96_Well" ,
@@ -479,7 +479,7 @@ def Separation_Plate_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
479
479
item_dy = 8.9 ,
480
480
size_x = 8.9 ,
481
481
size_y = 8.9 ,
482
- size_z = 25.8 ,
482
+ size_z = 26.6 ,
483
483
),
484
484
)
485
485
@@ -489,7 +489,7 @@ def DeepWell_square_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
489
489
name = name ,
490
490
size_x = 127.8 ,
491
491
size_y = 85.4 ,
492
- size_z = 37 .0 ,
492
+ size_z = 39 .0 ,
493
493
with_lid = with_lid ,
494
494
lid_height = 8 ,
495
495
model = "DeepWell_square_96_Well" ,
@@ -508,7 +508,7 @@ def DeepWell_square_96_Well(name: str, with_lid: bool = False) -> TecanPlate:
508
508
item_dy = 9.0 ,
509
509
size_x = 9.0 ,
510
510
size_y = 9.0 ,
511
- size_z = 37 .0 ,
511
+ size_z = 39 .0 ,
512
512
),
513
513
)
514
514
@@ -518,7 +518,7 @@ def CaCo2_Plate_24_Well(name: str, with_lid: bool = False) -> TecanPlate:
518
518
name = name ,
519
519
size_x = 125.2 ,
520
520
size_y = 89.2 ,
521
- size_z = 1.8 ,
521
+ size_z = 6.5 ,
522
522
with_lid = with_lid ,
523
523
lid_height = 8 ,
524
524
model = "CaCo2_Plate_24_Well" ,
@@ -537,7 +537,7 @@ def CaCo2_Plate_24_Well(name: str, with_lid: bool = False) -> TecanPlate:
537
537
item_dy = 19.3 ,
538
538
size_x = 19.3 ,
539
539
size_y = 19.3 ,
540
- size_z = 1.8 ,
540
+ size_z = 6.5 ,
541
541
),
542
542
)
543
543
@@ -548,7 +548,7 @@ def Plate_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
548
548
name = name ,
549
549
size_x = 127.7 ,
550
550
size_y = 85.5 ,
551
- size_z = 10 .1 ,
551
+ size_z = 12 .1 ,
552
552
with_lid = with_lid ,
553
553
lid_height = 8 ,
554
554
model = "Plate_384_Well" ,
@@ -567,7 +567,7 @@ def Plate_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
567
567
item_dy = 4.5 ,
568
568
size_x = 4.5 ,
569
569
size_y = 4.5 ,
570
- size_z = 10 .1 ,
570
+ size_z = 12 .1 ,
571
571
),
572
572
)
573
573
@@ -578,7 +578,7 @@ def Microplate_24_Well(name: str, with_lid: bool = False) -> TecanPlate:
578
578
name = name ,
579
579
size_x = 130.9 ,
580
580
size_y = 85.5 ,
581
- size_z = 14.4 ,
581
+ size_z = 17.6 ,
582
582
with_lid = with_lid ,
583
583
lid_height = 8 ,
584
584
model = "Microplate_24_Well" ,
@@ -597,7 +597,7 @@ def Microplate_24_Well(name: str, with_lid: bool = False) -> TecanPlate:
597
597
item_dy = 19.6 ,
598
598
size_x = 19.6 ,
599
599
size_y = 19.6 ,
600
- size_z = 14.4 ,
600
+ size_z = 17.6 ,
601
601
),
602
602
)
603
603
@@ -607,7 +607,7 @@ def TecanExtractionPlate_96_Well(name: str, with_lid: bool = False) -> TecanPlat
607
607
name = name ,
608
608
size_x = 129.8 ,
609
609
size_y = 91.7 ,
610
- size_z = 15.1 ,
610
+ size_z = 23.0 ,
611
611
with_lid = with_lid ,
612
612
lid_height = 8 ,
613
613
model = "TecanExtractionPlate_96_Well" ,
@@ -626,7 +626,7 @@ def TecanExtractionPlate_96_Well(name: str, with_lid: bool = False) -> TecanPlat
626
626
item_dy = 9.0 ,
627
627
size_x = 9.0 ,
628
628
size_y = 9.0 ,
629
- size_z = 15.1 ,
629
+ size_z = 23.0 ,
630
630
),
631
631
)
632
632
@@ -637,7 +637,7 @@ def Microplate_48_Well(name: str, with_lid: bool = False) -> TecanPlate:
637
637
name = name ,
638
638
size_x = 131.1 ,
639
639
size_y = 85.3 ,
640
- size_z = 13.9 ,
640
+ size_z = 17.3 ,
641
641
with_lid = with_lid ,
642
642
lid_height = 8 ,
643
643
model = "Microplate_48_Well" ,
@@ -656,7 +656,7 @@ def Microplate_48_Well(name: str, with_lid: bool = False) -> TecanPlate:
656
656
item_dy = 13.0 ,
657
657
size_x = 13.0 ,
658
658
size_y = 13.0 ,
659
- size_z = 13.9 ,
659
+ size_z = 17.3 ,
660
660
),
661
661
)
662
662
@@ -894,5 +894,6 @@ def Plate_Corning_No_384_Well(name: str, with_lid: bool = False) -> TecanPlate:
894
894
size_dy = 4.5 ,
895
895
size_y = 13.0 ,
896
896
size_z = 13.9 ,
897
+ size_z = 17.3 ,
897
898
),
898
899
)
0 commit comments