Skip to content

Commit 372b76a

Browse files
committed
AGenBio_4_troughplate_75000_Vb -> AGenBio_4_troughplate_75000uL_Vb
1 parent 0b4a7e6 commit 372b76a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/resources/library/agenbio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| Description | Image | PLR definition |
88
|-|-|-|
9-
| 'AGenBio_4_troughplate_75000_Vb'<br>Part no.: RES-75-4MW<br>[manufacturer website](https://agenbio.en.made-in-china.com/product/ZTqYVMiCkpcF/China-Medical-Consumable-Plastic-Reagent-Reservoir-Disposable-4-Channel-Troughs-Reagent-Reservoir.html?) | ![](img/agenbio/AGenBio_4_troughplate_75000_Vb.webp) | `AGenBio_4_troughplate_75000_Vb` |
9+
| 'AGenBio_4_troughplate_75000uL_Vb'<br>Part no.: RES-75-4MW<br>[manufacturer website](https://agenbio.en.made-in-china.com/product/ZTqYVMiCkpcF/China-Medical-Consumable-Plastic-Reagent-Reservoir-Disposable-4-Channel-Troughs-Reagent-Reservoir.html?) | ![](img/agenbio/AGenBio_4_troughplate_75000uL_Vb.webp) | `AGenBio_4_troughplate_75000uL_Vb` |
1010
| 'AGenBio_1_troughplate_190000uL_Fl'<br>Part no.: RES-190-F<br>[manufacturer website](https://agenbio.en.made-in-china.com/product/pZWaBIPvZMkm/China-Res-190-F-Lad-Consumables-of-Flat-Reservoir.html) | ![](img/agenbio/AGenBio_1_troughplate_190000uL_Fl.webp) | `AGenBio_1_troughplate_190000uL_Fl` |
1111
| 'AGenBio_1_troughplate_100000uL_Fl'<br>Part no.: RES-100-F<br>[manufacturer website](https://agenbio.en.made-in-china.com/product/rxgRnesJIjcQ/China-100ml-Flat-Bottom-Single-Well-Low-Profile-Design-Reagent-Reservoir.html) | ![](img/agenbio/AGenBio_1_troughplate_100000uL_Fl.jpg) | `AGenBio_1_troughplate_100000uL_Fl` |
1212
| `AGenBio_96_wellplate_Ub_2200ul` <br>Part no.: P-2.2-SQG-96<br>[manufacturer website](https://agenbio.en.made-in-china.com/product/GfoUzYcARahV/China-2-2ml-Square-Well-96-Square-Deep-Well-Plate-Profile-Concave-U-Bottom-96-Deep-Well-Plate.html) | ![](img/agenbio/AGenBio_96_wellplate_Ub_2200ul.avif) | `AGenBio_96_wellplate_Ub_2200ul` |

pylabrobot/resources/agenbio/plates.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def AGenBio_96_wellplate_Ub_2200ul(name: str, lid: Optional[Lid] = None) -> Plat
6262
)
6363

6464

65-
def AGenBio_4_troughplate_75000_Vb(name: str, lid: Optional[Lid] = None) -> Plate:
65+
def AGenBio_4_troughplate_75000uL_Vb(name: str, lid: Optional[Lid] = None) -> Plate:
6666
"""
6767
AGenBio Catalog No. RES-75-4MW
6868
- Material: Polypropylene
@@ -96,7 +96,7 @@ def AGenBio_4_troughplate_75000_Vb(name: str, lid: Optional[Lid] = None) -> Plat
9696
size_y=85.48, # from spec
9797
size_z=43.80, # measured
9898
lid=lid,
99-
model=AGenBio_4_troughplate_75000_Vb.__name__,
99+
model=AGenBio_4_troughplate_75000uL_Vb.__name__,
100100
ordered_items=create_ordered_items_2d(
101101
Well,
102102
num_items_x=4,
@@ -111,6 +111,10 @@ def AGenBio_4_troughplate_75000_Vb(name: str, lid: Optional[Lid] = None) -> Plat
111111
)
112112

113113

114+
def AGenBio_4_troughplate_75000_Vb(name: str, lid: Optional[Lid] = None) -> Plate:
115+
raise NotImplementedError("deprecated. use AGenBio_4_troughplate_75000uL_Vb instead")
116+
117+
114118
def AGenBio_1_wellplate_Fl(name: str, lid: Optional[Lid] = None) -> Plate:
115119
raise NotImplementedError("deprecated. use AGenBio_1_troughplate_190000uL_Fl instead")
116120

0 commit comments

Comments
 (0)