File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
pylabrobot/resources/eppendorf Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,34 @@ def Eppendorf_96_wellplate_250ul_Vb(name: str, with_lid: bool = False) -> Plate:
99
99
),
100
100
)
101
101
102
+ def Eppendorf_96_wellplate_250ul_Vb_semiskirted (name : str , with_lid : bool = False ) -> Plate :
103
+ """
104
+ Eppendorf cat. no.: 0030129334
105
+ - part of the twin.tec(R) product line.
106
+ """
107
+ return Plate (
108
+ name = name ,
109
+ size_x = 123.7 ,
110
+ size_y = 82.2 ,
111
+ size_z = 29.4 ,
112
+ model = "Eppendorf_96_wellplate_250ul_Vb_semiskirted" ,
113
+ plate_type = "semiskirted" ,
114
+ ordered_items = create_ordered_items_2d (
115
+ Well ,
116
+ num_items_x = 12 ,
117
+ num_items_y = 8 ,
118
+ dx = 12.4 ,
119
+ dy = 9.6 ,
120
+ dz = 0.81 ,
121
+ size_x = 5.48 ,
122
+ size_y = 5.48 ,
123
+ size_z = 19.5 ,
124
+ bottom_type = WellBottomType .V ,
125
+ material_z_thickness = 0.6 ,
126
+ cross_section_type = CrossSectionType .CIRCLE
127
+ )
128
+ )
129
+
102
130
103
131
def Eppendorf_96_wellplate_250ul_Vb_L (name : str , with_lid : bool = False ) -> Plate :
104
132
# https://github.com/PyLabRobot/pylabrobot/issues/252
You can’t perform that action at this time.
0 commit comments