Skip to content

Commit 22d2c20

Browse files
Updated Porvair_6_reservoir_47ml_Vb dimensions (#543)
1 parent 4005cf0 commit 22d2c20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pylabrobot/resources/porvair/plates.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def Porvair_6_reservoir_47ml_Vb(name: str, with_lid: bool = False) -> Plate:
6363
- Cleanliness: 390015: Free of detectable DNase, RNase
6464
- ANSI/SLAS-format for compatibility with automated systems
6565
- Tolerances: "Uniform external dimensions and tolerances"
66+
- Each well is segmented into four V bottom wells similar to Cor_Axy_24_wellplate_10mL_Vb.
67+
- The bottom can only be reached when using 2 or 4 channels.
6668
"""
6769
return Plate(
6870
name=name,
@@ -77,12 +79,13 @@ def Porvair_6_reservoir_47ml_Vb(name: str, with_lid: bool = False) -> Plate:
7779
num_items_y=1,
7880
dx=9.3,
7981
dy=5.7,
80-
dz=2.24,
82+
dz=0.97,
8183
item_dx=18.5,
8284
item_dy=6.9,
8385
size_x=16.8,
8486
size_y=70.8,
8587
size_z=42.5,
88+
material_z_thickness=1.4,
8689
bottom_type=WellBottomType.V,
8790
cross_section_type=CrossSectionType.RECTANGLE,
8891
compute_volume_from_height=_compute_volume_from_height_Porvair_6_reservoir_47ml_Vb,

0 commit comments

Comments
 (0)