File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
pylabrobot/resources/porvair Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ def Porvair_6_reservoir_47ml_Vb(name: str, with_lid: bool = False) -> Plate:
63
63
- Cleanliness: 390015: Free of detectable DNase, RNase
64
64
- ANSI/SLAS-format for compatibility with automated systems
65
65
- 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.
66
68
"""
67
69
return Plate (
68
70
name = name ,
@@ -77,12 +79,13 @@ def Porvair_6_reservoir_47ml_Vb(name: str, with_lid: bool = False) -> Plate:
77
79
num_items_y = 1 ,
78
80
dx = 9.3 ,
79
81
dy = 5.7 ,
80
- dz = 2.24 ,
82
+ dz = 0.97 ,
81
83
item_dx = 18.5 ,
82
84
item_dy = 6.9 ,
83
85
size_x = 16.8 ,
84
86
size_y = 70.8 ,
85
87
size_z = 42.5 ,
88
+ material_z_thickness = 1.4 ,
86
89
bottom_type = WellBottomType .V ,
87
90
cross_section_type = CrossSectionType .RECTANGLE ,
88
91
compute_volume_from_height = _compute_volume_from_height_Porvair_6_reservoir_47ml_Vb ,
You can’t perform that action at this time.
0 commit comments