Skip to content

Commit

Permalink
feat(shared-data): add definition for nest 1 well reservoir with 290m…
Browse files Browse the repository at this point in the history
…l capacity (#13122)

Closes RAUT-558
  • Loading branch information
b-cooper authored Jul 19, 2023
1 parent 623561c commit 15fcb0e
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions shared-data/labware/definitions/2/nest_1_reservoir_290ml/1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"ordering": [["A1"]],
"brand": {
"brand": "NEST",
"brandId": ["360206", "360266"],
"links": ["https://www.nest-biotech.com/reagent-reserviors"]
},
"metadata": {
"displayName": "NEST 1 Well Reservoir 290 mL",
"displayCategory": "reservoir",
"displayVolumeUnits": "mL",
"tags": []
},
"dimensions": {
"xDimension": 127.76,
"yDimension": 85.47,
"zDimension": 44.4
},
"wells": {
"A1": {
"depth": 39.55,
"shape": "rectangular",
"xDimension": 106.8,
"yDimension": 71.2,
"totalLiquidVolume": 290000,
"x": 63.88,
"y": 42.74,
"z": 4.85
}
},
"groups": [
{
"metadata": {
"wellBottomShape": "v"
},
"wells": ["A1"]
}
],
"parameters": {
"format": "trough",
"isTiprack": false,
"isMagneticModuleCompatible": false,
"quirks": ["centerMultichannelOnWells", "touchTipDisabled"],
"loadName": "nest_1_reservoir_290ml"
},
"namespace": "opentrons",
"version": 1,
"schemaVersion": 2,
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
}
}

0 comments on commit 15fcb0e

Please sign in to comment.