@@ -47,18 +47,6 @@ def FourmlTF(name: str, with_tips: bool = True) -> TipRack:
47
47
)
48
48
49
49
50
- def FourmlTF_L (name : str , with_tips : bool = True ) -> TipRack :
51
- # https://github.com/PyLabRobot/pylabrobot/issues/252
52
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "FourmlTF instead." )
53
-
54
-
55
- def FourmlTF_P (name : str , with_tips : bool = True ) -> TipRack :
56
- # https://github.com/PyLabRobot/pylabrobot/issues/252
57
- raise NotImplementedError (
58
- "_L and _P definitions are deprecated. Use " "FourmlTF().rotated(z=90) instead."
59
- )
60
-
61
-
62
50
def FivemlT (name : str , with_tips : bool = True ) -> TipRack :
63
51
"""Tip Rack 24x 5ml Tip landscape oriented"""
64
52
return TipRack (
@@ -84,18 +72,6 @@ def FivemlT(name: str, with_tips: bool = True) -> TipRack:
84
72
)
85
73
86
74
87
- def FivemlT_L (name : str , with_tips : bool = True ) -> TipRack :
88
- # https://github.com/PyLabRobot/pylabrobot/issues/252
89
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "FivemlT instead." )
90
-
91
-
92
- def FivemlT_P (name : str , with_tips : bool = True ) -> TipRack :
93
- # https://github.com/PyLabRobot/pylabrobot/issues/252
94
- raise NotImplementedError (
95
- "_L and _P definitions are deprecated. Use " "FivemlT().rotated(z=90) instead."
96
- )
97
-
98
-
99
75
def HTF (name : str , with_tips : bool = True ) -> TipRack :
100
76
"""Tip Rack with 96 1000ul High Volume Tip with filter"""
101
77
return TipRack (
@@ -121,18 +97,6 @@ def HTF(name: str, with_tips: bool = True) -> TipRack:
121
97
)
122
98
123
99
124
- def HTF_L (name : str , with_tips : bool = True ) -> TipRack :
125
- # https://github.com/PyLabRobot/pylabrobot/issues/252
126
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "HTF instead." )
127
-
128
-
129
- def HTF_P (name : str , with_tips : bool = True ) -> TipRack :
130
- # https://github.com/PyLabRobot/pylabrobot/issues/252
131
- raise NotImplementedError (
132
- "_L and _P definitions are deprecated. Use " "HTF().rotated(z=90) instead."
133
- )
134
-
135
-
136
100
def HTF_WIDE (name : str , with_tips : bool = True ) -> TipRack :
137
101
"""Tip Rack with 96 1000ul High Volume Tip with filter"""
138
102
return TipRack (
@@ -158,10 +122,6 @@ def HTF_WIDE(name: str, with_tips: bool = True) -> TipRack:
158
122
)
159
123
160
124
161
- def HTF_L_WIDE (name : str , with_tips : bool = True ) -> TipRack :
162
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "HTF_WIDE instead." )
163
-
164
-
165
125
def HTF_ULTRAWIDE (name : str , with_tips : bool = True ) -> TipRack :
166
126
"""Tip Rack with 96 1000ul High Volume Tip with filter"""
167
127
return TipRack (
@@ -187,10 +147,6 @@ def HTF_ULTRAWIDE(name: str, with_tips: bool = True) -> TipRack:
187
147
)
188
148
189
149
190
- def HTF_L_ULTRAWIDE (name : str , with_tips : bool = True ) -> TipRack :
191
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "HTF_ULTRAWIDE instead." )
192
-
193
-
194
150
def HT (name : str , with_tips : bool = True ) -> TipRack :
195
151
"""Tip Rack with 96 1000ul High Volume Tip"""
196
152
return TipRack (
@@ -216,18 +172,6 @@ def HT(name: str, with_tips: bool = True) -> TipRack:
216
172
)
217
173
218
174
219
- def HT_L (name : str , with_tips : bool = True ) -> TipRack :
220
- # https://github.com/PyLabRobot/pylabrobot/issues/252
221
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "HT instead." )
222
-
223
-
224
- def HT_P (name : str , with_tips : bool = True ) -> TipRack :
225
- # https://github.com/PyLabRobot/pylabrobot/issues/252
226
- raise NotImplementedError (
227
- "_L and _P definitions are deprecated. Use " "HT().rotated(z=90) instead."
228
- )
229
-
230
-
231
175
def LTF (name : str , with_tips : bool = True ) -> TipRack :
232
176
"""Tip Rack with 96 10ul Low Volume Tip with filter"""
233
177
return TipRack (
@@ -253,18 +197,6 @@ def LTF(name: str, with_tips: bool = True) -> TipRack:
253
197
)
254
198
255
199
256
- def LTF_L (name : str , with_tips : bool = True ) -> TipRack :
257
- # https://github.com/PyLabRobot/pylabrobot/issues/252
258
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "LTF instead." )
259
-
260
-
261
- def LTF_P (name : str , with_tips : bool = True ) -> TipRack :
262
- # https://github.com/PyLabRobot/pylabrobot/issues/252
263
- raise NotImplementedError (
264
- "_L and _P definitions are deprecated. Use " "LTF().rotated(z=90) instead."
265
- )
266
-
267
-
268
200
def LT (name : str , with_tips : bool = True ) -> TipRack :
269
201
"""Tip Rack with 96 10ul Low Volume Tip"""
270
202
return TipRack (
@@ -290,18 +222,6 @@ def LT(name: str, with_tips: bool = True) -> TipRack:
290
222
)
291
223
292
224
293
- def LT_L (name : str , with_tips : bool = True ) -> TipRack :
294
- # https://github.com/PyLabRobot/pylabrobot/issues/252
295
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "LT instead." )
296
-
297
-
298
- def LT_P (name : str , with_tips : bool = True ) -> TipRack :
299
- # https://github.com/PyLabRobot/pylabrobot/issues/252
300
- raise NotImplementedError (
301
- "_L and _P definitions are deprecated. Use " "LT().rotated(z=90) instead."
302
- )
303
-
304
-
305
225
def STF (name : str , with_tips : bool = True ) -> TipRack :
306
226
"""Tip Rack with 96 300ul Standard Volume Tip with filter"""
307
227
return TipRack (
@@ -327,26 +247,14 @@ def STF(name: str, with_tips: bool = True) -> TipRack:
327
247
)
328
248
329
249
330
- def STF_L (name : str , with_tips : bool = True ) -> TipRack :
331
- # https://github.com/PyLabRobot/pylabrobot/issues/252
332
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "STF instead." )
333
-
334
-
335
- def STF_P (name : str , with_tips : bool = True ) -> TipRack :
336
- # https://github.com/PyLabRobot/pylabrobot/issues/252
337
- raise NotImplementedError (
338
- "_L and _P definitions are deprecated. Use " "STF().rotated(z=90) instead."
339
- )
340
-
341
-
342
250
def STF_Slim (name : str , with_tips : bool = True ) -> TipRack :
343
251
"""Tip Rack with 96 300ul Slim Standard Volume Tip with filter"""
344
252
return TipRack (
345
253
name = name ,
346
254
size_x = 122.4 ,
347
255
size_y = 82.6 ,
348
256
size_z = 20.0 ,
349
- model = STF_Slim_L .__name__ ,
257
+ model = STF_Slim .__name__ ,
350
258
ordered_items = create_ordered_items_2d (
351
259
TipSpot ,
352
260
num_items_x = 12 ,
@@ -364,18 +272,6 @@ def STF_Slim(name: str, with_tips: bool = True) -> TipRack:
364
272
)
365
273
366
274
367
- def STF_Slim_L (name : str , with_tips : bool = True ) -> TipRack :
368
- # https://github.com/PyLabRobot/pylabrobot/issues/252
369
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "STF_Slim instead." )
370
-
371
-
372
- def STF_Slim_P (name : str , with_tips : bool = True ) -> TipRack :
373
- # https://github.com/PyLabRobot/pylabrobot/issues/252
374
- raise NotImplementedError (
375
- "_L and _P definitions are deprecated. Use " "STF_Slim().rotated(z=90) instead."
376
- )
377
-
378
-
379
275
def ST (name : str , with_tips : bool = True ) -> TipRack :
380
276
"""Tip Rack with 96 300ul Standard Volume Tip"""
381
277
return TipRack (
@@ -401,18 +297,6 @@ def ST(name: str, with_tips: bool = True) -> TipRack:
401
297
)
402
298
403
299
404
- def ST_L (name : str , with_tips : bool = True ) -> TipRack :
405
- # https://github.com/PyLabRobot/pylabrobot/issues/252
406
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "ST instead." )
407
-
408
-
409
- def ST_P (name : str , with_tips : bool = True ) -> TipRack :
410
- # https://github.com/PyLabRobot/pylabrobot/issues/252
411
- raise NotImplementedError (
412
- "_L and _P definitions are deprecated. Use " "ST().rotated(z=90) instead."
413
- )
414
-
415
-
416
300
def TIP_50ul_w_filter (name : str , with_tips : bool = True ) -> TipRack :
417
301
"""Tip Rack with 96 50ul Tip with filter"""
418
302
return TipRack (
@@ -438,20 +322,6 @@ def TIP_50ul_w_filter(name: str, with_tips: bool = True) -> TipRack:
438
322
)
439
323
440
324
441
- def TIP_50ul_w_filter_L (name : str , with_tips : bool = True ) -> TipRack :
442
- # https://github.com/PyLabRobot/pylabrobot/issues/252
443
- raise NotImplementedError (
444
- "_L and _P definitions are deprecated. Use " "TIP_50ul_w_filter instead."
445
- )
446
-
447
-
448
- def TIP_50ul_w_filter_P (name : str , with_tips : bool = True ) -> TipRack :
449
- # https://github.com/PyLabRobot/pylabrobot/issues/252
450
- raise NotImplementedError (
451
- "_L and _P definitions are deprecated. Use " "TIP_50ul_w_filter().rotated(z=90) instead."
452
- )
453
-
454
-
455
325
def TIP_50ul (name : str , with_tips : bool = True ) -> TipRack :
456
326
"""Tip Rack with 96 50ul Tip"""
457
327
return TipRack (
@@ -477,18 +347,6 @@ def TIP_50ul(name: str, with_tips: bool = True) -> TipRack:
477
347
)
478
348
479
349
480
- def TIP_50ul_L (name : str , with_tips : bool = True ) -> TipRack :
481
- # https://github.com/PyLabRobot/pylabrobot/issues/252
482
- raise NotImplementedError ("_L and _P definitions are deprecated. Use " "TIP_50ul instead." )
483
-
484
-
485
- def TIP_50ul_P (name : str , with_tips : bool = True ) -> TipRack :
486
- # https://github.com/PyLabRobot/pylabrobot/issues/252
487
- raise NotImplementedError (
488
- "_L and _P definitions are deprecated. Use " "TIP_50ul().rotated(z=90) instead."
489
- )
490
-
491
-
492
350
def Hamilton_96_tiprack_50ul_NTR (name : str , with_tips : bool = True ) -> NestedTipRack :
493
351
"""Nested Tip Rack with 96 50ul Tip"""
494
352
return NestedTipRack (
@@ -514,18 +372,3 @@ def Hamilton_96_tiprack_50ul_NTR(name: str, with_tips: bool = True) -> NestedTip
514
372
),
515
373
with_tips = with_tips ,
516
374
)
517
-
518
-
519
- def Hamilton_96_tiprack_50ul_NTR_L (name : str , with_tips : bool = True ) -> NestedTipRack :
520
- # https://github.com/PyLabRobot/pylabrobot/issues/252
521
- raise NotImplementedError (
522
- "_L and _P definitions are deprecated. Use " "Hamilton_96_tiprack_50ul_NTR instead."
523
- )
524
-
525
-
526
- def Hamilton_96_tiprack_50ul_NTR_P (name : str , with_tips : bool = True ) -> NestedTipRack :
527
- # https://github.com/PyLabRobot/pylabrobot/issues/252
528
- raise NotImplementedError (
529
- "_L and _P definitions are deprecated. Use "
530
- "Hamilton_96_tiprack_50ul_NTR().rotated(z=90) instead."
531
- )
0 commit comments