Skip to content

Commit 1aece59

Browse files
Eppendorf_96_wellplate_250ul_Vb_semiskirted
1 parent 23f14ec commit 1aece59

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pylabrobot/resources/eppendorf/plates.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,34 @@ def Eppendorf_96_wellplate_250ul_Vb(name: str, with_lid: bool = False) -> Plate:
9999
),
100100
)
101101

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+
102130

103131
def Eppendorf_96_wellplate_250ul_Vb_L(name: str, with_lid: bool = False) -> Plate:
104132
# https://github.com/PyLabRobot/pylabrobot/issues/252

0 commit comments

Comments
 (0)