opentrons-shared-data 8.8.0a10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of opentrons-shared-data might be problematic. Click here for more details.

Files changed (690) hide show
  1. LICENSE +202 -0
  2. opentrons_shared_data/__init__.py +17 -0
  3. opentrons_shared_data/_version.py +34 -0
  4. opentrons_shared_data/command/__init__.py +111 -0
  5. opentrons_shared_data/data/command/schemas/10.json +4880 -0
  6. opentrons_shared_data/data/command/schemas/11.json +6267 -0
  7. opentrons_shared_data/data/command/schemas/12.json +7117 -0
  8. opentrons_shared_data/data/command/schemas/13.json +7039 -0
  9. opentrons_shared_data/data/command/schemas/14.json +7166 -0
  10. opentrons_shared_data/data/command/schemas/15.json +7676 -0
  11. opentrons_shared_data/data/command/schemas/7.json +3302 -0
  12. opentrons_shared_data/data/command/schemas/8.json +4321 -0
  13. opentrons_shared_data/data/command/schemas/9.json +4430 -0
  14. opentrons_shared_data/data/commandAnnotation/schemas/1.json +74 -0
  15. opentrons_shared_data/data/deck/definitions/3/ot2_short_trash.json +477 -0
  16. opentrons_shared_data/data/deck/definitions/3/ot2_standard.json +477 -0
  17. opentrons_shared_data/data/deck/definitions/3/ot3_standard.json +989 -0
  18. opentrons_shared_data/data/deck/definitions/4/ot2_short_trash.json +405 -0
  19. opentrons_shared_data/data/deck/definitions/4/ot2_standard.json +410 -0
  20. opentrons_shared_data/data/deck/definitions/4/ot3_standard.json +608 -0
  21. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +459 -0
  22. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +459 -0
  23. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +1419 -0
  24. opentrons_shared_data/data/deck/schemas/1.json +240 -0
  25. opentrons_shared_data/data/deck/schemas/2.json +250 -0
  26. opentrons_shared_data/data/deck/schemas/3.json +297 -0
  27. opentrons_shared_data/data/deck/schemas/4.json +319 -0
  28. opentrons_shared_data/data/deck/schemas/5.json +396 -0
  29. opentrons_shared_data/data/errors/definitions/1/errors.json +286 -0
  30. opentrons_shared_data/data/errors/schemas/1.json +50 -0
  31. opentrons_shared_data/data/gripper/definitions/1/gripperV1.1.json +29 -0
  32. opentrons_shared_data/data/gripper/definitions/1/gripperV1.2.json +29 -0
  33. opentrons_shared_data/data/gripper/definitions/1/gripperV1.3.json +29 -0
  34. opentrons_shared_data/data/gripper/definitions/1/gripperV1.json +28 -0
  35. opentrons_shared_data/data/gripper/schemas/1.json +186 -0
  36. opentrons_shared_data/data/labware/definitions/1/12-well-plate.json +147 -0
  37. opentrons_shared_data/data/labware/definitions/1/24-vial-rack.json +281 -0
  38. opentrons_shared_data/data/labware/definitions/1/24-well-plate.json +281 -0
  39. opentrons_shared_data/data/labware/definitions/1/384-plate.json +4667 -0
  40. opentrons_shared_data/data/labware/definitions/1/48-vial-plate.json +547 -0
  41. opentrons_shared_data/data/labware/definitions/1/48-well-plate.json +547 -0
  42. opentrons_shared_data/data/labware/definitions/1/5ml-3x4.json +147 -0
  43. opentrons_shared_data/data/labware/definitions/1/6-well-plate.json +80 -0
  44. opentrons_shared_data/data/labware/definitions/1/96-PCR-flat.json +1079 -0
  45. opentrons_shared_data/data/labware/definitions/1/96-PCR-tall.json +1079 -0
  46. opentrons_shared_data/data/labware/definitions/1/96-deep-well.json +1079 -0
  47. opentrons_shared_data/data/labware/definitions/1/96-flat.json +1079 -0
  48. opentrons_shared_data/data/labware/definitions/1/96-well-plate-20mm.json +1079 -0
  49. opentrons_shared_data/data/labware/definitions/1/MALDI-plate.json +4282 -0
  50. opentrons_shared_data/data/labware/definitions/1/PCR-strip-tall.json +1079 -0
  51. opentrons_shared_data/data/labware/definitions/1/T25-flask.json +20 -0
  52. opentrons_shared_data/data/labware/definitions/1/T75-flask.json +20 -0
  53. opentrons_shared_data/data/labware/definitions/1/alum-block-pcr-strips.json +188 -0
  54. opentrons_shared_data/data/labware/definitions/1/biorad-hardshell-96-PCR.json +1079 -0
  55. opentrons_shared_data/data/labware/definitions/1/e-gelgol.json +1078 -0
  56. opentrons_shared_data/data/labware/definitions/1/fixed-trash.json +19 -0
  57. opentrons_shared_data/data/labware/definitions/1/hampton-1ml-deep-block.json +1078 -0
  58. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-2ml-eppendorf.json +281 -0
  59. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-2ml-screwcap.json +281 -0
  60. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-96-PCR-plate.json +1079 -0
  61. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-PCR-strips-200ul.json +1079 -0
  62. opentrons_shared_data/data/labware/definitions/1/opentrons-tiprack-10ul.json +986 -0
  63. opentrons_shared_data/data/labware/definitions/1/opentrons-tiprack-300ul.json +986 -0
  64. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-1.5ml-eppendorf.json +281 -0
  65. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-15_50ml.json +125 -0
  66. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-15ml.json +181 -0
  67. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-2ml-eppendorf.json +281 -0
  68. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-2ml-screwcap.json +281 -0
  69. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-50ml.json +80 -0
  70. opentrons_shared_data/data/labware/definitions/1/point.json +18 -0
  71. opentrons_shared_data/data/labware/definitions/1/rigaku-compact-crystallization-plate.json +2146 -0
  72. opentrons_shared_data/data/labware/definitions/1/small_vial_rack_16x45.json +280 -0
  73. opentrons_shared_data/data/labware/definitions/1/tall-fixed-trash.json +19 -0
  74. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul-H.json +503 -0
  75. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul-chem.json +1034 -0
  76. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul.json +986 -0
  77. opentrons_shared_data/data/labware/definitions/1/tiprack-10ul-H.json +503 -0
  78. opentrons_shared_data/data/labware/definitions/1/tiprack-10ul.json +986 -0
  79. opentrons_shared_data/data/labware/definitions/1/tiprack-200ul.json +986 -0
  80. opentrons_shared_data/data/labware/definitions/1/trash-box.json +20 -0
  81. opentrons_shared_data/data/labware/definitions/1/trough-12row-short.json +143 -0
  82. opentrons_shared_data/data/labware/definitions/1/trough-12row.json +143 -0
  83. opentrons_shared_data/data/labware/definitions/1/trough-1row-25ml.json +21 -0
  84. opentrons_shared_data/data/labware/definitions/1/tube-rack-.75ml.json +281 -0
  85. opentrons_shared_data/data/labware/definitions/1/tube-rack-15_50ml.json +125 -0
  86. opentrons_shared_data/data/labware/definitions/1/tube-rack-2ml-9x9.json +911 -0
  87. opentrons_shared_data/data/labware/definitions/1/tube-rack-2ml.json +281 -0
  88. opentrons_shared_data/data/labware/definitions/1/tube-rack-5ml-96.json +1079 -0
  89. opentrons_shared_data/data/labware/definitions/1/tube-rack-80well.json +907 -0
  90. opentrons_shared_data/data/labware/definitions/1/wheaton_vial_rack.json +565 -0
  91. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/1.json +54 -0
  92. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/2.json +80 -0
  93. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/3.json +80 -0
  94. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  95. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/1.json +4320 -0
  96. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json +4730 -0
  97. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json +4738 -0
  98. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/1.json +1019 -0
  99. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/2.json +1045 -0
  100. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json +1167 -0
  101. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/1.json +56 -0
  102. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/2.json +72 -0
  103. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  104. opentrons_shared_data/data/labware/definitions/2/axygen_96_wellplate_500ul/1.json +1036 -0
  105. opentrons_shared_data/data/labware/definitions/2/axygen_96_wellplate_500ul/2.json +1159 -0
  106. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/1.json +4329 -0
  107. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/2.json +4331 -0
  108. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/3.json +4741 -0
  109. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/4.json +4748 -0
  110. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/1.json +1020 -0
  111. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/2.json +1046 -0
  112. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/3.json +1182 -0
  113. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/4.json +1187 -0
  114. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  115. opentrons_shared_data/data/labware/definitions/2/black_96_well_microtiter_plate_lid/1.json +110 -0
  116. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/1.json +171 -0
  117. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/2.json +180 -0
  118. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/3.json +205 -0
  119. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/4.json +210 -0
  120. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  121. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/1.json +293 -0
  122. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/2.json +300 -0
  123. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/3.json +337 -0
  124. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/4.json +342 -0
  125. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  126. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/1.json +4703 -0
  127. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/2.json +4717 -0
  128. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/3.json +5116 -0
  129. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/4.json +5116 -0
  130. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  131. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/1.json +535 -0
  132. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/2.json +544 -0
  133. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/3.json +605 -0
  134. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/4.json +605 -0
  135. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/5.json +610 -0
  136. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  137. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/1.json +103 -0
  138. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/2.json +110 -0
  139. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/3.json +129 -0
  140. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/4.json +134 -0
  141. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  142. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_330ul/1.json +1170 -0
  143. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/1.json +1049 -0
  144. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/2.json +1063 -0
  145. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/3.json +1172 -0
  146. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/4.json +1177 -0
  147. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  148. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_lid/1.json +117 -0
  149. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat/1.json +5147 -0
  150. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat_lid/1.json +118 -0
  151. opentrons_shared_data/data/labware/definitions/2/costar_96_wellplate_2.2ml/1.json +1372 -0
  152. opentrons_shared_data/data/labware/definitions/2/eppendorf_384_wellplate_45ul/1.json +4758 -0
  153. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_tiprack_1000ul_eptips/1.json +1019 -0
  154. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_tiprack_10ul_eptips/1.json +1019 -0
  155. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json +1149 -0
  156. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_150ul/1.json +1184 -0
  157. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json +1395 -0
  158. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_2000ul_lobind/1.json +1395 -0
  159. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_350ul_lobind/1.json +1184 -0
  160. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_500ul/1.json +1170 -0
  161. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_500ul_lobind/1.json +1170 -0
  162. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_96_labware/1.json +1067 -0
  163. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_96_tiprack_adapter/1.json +44 -0
  164. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_short_adapter/1.json +44 -0
  165. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_tall_adapter/1.json +44 -0
  166. opentrons_shared_data/data/labware/definitions/2/geb_96_tiprack_1000ul/1.json +1017 -0
  167. opentrons_shared_data/data/labware/definitions/2/geb_96_tiprack_10ul/1.json +1017 -0
  168. opentrons_shared_data/data/labware/definitions/2/greiner_384_wellplate_240ul/1.json +5209 -0
  169. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_323ul/1.json +1197 -0
  170. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_340ul_chimney/1.json +1166 -0
  171. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_382ul/1.json +1156 -0
  172. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul/1.json +1105 -0
  173. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul/2.json +1216 -0
  174. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul_lid/1.json +110 -0
  175. opentrons_shared_data/data/labware/definitions/2/milliplex_r_96_well_microtiter_plate/1.json +1018 -0
  176. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/1.json +190 -0
  177. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/2.json +226 -0
  178. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  179. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_22ml/1.json +232 -0
  180. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/1.json +54 -0
  181. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/2.json +56 -0
  182. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/3.json +83 -0
  183. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  184. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/1.json +54 -0
  185. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/2.json +80 -0
  186. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/3.json +80 -0
  187. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  188. opentrons_shared_data/data/labware/definitions/2/nest_24_wellplate_10.4ml/1.json +386 -0
  189. opentrons_shared_data/data/labware/definitions/2/nest_8_reservoir_22ml/1.json +162 -0
  190. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/1.json +1018 -0
  191. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/2.json +1039 -0
  192. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/3.json +1161 -0
  193. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/4.json +1166 -0
  194. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  195. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/1.json +1017 -0
  196. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/2.json +1031 -0
  197. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/3.json +1140 -0
  198. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/4.json +1145 -0
  199. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  200. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/1.json +1121 -0
  201. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/2.json +1147 -0
  202. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/3.json +1256 -0
  203. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/4.json +1261 -0
  204. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  205. opentrons_shared_data/data/labware/definitions/2/nunc_384_wellplate_100ul/1.json +5136 -0
  206. opentrons_shared_data/data/labware/definitions/2/nunc_96_wellplate_450ul/1.json +1159 -0
  207. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/1.json +164 -0
  208. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json +232 -0
  209. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  210. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/1.json +162 -0
  211. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/1.json +160 -0
  212. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json +235 -0
  213. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_eppendorf_15ml_conical/1.json +314 -0
  214. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/1.json +211 -0
  215. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/2.json +259 -0
  216. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  217. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/1.json +209 -0
  218. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/2.json +257 -0
  219. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_1100ml_fixed/1.json +50 -0
  220. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_3200ml_fixed/1.json +50 -0
  221. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_850ml_fixed/1.json +50 -0
  222. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/1.json +300 -0
  223. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/2.json +301 -0
  224. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json +352 -0
  225. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/1.json +299 -0
  226. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json +370 -0
  227. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/3.json +370 -0
  228. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  229. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/1.json +299 -0
  230. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json +356 -0
  231. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  232. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/1.json +301 -0
  233. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json +358 -0
  234. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  235. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/1.json +299 -0
  236. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json +350 -0
  237. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  238. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/1.json +301 -0
  239. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json +386 -0
  240. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  241. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/1.json +312 -0
  242. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json +418 -0
  243. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  244. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/1.json +311 -0
  245. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json +473 -0
  246. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  247. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/1.json +309 -0
  248. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/1.json +298 -0
  249. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/1.json +300 -0
  250. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/2.json +351 -0
  251. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/1.json +300 -0
  252. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json +371 -0
  253. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/3.json +371 -0
  254. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  255. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/1.json +300 -0
  256. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json +357 -0
  257. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/1.json +302 -0
  258. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json +359 -0
  259. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/1.json +300 -0
  260. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/2.json +351 -0
  261. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/1.json +302 -0
  262. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/2.json +387 -0
  263. opentrons_shared_data/data/labware/definitions/2/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/1.json +481 -0
  264. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/1.json +112 -0
  265. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/2.json +145 -0
  266. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/1.json +110 -0
  267. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/2.json +150 -0
  268. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  269. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_biorad_wellplate_200ul/1.json +1029 -0
  270. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/1.json +1026 -0
  271. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/2.json +1027 -0
  272. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json +1027 -0
  273. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/4.json +1149 -0
  274. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_nest_wellplate_100ul/1.json +1027 -0
  275. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_adapter/1.json +41 -0
  276. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/1.json +1121 -0
  277. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_temp_mod_adapter/1.json +41 -0
  278. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_1000ul/1.json +1017 -0
  279. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_10ul/1.json +1017 -0
  280. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_200ul/1.json +1017 -0
  281. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_20ul/1.json +1017 -0
  282. opentrons_shared_data/data/labware/definitions/2/opentrons_96_flat_bottom_adapter/1.json +41 -0
  283. opentrons_shared_data/data/labware/definitions/2/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/1.json +1027 -0
  284. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter/1.json +1032 -0
  285. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/1.json +1027 -0
  286. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/1.json +1025 -0
  287. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_1000ul/1.json +1019 -0
  288. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_10ul/1.json +1019 -0
  289. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_20ul/1.json +1019 -0
  290. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_300ul/1.json +1019 -0
  291. opentrons_shared_data/data/labware/definitions/2/opentrons_96_well_aluminum_block/1.json +1032 -0
  292. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/1.json +1019 -0
  293. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/2.json +1045 -0
  294. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json +1174 -0
  295. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/4.json +1174 -0
  296. opentrons_shared_data/data/labware/definitions/2/opentrons_aluminum_flat_bottom_plate/1.json +41 -0
  297. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_heatershaker_module/1.json +62 -0
  298. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_temperature_module/1.json +62 -0
  299. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_thermocycler_module/1.json +69 -0
  300. opentrons_shared_data/data/labware/definitions/2/opentrons_calibrationblock_short_side_left/1.json +71 -0
  301. opentrons_shared_data/data/labware/definitions/2/opentrons_calibrationblock_short_side_right/1.json +71 -0
  302. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_1000ul/1.json +1031 -0
  303. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_200ul/1.json +1031 -0
  304. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_20ul/1.json +1031 -0
  305. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_50ul/1.json +1031 -0
  306. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_1000ul/1.json +1031 -0
  307. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_200ul/1.json +1031 -0
  308. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_20ul/1.json +1031 -0
  309. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_50ul/1.json +1031 -0
  310. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_adapter/1.json +41 -0
  311. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_deck_riser/1.json +41 -0
  312. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_lid_absorbance_plate_reader_module/1.json +57 -0
  313. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +122 -0
  314. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_12_reservoir_22ml/1.json +228 -0
  315. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_1_reservoir_300ml/1.json +83 -0
  316. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_4_reservoir_72ml/1.json +114 -0
  317. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json +134 -0
  318. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/2.json +134 -0
  319. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_universal_lid/1.json +101 -0
  320. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_universal_lid/2.json +101 -0
  321. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter/1.json +151 -0
  322. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1.json +4710 -0
  323. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter_type_b/1.json +151 -0
  324. opentrons_shared_data/data/labware/definitions/2/protocol_engine_lid_stack_object/1.json +48 -0
  325. opentrons_shared_data/data/labware/definitions/2/smc_384_read_plate/1.json +4701 -0
  326. opentrons_shared_data/data/labware/definitions/2/smc_384_read_plate/2.json +5100 -0
  327. opentrons_shared_data/data/labware/definitions/2/thermoscientific_96_wellplate_800ul/1.json +1194 -0
  328. opentrons_shared_data/data/labware/definitions/2/thermoscientific_abgene_96_wellplate_1.2ml/1.json +1314 -0
  329. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/1.json +1019 -0
  330. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/2.json +1134 -0
  331. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/3.json +1141 -0
  332. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/1.json +1019 -0
  333. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/2.json +1134 -0
  334. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/3.json +1141 -0
  335. opentrons_shared_data/data/labware/definitions/2/tipone_96_tiprack_200ul/1.json +1017 -0
  336. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/1.json +192 -0
  337. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/2.json +237 -0
  338. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/3.json +237 -0
  339. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  340. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/1.json +1116 -0
  341. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/2.json +1236 -0
  342. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/3.json +1243 -0
  343. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  344. opentrons_shared_data/data/labware/definitions/3/schema3test_96_well_aluminum_block/999.json +1050 -0
  345. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +1175 -0
  346. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  347. opentrons_shared_data/data/labware/definitions/3/schema3test_aluminum_flat_bottom_plate/999.json +70 -0
  348. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_96_tiprack_200ul/999.json +1040 -0
  349. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_96_tiprack_adapter/999.json +70 -0
  350. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_tiprack_lid/999.json +81 -0
  351. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +115 -0
  352. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +177 -0
  353. opentrons_shared_data/data/labware/repository/schemas/1.json +81 -0
  354. opentrons_shared_data/data/labware/schemas/2.json +755 -0
  355. opentrons_shared_data/data/labware/schemas/3.json +915 -0
  356. opentrons_shared_data/data/liquid/schemas/1.json +21 -0
  357. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/1.json +5811 -0
  358. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +6886 -0
  359. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/1.json +5531 -0
  360. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +6542 -0
  361. opentrons_shared_data/data/liquid-class/definitions/1/water/1.json +5359 -0
  362. opentrons_shared_data/data/liquid-class/definitions/1/water/2.json +6332 -0
  363. opentrons_shared_data/data/liquid-class/schemas/1.json +505 -0
  364. opentrons_shared_data/data/module/definitions/1.json +57 -0
  365. opentrons_shared_data/data/module/definitions/2/magneticModuleV1.json +22 -0
  366. opentrons_shared_data/data/module/definitions/2/magneticModuleV2.json +69 -0
  367. opentrons_shared_data/data/module/definitions/2/temperatureModuleV1.json +22 -0
  368. opentrons_shared_data/data/module/definitions/2/temperatureModuleV2.json +69 -0
  369. opentrons_shared_data/data/module/definitions/2/thermocyclerModuleV1.json +23 -0
  370. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +60 -0
  371. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +89 -0
  372. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +218 -0
  373. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +84 -0
  374. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +67 -0
  375. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +120 -0
  376. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +68 -0
  377. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +209 -0
  378. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +61 -0
  379. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +93 -0
  380. opentrons_shared_data/data/module/schemas/1.json +55 -0
  381. opentrons_shared_data/data/module/schemas/2.json +112 -0
  382. opentrons_shared_data/data/module/schemas/3.json +343 -0
  383. opentrons_shared_data/data/pipette/definitions/1/pipetteModelSpecs.json +11536 -0
  384. opentrons_shared_data/data/pipette/definitions/1/pipetteNameSpecs.json +784 -0
  385. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_0.json +206 -0
  386. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_3.json +206 -0
  387. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_4.json +206 -0
  388. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_5.json +206 -0
  389. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_6.json +206 -0
  390. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/1_0.json +206 -0
  391. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_0.json +233 -0
  392. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_3.json +233 -0
  393. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_4.json +323 -0
  394. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_5.json +323 -0
  395. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p20/2_0.json +224 -0
  396. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p20/2_1.json +224 -0
  397. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_0.json +197 -0
  398. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_3.json +197 -0
  399. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_4.json +197 -0
  400. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_5.json +197 -0
  401. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/2_0.json +188 -0
  402. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/2_1.json +188 -0
  403. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_0.json +197 -0
  404. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_3.json +197 -0
  405. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_4.json +197 -0
  406. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_5.json +197 -0
  407. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_0.json +203 -0
  408. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_3.json +203 -0
  409. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_4.json +253 -0
  410. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_5.json +253 -0
  411. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel_em/p1000/1_0.json +320 -0
  412. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel_em/p1000/3_0.json +320 -0
  413. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/1_0.json +556 -0
  414. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_0.json +561 -0
  415. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_3.json +556 -0
  416. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_4.json +724 -0
  417. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_5.json +858 -0
  418. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json +818 -0
  419. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/1_0.json +660 -0
  420. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_0.json +660 -0
  421. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_1.json +660 -0
  422. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_2.json +660 -0
  423. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_0.json +70 -0
  424. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_3.json +70 -0
  425. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_4.json +70 -0
  426. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_5.json +70 -0
  427. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_0.json +70 -0
  428. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_3.json +70 -0
  429. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_4.json +70 -0
  430. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_5.json +70 -0
  431. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_0.json +69 -0
  432. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_1.json +69 -0
  433. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_2.json +69 -0
  434. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_0.json +81 -0
  435. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_3.json +81 -0
  436. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_4.json +90 -0
  437. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_5.json +90 -0
  438. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_6.json +90 -0
  439. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_7.json +81 -0
  440. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_0.json +72 -0
  441. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_1.json +72 -0
  442. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_2.json +72 -0
  443. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_0.json +69 -0
  444. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_3.json +69 -0
  445. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_4.json +69 -0
  446. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_5.json +69 -0
  447. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/2_0.json +68 -0
  448. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/2_1.json +68 -0
  449. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_0.json +69 -0
  450. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_3.json +69 -0
  451. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_4.json +69 -0
  452. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_5.json +69 -0
  453. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_0.json +83 -0
  454. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_3.json +83 -0
  455. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_4.json +88 -0
  456. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_5.json +88 -0
  457. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_6.json +88 -0
  458. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_0.json +42 -0
  459. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_3.json +42 -0
  460. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_4.json +42 -0
  461. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_5.json +42 -0
  462. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_6.json +42 -0
  463. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/placeholder.gltf +0 -0
  464. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/1_0.json +42 -0
  465. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_0.json +55 -0
  466. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_3.json +55 -0
  467. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_4.json +55 -0
  468. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_5.json +55 -0
  469. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/placeholder.gltf +0 -0
  470. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/2_0.json +42 -0
  471. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/2_1.json +42 -0
  472. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/placeholder.gltf +0 -0
  473. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_0.json +42 -0
  474. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_3.json +42 -0
  475. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_4.json +42 -0
  476. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_5.json +42 -0
  477. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/2_0.json +42 -0
  478. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/2_1.json +42 -0
  479. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/placeholder.gltf +0 -0
  480. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_0.json +42 -0
  481. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_3.json +42 -0
  482. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_4.json +42 -0
  483. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_5.json +42 -0
  484. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_0.json +47 -0
  485. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_3.json +47 -0
  486. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_4.json +47 -0
  487. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_5.json +51 -0
  488. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/placeholder.gltf +0 -0
  489. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/1_0.json +55 -0
  490. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/3_0.json +55 -0
  491. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/placeholder.gltf +0 -0
  492. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/1_0.json +296 -0
  493. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_0.json +309 -0
  494. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_3.json +309 -0
  495. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_4.json +309 -0
  496. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_5.json +309 -0
  497. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_6.json +309 -0
  498. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/placeholder.gltf +0 -0
  499. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/1_0.json +305 -0
  500. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_0.json +309 -0
  501. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_1.json +309 -0
  502. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_2.json +309 -0
  503. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/placeholder.gltf +0 -0
  504. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_0.json +15 -0
  505. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_3.json +15 -0
  506. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_4.json +15 -0
  507. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_5.json +15 -0
  508. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/placeholder.gltf +0 -0
  509. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_0.json +15 -0
  510. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_3.json +15 -0
  511. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_4.json +15 -0
  512. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_5.json +15 -0
  513. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_0.json +15 -0
  514. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_1.json +15 -0
  515. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_2.json +15 -0
  516. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_0.json +28 -0
  517. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_3.json +28 -0
  518. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_4.json +28 -0
  519. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_5.json +28 -0
  520. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_6.json +28 -0
  521. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_7.json +28 -0
  522. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/placeholder.gltf +0 -0
  523. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_0.json +15 -0
  524. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_1.json +15 -0
  525. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_2.json +15 -0
  526. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/placeholder.gltf +0 -0
  527. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_0.json +15 -0
  528. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_3.json +15 -0
  529. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_4.json +15 -0
  530. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_5.json +15 -0
  531. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_0.json +15 -0
  532. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_1.json +15 -0
  533. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/placeholder.gltf +0 -0
  534. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_0.json +15 -0
  535. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_3.json +15 -0
  536. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_4.json +15 -0
  537. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_5.json +15 -0
  538. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_0.json +20 -0
  539. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_3.json +20 -0
  540. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_4.json +20 -0
  541. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_5.json +20 -0
  542. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_6.json +24 -0
  543. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/placeholder.gltf +0 -0
  544. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_0.json +51 -0
  545. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_3.json +51 -0
  546. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_4.json +51 -0
  547. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_5.json +40 -0
  548. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_6.json +48 -0
  549. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/1_0.json +350 -0
  550. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_0.json +353 -0
  551. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_3.json +356 -0
  552. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_4.json +356 -0
  553. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_5.json +287 -0
  554. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p20/default/2_0.json +302 -0
  555. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p20/default/2_1.json +184 -0
  556. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_0.json +61 -0
  557. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_3.json +61 -0
  558. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_4.json +61 -0
  559. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_5.json +61 -0
  560. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/2_0.json +185 -0
  561. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/2_1.json +187 -0
  562. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_0.json +122 -0
  563. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_3.json +122 -0
  564. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_4.json +122 -0
  565. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_5.json +104 -0
  566. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_0.json +97 -0
  567. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_3.json +98 -0
  568. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_4.json +98 -0
  569. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_5.json +155 -0
  570. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_0.json +92 -0
  571. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_3.json +88 -0
  572. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_4.json +88 -0
  573. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_5.json +151 -0
  574. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel_em/p1000/default/1_0.json +236 -0
  575. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel_em/p1000/default/3_0.json +236 -0
  576. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/1_0.json +236 -0
  577. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_0.json +185 -0
  578. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_3.json +188 -0
  579. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_4.json +188 -0
  580. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_5.json +239 -0
  581. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_6.json +239 -0
  582. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/1_0.json +288 -0
  583. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_0.json +181 -0
  584. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_1.json +192 -0
  585. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_2.json +192 -0
  586. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_0.json +52 -0
  587. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_3.json +52 -0
  588. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_4.json +49 -0
  589. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_5.json +47 -0
  590. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_0.json +41 -0
  591. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_3.json +41 -0
  592. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_4.json +41 -0
  593. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_5.json +41 -0
  594. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_0.json +99 -0
  595. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_1.json +102 -0
  596. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_2.json +102 -0
  597. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_0.json +353 -0
  598. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_3.json +356 -0
  599. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_4.json +282 -0
  600. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_5.json +255 -0
  601. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_6.json +255 -0
  602. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_7.json +255 -0
  603. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_0.json +422 -0
  604. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_1.json +244 -0
  605. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_2.json +304 -0
  606. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_0.json +93 -0
  607. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_3.json +93 -0
  608. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_4.json +93 -0
  609. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_5.json +69 -0
  610. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/2_0.json +183 -0
  611. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/2_1.json +185 -0
  612. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_0.json +113 -0
  613. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_3.json +122 -0
  614. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_4.json +122 -0
  615. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_5.json +98 -0
  616. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_0.json +97 -0
  617. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_3.json +98 -0
  618. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_4.json +100 -0
  619. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json +145 -0
  620. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_6.json +145 -0
  621. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_0.json +77 -0
  622. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_3.json +78 -0
  623. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_4.json +78 -0
  624. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_5.json +141 -0
  625. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +141 -0
  626. opentrons_shared_data/data/pipette/schemas/1/pipetteModelSpecsSchema.json +155 -0
  627. opentrons_shared_data/data/pipette/schemas/1/pipetteNameSpecsSchema.json +91 -0
  628. opentrons_shared_data/data/pipette/schemas/2/pipetteGeometrySchema.json +124 -0
  629. opentrons_shared_data/data/pipette/schemas/2/pipetteLiquidPropertiesSchema.json +117 -0
  630. opentrons_shared_data/data/pipette/schemas/2/pipettePropertiesSchema.json +323 -0
  631. opentrons_shared_data/data/protocol/schemas/1.json +389 -0
  632. opentrons_shared_data/data/protocol/schemas/2.json +416 -0
  633. opentrons_shared_data/data/protocol/schemas/3.json +360 -0
  634. opentrons_shared_data/data/protocol/schemas/4.json +662 -0
  635. opentrons_shared_data/data/protocol/schemas/5.json +701 -0
  636. opentrons_shared_data/data/protocol/schemas/6.json +1225 -0
  637. opentrons_shared_data/data/protocol/schemas/7.json +290 -0
  638. opentrons_shared_data/data/protocol/schemas/8.json +157 -0
  639. opentrons_shared_data/data/robot/definitions/1/ot2.json +16 -0
  640. opentrons_shared_data/data/robot/definitions/1/ot3.json +17 -0
  641. opentrons_shared_data/data/robot/schemas/1.json +83 -0
  642. opentrons_shared_data/data_files/__init__.py +26 -0
  643. opentrons_shared_data/data_files/types.py +84 -0
  644. opentrons_shared_data/deck/__init__.py +108 -0
  645. opentrons_shared_data/deck/types.py +216 -0
  646. opentrons_shared_data/errors/__init__.py +30 -0
  647. opentrons_shared_data/errors/categories.py +60 -0
  648. opentrons_shared_data/errors/codes.py +124 -0
  649. opentrons_shared_data/errors/exceptions.py +1308 -0
  650. opentrons_shared_data/gripper/__init__.py +63 -0
  651. opentrons_shared_data/gripper/constants.py +6 -0
  652. opentrons_shared_data/gripper/gripper_definition.py +98 -0
  653. opentrons_shared_data/labware/__init__.py +59 -0
  654. opentrons_shared_data/labware/constants.py +22 -0
  655. opentrons_shared_data/labware/labware_definition.py +630 -0
  656. opentrons_shared_data/labware/types.py +285 -0
  657. opentrons_shared_data/liquid_classes/__init__.py +44 -0
  658. opentrons_shared_data/liquid_classes/liquid_class_definition.py +555 -0
  659. opentrons_shared_data/liquid_classes/types.py +130 -0
  660. opentrons_shared_data/load.py +57 -0
  661. opentrons_shared_data/module/__init__.py +117 -0
  662. opentrons_shared_data/module/types.py +175 -0
  663. opentrons_shared_data/pipette/__init__.py +107 -0
  664. opentrons_shared_data/pipette/dev_types.py +181 -0
  665. opentrons_shared_data/pipette/file_operation_helpers.py +37 -0
  666. opentrons_shared_data/pipette/load_data.py +301 -0
  667. opentrons_shared_data/pipette/model_constants.py +144 -0
  668. opentrons_shared_data/pipette/mutable_configurations.py +454 -0
  669. opentrons_shared_data/pipette/pipette_definition.py +573 -0
  670. opentrons_shared_data/pipette/pipette_load_name_conversions.py +320 -0
  671. opentrons_shared_data/pipette/scripts/__init__.py +0 -0
  672. opentrons_shared_data/pipette/scripts/build_json_script.py +468 -0
  673. opentrons_shared_data/pipette/scripts/update_configuration_files.py +454 -0
  674. opentrons_shared_data/pipette/types.py +419 -0
  675. opentrons_shared_data/pipette/ul_per_mm.py +68 -0
  676. opentrons_shared_data/protocol/__init__.py +13 -0
  677. opentrons_shared_data/protocol/constants.py +98 -0
  678. opentrons_shared_data/protocol/models/__init__.py +49 -0
  679. opentrons_shared_data/protocol/models/protocol_schema_v6.py +135 -0
  680. opentrons_shared_data/protocol/models/protocol_schema_v7.py +92 -0
  681. opentrons_shared_data/protocol/models/protocol_schema_v8.py +56 -0
  682. opentrons_shared_data/protocol/models/shared_models.py +111 -0
  683. opentrons_shared_data/protocol/types.py +436 -0
  684. opentrons_shared_data/py.typed +0 -0
  685. opentrons_shared_data/robot/__init__.py +33 -0
  686. opentrons_shared_data/robot/types.py +57 -0
  687. opentrons_shared_data-8.8.0a10.dist-info/METADATA +21 -0
  688. opentrons_shared_data-8.8.0a10.dist-info/RECORD +690 -0
  689. opentrons_shared_data-8.8.0a10.dist-info/WHEEL +4 -0
  690. opentrons_shared_data-8.8.0a10.dist-info/licenses/LICENSE +202 -0
@@ -0,0 +1,1419 @@
1
+ {
2
+ "otId": "ot3_standard",
3
+ "schemaVersion": 5,
4
+ "cornerOffsetFromOrigin": [-204.31, -76.59, 0],
5
+ "dimensions": [854.995, 581.74, 0],
6
+ "metadata": {
7
+ "displayName": "OT-3 Standard Deck",
8
+ "tags": ["ot3", "12 slots", "standard"]
9
+ },
10
+ "robot": {
11
+ "model": "OT-3 Standard"
12
+ },
13
+ "locations": {
14
+ "addressableAreas": [
15
+ {
16
+ "id": "D1",
17
+ "areaType": "slot",
18
+ "matingSurfaceUnitVector": [-1, 1, -1],
19
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
20
+ "boundingBox": {
21
+ "xDimension": 128.0,
22
+ "yDimension": 86.0,
23
+ "zDimension": 0
24
+ },
25
+ "displayName": "Slot D1",
26
+ "features": {
27
+ "springDirectionalForceAsParent": "backLeftBottom"
28
+ },
29
+ "orientation": null
30
+ },
31
+ {
32
+ "id": "D2",
33
+ "areaType": "slot",
34
+ "matingSurfaceUnitVector": [-1, 1, -1],
35
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
36
+ "boundingBox": {
37
+ "xDimension": 128.0,
38
+ "yDimension": 86.0,
39
+ "zDimension": 0
40
+ },
41
+ "displayName": "Slot D2",
42
+ "features": {
43
+ "springDirectionalForceAsParent": "backLeftBottom"
44
+ },
45
+ "orientation": null
46
+ },
47
+ {
48
+ "id": "D3",
49
+ "areaType": "slot",
50
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
51
+ "matingSurfaceUnitVector": [-1, 1, -1],
52
+ "boundingBox": {
53
+ "xDimension": 128.0,
54
+ "yDimension": 86.0,
55
+ "zDimension": 0
56
+ },
57
+ "displayName": "Slot D3",
58
+ "features": {
59
+ "springDirectionalForceAsParent": "backLeftBottom"
60
+ },
61
+ "orientation": null
62
+ },
63
+ {
64
+ "id": "C1",
65
+ "areaType": "slot",
66
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
67
+ "matingSurfaceUnitVector": [-1, 1, -1],
68
+ "boundingBox": {
69
+ "xDimension": 128.0,
70
+ "yDimension": 86.0,
71
+ "zDimension": 0
72
+ },
73
+ "displayName": "Slot C1",
74
+ "features": {
75
+ "springDirectionalForceAsParent": "backLeftBottom"
76
+ },
77
+ "orientation": null
78
+ },
79
+ {
80
+ "id": "C2",
81
+ "areaType": "slot",
82
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
83
+ "matingSurfaceUnitVector": [-1, 1, -1],
84
+ "boundingBox": {
85
+ "xDimension": 128.0,
86
+ "yDimension": 86.0,
87
+ "zDimension": 0
88
+ },
89
+ "displayName": "Slot C2",
90
+ "features": {
91
+ "springDirectionalForceAsParent": "backLeftBottom"
92
+ },
93
+ "orientation": null
94
+ },
95
+ {
96
+ "id": "C3",
97
+ "areaType": "slot",
98
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
99
+ "matingSurfaceUnitVector": [-1, 1, -1],
100
+ "boundingBox": {
101
+ "xDimension": 128.0,
102
+ "yDimension": 86.0,
103
+ "zDimension": 0
104
+ },
105
+ "displayName": "Slot C3",
106
+ "features": {
107
+ "springDirectionalForceAsParent": "backLeftBottom"
108
+ },
109
+ "orientation": null
110
+ },
111
+ {
112
+ "id": "B1",
113
+ "areaType": "slot",
114
+ "offsetFromCutoutFixture": [0.0, 0, 0.0],
115
+ "matingSurfaceUnitVector": [-1, 1, -1],
116
+ "boundingBox": {
117
+ "xDimension": 128.0,
118
+ "yDimension": 86.0,
119
+ "zDimension": 0
120
+ },
121
+ "displayName": "Slot B1",
122
+ "features": {
123
+ "springDirectionalForceAsParent": "backLeftBottom"
124
+ },
125
+ "orientation": null
126
+ },
127
+ {
128
+ "id": "B2",
129
+ "areaType": "slot",
130
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
131
+ "matingSurfaceUnitVector": [-1, 1, -1],
132
+ "boundingBox": {
133
+ "xDimension": 128.0,
134
+ "yDimension": 86.0,
135
+ "zDimension": 0
136
+ },
137
+ "displayName": "Slot B2",
138
+ "features": {
139
+ "springDirectionalForceAsParent": "backLeftBottom"
140
+ },
141
+ "orientation": null
142
+ },
143
+ {
144
+ "id": "B3",
145
+ "areaType": "slot",
146
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
147
+ "matingSurfaceUnitVector": [-1, 1, -1],
148
+ "boundingBox": {
149
+ "xDimension": 128.0,
150
+ "yDimension": 86.0,
151
+ "zDimension": 0
152
+ },
153
+ "displayName": "Slot B3",
154
+ "features": {
155
+ "springDirectionalForceAsParent": "backLeftBottom"
156
+ },
157
+ "orientation": null
158
+ },
159
+ {
160
+ "id": "A1",
161
+ "areaType": "slot",
162
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
163
+ "matingSurfaceUnitVector": [-1, 1, -1],
164
+ "boundingBox": {
165
+ "xDimension": 128.0,
166
+ "yDimension": 86.0,
167
+ "zDimension": 0
168
+ },
169
+ "displayName": "Slot A1",
170
+ "features": {
171
+ "springDirectionalForceAsParent": "backLeftBottom"
172
+ },
173
+ "orientation": null
174
+ },
175
+ {
176
+ "id": "A2",
177
+ "areaType": "slot",
178
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
179
+ "matingSurfaceUnitVector": [-1, 1, -1],
180
+ "boundingBox": {
181
+ "xDimension": 128.0,
182
+ "yDimension": 86.0,
183
+ "zDimension": 0
184
+ },
185
+ "displayName": "Slot A2",
186
+ "features": {
187
+ "springDirectionalForceAsParent": "backLeftBottom"
188
+ },
189
+ "compatibleModuleTypes": [],
190
+ "orientation": null
191
+ },
192
+ {
193
+ "id": "A3",
194
+ "areaType": "slot",
195
+ "offsetFromCutoutFixture": [0.0, 0.0, 0.0],
196
+ "matingSurfaceUnitVector": [-1, 1, -1],
197
+ "boundingBox": {
198
+ "xDimension": 128.0,
199
+ "yDimension": 86.0,
200
+ "zDimension": 0
201
+ },
202
+ "displayName": "Slot A3",
203
+ "features": {
204
+ "springDirectionalForceAsParent": "backLeftBottom"
205
+ },
206
+ "compatibleModuleTypes": [],
207
+ "orientation": null
208
+ },
209
+ {
210
+ "id": "A4",
211
+ "areaType": "stagingSlot",
212
+ "offsetFromCutoutFixture": [164.0, 0.0, 14.5],
213
+ "matingSurfaceUnitVector": [-1, 1, -1],
214
+ "boundingBox": {
215
+ "xDimension": 128.0,
216
+ "yDimension": 86.0,
217
+ "zDimension": 0
218
+ },
219
+ "displayName": "Slot A4",
220
+ "features": {
221
+ "springDirectionalForceAsParent": "backLeftBottom"
222
+ },
223
+ "compatibleModuleTypes": [],
224
+ "orientation": null
225
+ },
226
+ {
227
+ "id": "B4",
228
+ "areaType": "stagingSlot",
229
+ "offsetFromCutoutFixture": [164.0, 0.0, 14.5],
230
+ "matingSurfaceUnitVector": [-1, 1, -1],
231
+ "boundingBox": {
232
+ "xDimension": 128.0,
233
+ "yDimension": 86.0,
234
+ "zDimension": 0
235
+ },
236
+ "displayName": "Slot B4",
237
+ "features": {
238
+ "springDirectionalForceAsParent": "backLeftBottom"
239
+ },
240
+ "compatibleModuleTypes": [],
241
+ "orientation": null
242
+ },
243
+ {
244
+ "id": "C4",
245
+ "areaType": "stagingSlot",
246
+ "offsetFromCutoutFixture": [164.0, 0.0, 14.5],
247
+ "matingSurfaceUnitVector": [-1, 1, -1],
248
+ "boundingBox": {
249
+ "xDimension": 128.0,
250
+ "yDimension": 86.0,
251
+ "zDimension": 0
252
+ },
253
+ "displayName": "Slot C4",
254
+ "features": {
255
+ "springDirectionalForceAsParent": "backLeftBottom"
256
+ },
257
+ "compatibleModuleTypes": [],
258
+ "orientation": null
259
+ },
260
+ {
261
+ "id": "D4",
262
+ "areaType": "stagingSlot",
263
+ "offsetFromCutoutFixture": [164.0, 0.0, 14.5],
264
+ "matingSurfaceUnitVector": [-1, 1, -1],
265
+ "boundingBox": {
266
+ "xDimension": 128.0,
267
+ "yDimension": 86.0,
268
+ "zDimension": 0
269
+ },
270
+ "displayName": "Slot D4",
271
+ "features": {
272
+ "springDirectionalForceAsParent": "backLeftBottom"
273
+ },
274
+ "compatibleModuleTypes": [],
275
+ "orientation": null
276
+ },
277
+ {
278
+ "id": "movableTrashD1",
279
+ "areaType": "movableTrash",
280
+ "offsetFromCutoutFixture": [-90.25, 4, 0.0],
281
+ "boundingBox": {
282
+ "xDimension": 225,
283
+ "yDimension": 78,
284
+ "zDimension": 40
285
+ },
286
+ "displayName": "Trash Bin in D1",
287
+ "features": {},
288
+ "ableToDropTips": true,
289
+ "orientation": null
290
+ },
291
+ {
292
+ "id": "movableTrashC1",
293
+ "areaType": "movableTrash",
294
+ "offsetFromCutoutFixture": [-90.25, 4, 0.0],
295
+ "boundingBox": {
296
+ "xDimension": 225,
297
+ "yDimension": 78,
298
+ "zDimension": 40
299
+ },
300
+ "displayName": "Trash Bin in C1",
301
+ "features": {},
302
+ "ableToDropTips": true,
303
+ "orientation": null
304
+ },
305
+ {
306
+ "id": "movableTrashB1",
307
+ "areaType": "movableTrash",
308
+ "offsetFromCutoutFixture": [-90.25, 4, 0.0],
309
+ "boundingBox": {
310
+ "xDimension": 225,
311
+ "yDimension": 78,
312
+ "zDimension": 40
313
+ },
314
+ "displayName": "Trash Bin in B1",
315
+ "features": {},
316
+ "ableToDropTips": true,
317
+ "orientation": null
318
+ },
319
+ {
320
+ "id": "movableTrashA1",
321
+ "areaType": "movableTrash",
322
+ "offsetFromCutoutFixture": [-90.25, 4, 0.0],
323
+ "boundingBox": {
324
+ "xDimension": 225,
325
+ "yDimension": 78,
326
+ "zDimension": 40
327
+ },
328
+ "displayName": "Trash Bin in A1",
329
+ "features": {},
330
+ "ableToDropTips": true,
331
+ "orientation": null
332
+ },
333
+ {
334
+ "id": "movableTrashD3",
335
+ "areaType": "movableTrash",
336
+ "offsetFromCutoutFixture": [-6.25, 4, 0.0],
337
+ "boundingBox": {
338
+ "xDimension": 225,
339
+ "yDimension": 78,
340
+ "zDimension": 40
341
+ },
342
+ "displayName": "Trash Bin in D3",
343
+ "features": {},
344
+ "ableToDropTips": true,
345
+ "orientation": null
346
+ },
347
+ {
348
+ "id": "movableTrashC3",
349
+ "areaType": "movableTrash",
350
+ "offsetFromCutoutFixture": [-6.25, 4, 0.0],
351
+ "boundingBox": {
352
+ "xDimension": 225,
353
+ "yDimension": 78,
354
+ "zDimension": 40
355
+ },
356
+ "displayName": "Trash Bin in C3",
357
+ "features": {},
358
+ "ableToDropTips": true,
359
+ "orientation": null
360
+ },
361
+ {
362
+ "id": "movableTrashB3",
363
+ "areaType": "movableTrash",
364
+ "offsetFromCutoutFixture": [-6.25, 4, 0.0],
365
+ "boundingBox": {
366
+ "xDimension": 225,
367
+ "yDimension": 78,
368
+ "zDimension": 40
369
+ },
370
+ "displayName": "Trash Bin in B3",
371
+ "features": {},
372
+ "ableToDropTips": true,
373
+ "orientation": null
374
+ },
375
+ {
376
+ "id": "movableTrashA3",
377
+ "areaType": "movableTrash",
378
+ "offsetFromCutoutFixture": [-6.25, 4, 0.0],
379
+ "boundingBox": {
380
+ "xDimension": 225,
381
+ "yDimension": 78,
382
+ "zDimension": 40
383
+ },
384
+ "displayName": "Trash Bin in A3",
385
+ "features": {},
386
+ "ableToDropTips": true,
387
+ "orientation": null
388
+ },
389
+ {
390
+ "id": "1ChannelWasteChute",
391
+ "areaType": "wasteChute",
392
+ "offsetFromCutoutFixture": [64, 36, 114.5],
393
+ "boundingBox": {
394
+ "xDimension": 0,
395
+ "yDimension": 0,
396
+ "zDimension": 0
397
+ },
398
+ "displayName": "Waste Chute",
399
+ "features": {},
400
+ "ableToDropTips": true,
401
+ "orientation": null
402
+ },
403
+ {
404
+ "id": "8ChannelWasteChute",
405
+ "areaType": "wasteChute",
406
+ "offsetFromCutoutFixture": [64, -27, 114.5],
407
+ "boundingBox": {
408
+ "xDimension": 0,
409
+ "yDimension": 63,
410
+ "zDimension": 0
411
+ },
412
+ "displayName": "Waste Chute",
413
+ "features": {},
414
+ "ableToDropTips": true,
415
+ "orientation": null
416
+ },
417
+ {
418
+ "id": "96ChannelWasteChute",
419
+ "areaType": "wasteChute",
420
+ "offsetFromCutoutFixture": [14.445, -20.915, 114.5],
421
+ "boundingBox": {
422
+ "xDimension": 99,
423
+ "yDimension": 63,
424
+ "zDimension": 0
425
+ },
426
+ "displayName": "Waste Chute",
427
+ "features": {},
428
+ "ableToDropTips": true,
429
+ "orientation": null
430
+ },
431
+ {
432
+ "id": "gripperWasteChute",
433
+ "areaType": "wasteChute",
434
+ "offsetFromCutoutFixture": [64, 29, 136.5],
435
+ "boundingBox": {
436
+ "xDimension": 0,
437
+ "yDimension": 0,
438
+ "zDimension": 0
439
+ },
440
+ "displayName": "Waste Chute",
441
+ "features": {},
442
+ "ableToDropLabware": true,
443
+ "orientation": null
444
+ },
445
+ {
446
+ "id": "thermocyclerModuleV2",
447
+ "areaType": "thermocycler",
448
+ "offsetFromCutoutFixture": [-20.005, 67.96, 10.96],
449
+ "matingSurfaceUnitVector": [-1, 1, -1],
450
+ "boundingBox": {
451
+ "xDimension": 128.0,
452
+ "yDimension": 86.0,
453
+ "zDimension": 0
454
+ },
455
+ "displayName": "Thermocycler Module Slot",
456
+ "features": {},
457
+ "orientation": "left"
458
+ },
459
+ {
460
+ "id": "heaterShakerV1D1",
461
+ "areaType": "heaterShaker",
462
+ "offsetFromCutoutFixture": [0, 0, 18.95],
463
+ "boundingBox": {
464
+ "xDimension": 128.0,
465
+ "yDimension": 86.0,
466
+ "zDimension": 0
467
+ },
468
+ "displayName": "Heater Shaker in D1",
469
+ "features": {},
470
+ "orientation": "left"
471
+ },
472
+ {
473
+ "id": "heaterShakerV1C1",
474
+ "areaType": "heaterShaker",
475
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
476
+ "boundingBox": {
477
+ "xDimension": 128.0,
478
+ "yDimension": 86.0,
479
+ "zDimension": 0
480
+ },
481
+ "displayName": "Heater Shaker in C1",
482
+ "features": {},
483
+ "orientation": "left"
484
+ },
485
+ {
486
+ "id": "heaterShakerV1B1",
487
+ "areaType": "heaterShaker",
488
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
489
+ "boundingBox": {
490
+ "xDimension": 128.0,
491
+ "yDimension": 86.0,
492
+ "zDimension": 0
493
+ },
494
+ "displayName": "Heater Shaker in B1",
495
+ "features": {},
496
+ "orientation": "left"
497
+ },
498
+ {
499
+ "id": "heaterShakerV1A1",
500
+ "areaType": "heaterShaker",
501
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
502
+ "boundingBox": {
503
+ "xDimension": 128.0,
504
+ "yDimension": 86.0,
505
+ "zDimension": 0
506
+ },
507
+ "displayName": "Heater Shaker in A1",
508
+ "features": {},
509
+ "orientation": "left"
510
+ },
511
+ {
512
+ "id": "heaterShakerV1D3",
513
+ "areaType": "heaterShaker",
514
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
515
+ "boundingBox": {
516
+ "xDimension": 128.0,
517
+ "yDimension": 86.0,
518
+ "zDimension": 0
519
+ },
520
+ "displayName": "Heater Shaker in D3",
521
+ "features": {},
522
+ "orientation": "right"
523
+ },
524
+ {
525
+ "id": "heaterShakerV1C3",
526
+ "areaType": "heaterShaker",
527
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
528
+ "boundingBox": {
529
+ "xDimension": 128.0,
530
+ "yDimension": 86.0,
531
+ "zDimension": 0
532
+ },
533
+ "displayName": "Heater Shaker in C3",
534
+ "features": {},
535
+ "orientation": "right"
536
+ },
537
+ {
538
+ "id": "heaterShakerV1B3",
539
+ "areaType": "heaterShaker",
540
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
541
+ "boundingBox": {
542
+ "xDimension": 128.0,
543
+ "yDimension": 86.0,
544
+ "zDimension": 0
545
+ },
546
+ "displayName": "Heater Shaker in B3",
547
+ "features": {},
548
+ "orientation": "right"
549
+ },
550
+ {
551
+ "id": "heaterShakerV1A3",
552
+ "areaType": "heaterShaker",
553
+ "offsetFromCutoutFixture": [0.0, 0.0, 18.95],
554
+ "boundingBox": {
555
+ "xDimension": 128.0,
556
+ "yDimension": 86.0,
557
+ "zDimension": 0
558
+ },
559
+ "displayName": "Heater Shaker in A3",
560
+ "features": {},
561
+ "orientation": "right"
562
+ },
563
+ {
564
+ "id": "temperatureModuleV2D1",
565
+ "areaType": "temperatureModule",
566
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
567
+ "boundingBox": {
568
+ "xDimension": 128.0,
569
+ "yDimension": 86.0,
570
+ "zDimension": 0
571
+ },
572
+ "displayName": "Temperature Module in D1",
573
+ "features": {},
574
+ "orientation": "left"
575
+ },
576
+ {
577
+ "id": "temperatureModuleV2C1",
578
+ "areaType": "temperatureModule",
579
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
580
+ "boundingBox": {
581
+ "xDimension": 128.0,
582
+ "yDimension": 86.0,
583
+ "zDimension": 0
584
+ },
585
+ "displayName": "Temperature Module in C1",
586
+ "features": {},
587
+ "orientation": "left"
588
+ },
589
+ {
590
+ "id": "temperatureModuleV2B1",
591
+ "areaType": "temperatureModule",
592
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
593
+ "boundingBox": {
594
+ "xDimension": 128.0,
595
+ "yDimension": 86.0,
596
+ "zDimension": 0
597
+ },
598
+ "displayName": "Temperature Module in B1",
599
+ "features": {},
600
+ "orientation": "left"
601
+ },
602
+ {
603
+ "id": "temperatureModuleV2A1",
604
+ "areaType": "temperatureModule",
605
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
606
+ "boundingBox": {
607
+ "xDimension": 128.0,
608
+ "yDimension": 86.0,
609
+ "zDimension": 0
610
+ },
611
+ "displayName": "Temperature Module in A1",
612
+ "features": {},
613
+ "orientation": "left"
614
+ },
615
+ {
616
+ "id": "temperatureModuleV2D3",
617
+ "areaType": "temperatureModule",
618
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
619
+ "boundingBox": {
620
+ "xDimension": 128.0,
621
+ "yDimension": 86.0,
622
+ "zDimension": 0
623
+ },
624
+ "displayName": "Temperature Module in D3",
625
+ "features": {},
626
+ "orientation": "right"
627
+ },
628
+ {
629
+ "id": "temperatureModuleV2C3",
630
+ "areaType": "temperatureModule",
631
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
632
+ "boundingBox": {
633
+ "xDimension": 128.0,
634
+ "yDimension": 86.0,
635
+ "zDimension": 0
636
+ },
637
+ "displayName": "Temperature Module in C3",
638
+ "features": {},
639
+ "orientation": "right"
640
+ },
641
+ {
642
+ "id": "temperatureModuleV2B3",
643
+ "areaType": "temperatureModule",
644
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
645
+ "boundingBox": {
646
+ "xDimension": 128.0,
647
+ "yDimension": 86.0,
648
+ "zDimension": 0
649
+ },
650
+ "displayName": "Temperature Module in B3",
651
+ "features": {},
652
+ "orientation": "right"
653
+ },
654
+ {
655
+ "id": "temperatureModuleV2A3",
656
+ "areaType": "temperatureModule",
657
+ "offsetFromCutoutFixture": [0.0, 0.0, 9.0],
658
+ "boundingBox": {
659
+ "xDimension": 128.0,
660
+ "yDimension": 86.0,
661
+ "zDimension": 0
662
+ },
663
+ "displayName": "Temperature Module in A3",
664
+ "features": {},
665
+ "orientation": "right"
666
+ },
667
+ {
668
+ "id": "magneticBlockV1D1",
669
+ "areaType": "magneticBlock",
670
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
671
+ "boundingBox": {
672
+ "xDimension": 128.0,
673
+ "yDimension": 86.0,
674
+ "zDimension": 0
675
+ },
676
+ "displayName": "Magnetic Block in D1",
677
+ "features": {},
678
+ "orientation": "center"
679
+ },
680
+ {
681
+ "id": "magneticBlockV1C1",
682
+ "areaType": "magneticBlock",
683
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
684
+ "boundingBox": {
685
+ "xDimension": 128.0,
686
+ "yDimension": 86.0,
687
+ "zDimension": 0
688
+ },
689
+ "displayName": "Magnetic Block in C1",
690
+ "features": {},
691
+ "orientation": "center"
692
+ },
693
+ {
694
+ "id": "magneticBlockV1B1",
695
+ "areaType": "magneticBlock",
696
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
697
+ "boundingBox": {
698
+ "xDimension": 128.0,
699
+ "yDimension": 86.0,
700
+ "zDimension": 0
701
+ },
702
+ "displayName": "Magnetic Block in B1",
703
+ "features": {},
704
+ "orientation": "center"
705
+ },
706
+ {
707
+ "id": "magneticBlockV1A1",
708
+ "areaType": "magneticBlock",
709
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
710
+ "boundingBox": {
711
+ "xDimension": 128.0,
712
+ "yDimension": 86.0,
713
+ "zDimension": 0
714
+ },
715
+ "displayName": "Magnetic Block in A1",
716
+ "features": {},
717
+ "orientation": "center"
718
+ },
719
+ {
720
+ "id": "magneticBlockV1D2",
721
+ "areaType": "magneticBlock",
722
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
723
+ "boundingBox": {
724
+ "xDimension": 128.0,
725
+ "yDimension": 86.0,
726
+ "zDimension": 0
727
+ },
728
+ "displayName": "Magnetic Block in D2",
729
+ "features": {},
730
+ "orientation": "center"
731
+ },
732
+ {
733
+ "id": "magneticBlockV1C2",
734
+ "areaType": "magneticBlock",
735
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
736
+ "boundingBox": {
737
+ "xDimension": 128.0,
738
+ "yDimension": 86.0,
739
+ "zDimension": 0
740
+ },
741
+ "displayName": "Magnetic Block in C2",
742
+ "features": {},
743
+ "orientation": "center"
744
+ },
745
+ {
746
+ "id": "magneticBlockV1B2",
747
+ "areaType": "magneticBlock",
748
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
749
+ "boundingBox": {
750
+ "xDimension": 128.0,
751
+ "yDimension": 86.0,
752
+ "zDimension": 0
753
+ },
754
+ "displayName": "Magnetic Block in B2",
755
+ "features": {},
756
+ "orientation": "center"
757
+ },
758
+ {
759
+ "id": "magneticBlockV1A2",
760
+ "areaType": "magneticBlock",
761
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
762
+ "boundingBox": {
763
+ "xDimension": 128.0,
764
+ "yDimension": 86.0,
765
+ "zDimension": 0
766
+ },
767
+ "displayName": "Magnetic Block in A2",
768
+ "features": {},
769
+ "orientation": "center"
770
+ },
771
+ {
772
+ "id": "magneticBlockV1D3",
773
+ "areaType": "magneticBlock",
774
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
775
+ "boundingBox": {
776
+ "xDimension": 128.0,
777
+ "yDimension": 86.0,
778
+ "zDimension": 0
779
+ },
780
+ "displayName": "Magnetic Block in D3",
781
+ "features": {},
782
+ "orientation": "center"
783
+ },
784
+ {
785
+ "id": "magneticBlockV1C3",
786
+ "areaType": "magneticBlock",
787
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
788
+ "boundingBox": {
789
+ "xDimension": 128.0,
790
+ "yDimension": 86.0,
791
+ "zDimension": 0
792
+ },
793
+ "displayName": "Magnetic Block in C3",
794
+ "features": {},
795
+ "orientation": "center"
796
+ },
797
+ {
798
+ "id": "magneticBlockV1B3",
799
+ "areaType": "magneticBlock",
800
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
801
+ "boundingBox": {
802
+ "xDimension": 128.0,
803
+ "yDimension": 86.0,
804
+ "zDimension": 0
805
+ },
806
+ "displayName": "Magnetic Block in B3",
807
+ "features": {},
808
+ "orientation": "center"
809
+ },
810
+ {
811
+ "id": "magneticBlockV1A3",
812
+ "areaType": "magneticBlock",
813
+ "offsetFromCutoutFixture": [0.0, 0.0, 38],
814
+ "boundingBox": {
815
+ "xDimension": 128.0,
816
+ "yDimension": 86.0,
817
+ "zDimension": 0
818
+ },
819
+ "displayName": "Magnetic Block in A3",
820
+ "features": {},
821
+ "orientation": "center"
822
+ },
823
+ {
824
+ "id": "absorbanceReaderV1D3",
825
+ "areaType": "absorbanceReader",
826
+ "offsetFromCutoutFixture": [2.0, 0.0, 0.65],
827
+ "boundingBox": {
828
+ "xDimension": 127.8,
829
+ "yDimension": 85.5,
830
+ "zDimension": 0
831
+ },
832
+ "displayName": "Absorbance Reader in D3",
833
+ "features": {},
834
+ "orientation": "right"
835
+ },
836
+ {
837
+ "id": "absorbanceReaderV1C3",
838
+ "areaType": "absorbanceReader",
839
+ "offsetFromCutoutFixture": [2.0, 0.0, 0.65],
840
+ "boundingBox": {
841
+ "xDimension": 127.8,
842
+ "yDimension": 85.5,
843
+ "zDimension": 0
844
+ },
845
+ "displayName": "Absorbance Reader in C3",
846
+ "features": {},
847
+ "orientation": "right"
848
+ },
849
+ {
850
+ "id": "absorbanceReaderV1B3",
851
+ "areaType": "absorbanceReader",
852
+ "offsetFromCutoutFixture": [2.0, 0.0, 0.65],
853
+ "boundingBox": {
854
+ "xDimension": 127.8,
855
+ "yDimension": 85.5,
856
+ "zDimension": 0
857
+ },
858
+ "displayName": "Absorbance Reader in B3",
859
+ "features": {},
860
+ "orientation": "right"
861
+ },
862
+ {
863
+ "id": "absorbanceReaderV1A3",
864
+ "areaType": "absorbanceReader",
865
+ "offsetFromCutoutFixture": [2.0, 0.0, 0.65],
866
+ "boundingBox": {
867
+ "xDimension": 127.8,
868
+ "yDimension": 85.5,
869
+ "zDimension": 0
870
+ },
871
+ "displayName": "Absorbance Reader in A3",
872
+ "features": {},
873
+ "orientation": "right"
874
+ },
875
+ {
876
+ "id": "absorbanceReaderV1LidDockD4",
877
+ "areaType": "lidDock",
878
+ "offsetFromCutoutFixture": [163.075, 0.0, 0.65],
879
+ "boundingBox": {
880
+ "xDimension": 127.8,
881
+ "yDimension": 85.5,
882
+ "zDimension": 0
883
+ },
884
+ "displayName": "Absorbance Reader Lid Dock in D4",
885
+ "features": {},
886
+ "orientation": "right"
887
+ },
888
+ {
889
+ "id": "absorbanceReaderV1LidDockC4",
890
+ "areaType": "lidDock",
891
+ "offsetFromCutoutFixture": [163.075, 0.0, 0.65],
892
+ "boundingBox": {
893
+ "xDimension": 127.8,
894
+ "yDimension": 85.5,
895
+ "zDimension": 0
896
+ },
897
+ "displayName": "Absorbance Reader Lid Dock in C4",
898
+ "features": {},
899
+ "orientation": "right"
900
+ },
901
+ {
902
+ "id": "absorbanceReaderV1LidDockB4",
903
+ "areaType": "lidDock",
904
+ "offsetFromCutoutFixture": [163.075, 0.0, 0.65],
905
+ "boundingBox": {
906
+ "xDimension": 127.8,
907
+ "yDimension": 85.5,
908
+ "zDimension": 0
909
+ },
910
+ "displayName": "Absorbance Reader Lid Dock in B4",
911
+ "features": {},
912
+ "orientation": "right"
913
+ },
914
+ {
915
+ "id": "absorbanceReaderV1LidDockA4",
916
+ "areaType": "lidDock",
917
+ "offsetFromCutoutFixture": [163.075, 0.0, 0.65],
918
+ "boundingBox": {
919
+ "xDimension": 127.8,
920
+ "yDimension": 85.5,
921
+ "zDimension": 0
922
+ },
923
+ "displayName": "Absorbance Reader Lid Dock in A4",
924
+ "features": {},
925
+ "orientation": "right"
926
+ },
927
+ {
928
+ "id": "flexStackerModuleV1D4",
929
+ "areaType": "flexStacker",
930
+ "offsetFromCutoutFixture": [161.0, 0.0, 31.0],
931
+ "boundingBox": {
932
+ "xDimension": 128.0,
933
+ "yDimension": 86.0,
934
+ "zDimension": 0
935
+ },
936
+ "displayName": "Flex Stacker in D4",
937
+ "features": {},
938
+ "orientation": "right"
939
+ },
940
+ {
941
+ "id": "flexStackerModuleV1C4",
942
+ "areaType": "flexStacker",
943
+ "offsetFromCutoutFixture": [161.0, 0.0, 31.0],
944
+ "boundingBox": {
945
+ "xDimension": 128.0,
946
+ "yDimension": 86.0,
947
+ "zDimension": 0
948
+ },
949
+ "displayName": "Flex Stacker in C4",
950
+ "features": {},
951
+ "orientation": "right"
952
+ },
953
+ {
954
+ "id": "flexStackerModuleV1B4",
955
+ "areaType": "flexStacker",
956
+ "offsetFromCutoutFixture": [161.0, 0.0, 31.0],
957
+ "boundingBox": {
958
+ "xDimension": 128.0,
959
+ "yDimension": 86.0,
960
+ "zDimension": 0
961
+ },
962
+ "displayName": "Flex Stacker in B4",
963
+ "features": {},
964
+ "orientation": "right"
965
+ },
966
+ {
967
+ "id": "flexStackerModuleV1A4",
968
+ "areaType": "flexStacker",
969
+ "offsetFromCutoutFixture": [161.0, 0.0, 31.0],
970
+ "boundingBox": {
971
+ "xDimension": 128.0,
972
+ "yDimension": 86.0,
973
+ "zDimension": 0
974
+ },
975
+ "displayName": "Flex Stacker in A4",
976
+ "features": {},
977
+ "orientation": "right"
978
+ }
979
+ ],
980
+ "cutouts": [
981
+ {
982
+ "id": "cutoutD1",
983
+ "position": [0.0, 0.0, 0.0],
984
+ "displayName": "Cutout D1"
985
+ },
986
+ {
987
+ "id": "cutoutD2",
988
+ "position": [164.0, 0.0, 0.0],
989
+ "displayName": "Cutout D2"
990
+ },
991
+ {
992
+ "id": "cutoutD3",
993
+ "position": [328.0, 0.0, 0.0],
994
+ "displayName": "Cutout D3"
995
+ },
996
+ {
997
+ "id": "cutoutC1",
998
+ "position": [0.0, 107, 0.0],
999
+ "displayName": "Cutout C1"
1000
+ },
1001
+ {
1002
+ "id": "cutoutC2",
1003
+ "position": [164.0, 107, 0.0],
1004
+ "displayName": "Cutout C2"
1005
+ },
1006
+ {
1007
+ "id": "cutoutC3",
1008
+ "position": [328.0, 107, 0.0],
1009
+ "displayName": "Cutout C3"
1010
+ },
1011
+ {
1012
+ "id": "cutoutB1",
1013
+ "position": [0.0, 214.0, 0.0],
1014
+ "displayName": "Cutout B1"
1015
+ },
1016
+ {
1017
+ "id": "cutoutB2",
1018
+ "position": [164.0, 214.0, 0.0],
1019
+ "displayName": "Cutout B2"
1020
+ },
1021
+ {
1022
+ "id": "cutoutB3",
1023
+ "position": [328.0, 214.0, 0.0],
1024
+ "displayName": "Cutout B3"
1025
+ },
1026
+ {
1027
+ "id": "cutoutA1",
1028
+ "position": [0.0, 321.0, 0.0],
1029
+ "displayName": "Cutout A1"
1030
+ },
1031
+ {
1032
+ "id": "cutoutA2",
1033
+ "position": [164.0, 321.0, 0.0],
1034
+ "displayName": "Cutout A2"
1035
+ },
1036
+ {
1037
+ "id": "cutoutA3",
1038
+ "position": [328.0, 321.0, 0.0],
1039
+ "displayName": "Cutout A3"
1040
+ }
1041
+ ],
1042
+ "calibrationPoints": [],
1043
+ "legacyFixtures": [
1044
+ {
1045
+ "id": "fixedTrash",
1046
+ "slot": "A3",
1047
+ "labware": "opentrons_1_trash_3200ml_fixed",
1048
+ "displayName": "Fixed Trash"
1049
+ }
1050
+ ]
1051
+ },
1052
+ "cutoutFixtures": [
1053
+ {
1054
+ "id": "singleLeftSlot",
1055
+ "expectOpentronsModuleSerialNumber": false,
1056
+ "mayMountTo": ["cutoutD1", "cutoutC1", "cutoutB1", "cutoutA1"],
1057
+ "displayName": "Standard Slot Left",
1058
+ "providesAddressableAreas": {
1059
+ "cutoutD1": ["D1"],
1060
+ "cutoutC1": ["C1"],
1061
+ "cutoutB1": ["B1"],
1062
+ "cutoutA1": ["A1"]
1063
+ },
1064
+ "fixtureGroup": {},
1065
+ "height": 0
1066
+ },
1067
+ {
1068
+ "id": "singleCenterSlot",
1069
+ "expectOpentronsModuleSerialNumber": false,
1070
+ "mayMountTo": ["cutoutD2", "cutoutC2", "cutoutB2", "cutoutA2"],
1071
+ "displayName": "Standard Slot Center",
1072
+ "providesAddressableAreas": {
1073
+ "cutoutD2": ["D2"],
1074
+ "cutoutC2": ["C2"],
1075
+ "cutoutB2": ["B2"],
1076
+ "cutoutA2": ["A2"]
1077
+ },
1078
+ "fixtureGroup": {},
1079
+ "height": 0
1080
+ },
1081
+ {
1082
+ "id": "singleRightSlot",
1083
+ "expectOpentronsModuleSerialNumber": false,
1084
+ "mayMountTo": ["cutoutD3", "cutoutC3", "cutoutB3", "cutoutA3"],
1085
+ "displayName": "Standard Slot Right",
1086
+ "providesAddressableAreas": {
1087
+ "cutoutD3": ["D3"],
1088
+ "cutoutC3": ["C3"],
1089
+ "cutoutB3": ["B3"],
1090
+ "cutoutA3": ["A3"]
1091
+ },
1092
+ "fixtureGroup": {},
1093
+ "height": 0
1094
+ },
1095
+ {
1096
+ "id": "stagingAreaRightSlot",
1097
+ "expectOpentronsModuleSerialNumber": false,
1098
+ "mayMountTo": ["cutoutD3", "cutoutC3", "cutoutB3", "cutoutA3"],
1099
+ "displayName": "Staging Area Slot",
1100
+ "providesAddressableAreas": {
1101
+ "cutoutD3": ["D3", "D4"],
1102
+ "cutoutC3": ["C3", "C4"],
1103
+ "cutoutB3": ["B3", "B4"],
1104
+ "cutoutA3": ["A3", "A4"]
1105
+ },
1106
+ "fixtureGroup": {},
1107
+ "height": 0
1108
+ },
1109
+ {
1110
+ "id": "trashBinAdapter",
1111
+ "expectOpentronsModuleSerialNumber": false,
1112
+ "mayMountTo": [
1113
+ "cutoutD1",
1114
+ "cutoutC1",
1115
+ "cutoutB1",
1116
+ "cutoutA1",
1117
+ "cutoutD3",
1118
+ "cutoutC3",
1119
+ "cutoutB3",
1120
+ "cutoutA3"
1121
+ ],
1122
+ "displayName": "Slot With Movable Trash",
1123
+ "providesAddressableAreas": {
1124
+ "cutoutD1": ["movableTrashD1"],
1125
+ "cutoutC1": ["movableTrashC1"],
1126
+ "cutoutB1": ["movableTrashB1"],
1127
+ "cutoutA1": ["movableTrashA1"],
1128
+ "cutoutD3": ["movableTrashD3"],
1129
+ "cutoutC3": ["movableTrashC3"],
1130
+ "cutoutB3": ["movableTrashB3"],
1131
+ "cutoutA3": ["movableTrashA3"]
1132
+ },
1133
+ "fixtureGroup": {},
1134
+ "height": 40
1135
+ },
1136
+ {
1137
+ "id": "wasteChuteRightAdapterCovered",
1138
+ "expectOpentronsModuleSerialNumber": false,
1139
+ "mayMountTo": ["cutoutD3"],
1140
+ "displayName": "Waste Chute Adapter for 1 or 8 Channel Pipettes",
1141
+ "providesAddressableAreas": {
1142
+ "cutoutD3": ["1ChannelWasteChute", "8ChannelWasteChute"]
1143
+ },
1144
+ "fixtureGroup": {},
1145
+ "height": 124.5
1146
+ },
1147
+ {
1148
+ "id": "wasteChuteRightAdapterNoCover",
1149
+ "expectOpentronsModuleSerialNumber": false,
1150
+ "mayMountTo": ["cutoutD3"],
1151
+ "displayName": "Waste Chute Adapter for 96 Channel Pipette or Gripper",
1152
+ "providesAddressableAreas": {
1153
+ "cutoutD3": [
1154
+ "1ChannelWasteChute",
1155
+ "8ChannelWasteChute",
1156
+ "96ChannelWasteChute",
1157
+ "gripperWasteChute"
1158
+ ]
1159
+ },
1160
+ "fixtureGroup": {},
1161
+ "height": 124.5
1162
+ },
1163
+ {
1164
+ "id": "stagingAreaSlotWithWasteChuteRightAdapterCovered",
1165
+ "expectOpentronsModuleSerialNumber": false,
1166
+ "mayMountTo": ["cutoutD3"],
1167
+ "displayName": "Staging Slot With Waste Chute Adapter for 96 Channel Pipette or Gripper",
1168
+ "providesAddressableAreas": {
1169
+ "cutoutD3": ["1ChannelWasteChute", "8ChannelWasteChute", "D4"]
1170
+ },
1171
+ "fixtureGroup": {},
1172
+ "height": 124.5
1173
+ },
1174
+ {
1175
+ "id": "stagingAreaSlotWithWasteChuteRightAdapterNoCover",
1176
+ "expectOpentronsModuleSerialNumber": false,
1177
+ "mayMountTo": ["cutoutD3"],
1178
+ "displayName": "Staging Slot With Waste Chute Adapter and Staging Area Slot",
1179
+ "providesAddressableAreas": {
1180
+ "cutoutD3": [
1181
+ "1ChannelWasteChute",
1182
+ "8ChannelWasteChute",
1183
+ "96ChannelWasteChute",
1184
+ "gripperWasteChute",
1185
+ "D4"
1186
+ ]
1187
+ },
1188
+ "fixtureGroup": {},
1189
+ "height": 124.5
1190
+ },
1191
+ {
1192
+ "id": "flexStackerModuleV1WithWasteChuteRightAdapterCovered",
1193
+ "expectOpentronsModuleSerialNumber": true,
1194
+ "mayMountTo": ["cutoutD3"],
1195
+ "displayName": "Flex Stacker With Waste Chute Adapter for 96 Channel Pipette or Gripper",
1196
+ "providesAddressableAreas": {
1197
+ "cutoutD3": [
1198
+ "1ChannelWasteChute",
1199
+ "8ChannelWasteChute",
1200
+ "flexStackerModuleV1D4"
1201
+ ]
1202
+ },
1203
+ "fixtureGroup": {},
1204
+ "height": 124.5
1205
+ },
1206
+ {
1207
+ "id": "flexStackerModuleV1WithWasteChuteRightAdapterNoCover",
1208
+ "expectOpentronsModuleSerialNumber": true,
1209
+ "mayMountTo": ["cutoutD3"],
1210
+ "displayName": "Flex Stacker With Waste Chute Adapter",
1211
+ "providesAddressableAreas": {
1212
+ "cutoutD3": [
1213
+ "1ChannelWasteChute",
1214
+ "8ChannelWasteChute",
1215
+ "96ChannelWasteChute",
1216
+ "gripperWasteChute",
1217
+ "flexStackerModuleV1D4"
1218
+ ]
1219
+ },
1220
+ "fixtureGroup": {},
1221
+ "height": 124.5
1222
+ },
1223
+ {
1224
+ "id": "flexStackerModuleV1WithMagneticBlockV1",
1225
+ "expectOpentronsModuleSerialNumber": true,
1226
+ "mayMountTo": ["cutoutD3", "cutoutC3", "cutoutB3", "cutoutA3"],
1227
+ "displayName": "Flex Stacker With Magnetic Block",
1228
+ "providesAddressableAreas": {
1229
+ "cutoutD3": ["flexStackerModuleV1D4", "magneticBlockV1D3"],
1230
+ "cutoutC3": ["flexStackerModuleV1C4", "magneticBlockV1C3"],
1231
+ "cutoutB3": ["flexStackerModuleV1B4", "magneticBlockV1B3"],
1232
+ "cutoutA3": ["flexStackerModuleV1A4", "magneticBlockV1A3"]
1233
+ },
1234
+ "fixtureGroup": {},
1235
+ "height": 38.0
1236
+ },
1237
+ {
1238
+ "id": "thermocyclerModuleV2Rear",
1239
+ "expectOpentronsModuleSerialNumber": true,
1240
+ "mayMountTo": ["cutoutA1"],
1241
+ "displayName": "Rear Slot portion of the Thermocycler Moduler",
1242
+ "providesAddressableAreas": {
1243
+ "cutoutA1": []
1244
+ },
1245
+ "fixtureGroup": {
1246
+ "cutoutA1": [
1247
+ {
1248
+ "cutoutA1": "thermocyclerModuleV2Rear",
1249
+ "cutoutB1": "thermocyclerModuleV2Front"
1250
+ }
1251
+ ]
1252
+ },
1253
+ "height": 72.35
1254
+ },
1255
+ {
1256
+ "id": "thermocyclerModuleV2Front",
1257
+ "expectOpentronsModuleSerialNumber": true,
1258
+ "mayMountTo": ["cutoutB1"],
1259
+ "displayName": "Front Slot portion of the Thermocycler Moduler",
1260
+ "providesAddressableAreas": {
1261
+ "cutoutB1": ["thermocyclerModuleV2"]
1262
+ },
1263
+ "fixtureGroup": {
1264
+ "cutoutB1": [
1265
+ {
1266
+ "cutoutA1": "thermocyclerModuleV2Rear",
1267
+ "cutoutB1": "thermocyclerModuleV2Front"
1268
+ }
1269
+ ]
1270
+ },
1271
+ "height": 72.35
1272
+ },
1273
+ {
1274
+ "id": "heaterShakerModuleV1",
1275
+ "expectOpentronsModuleSerialNumber": true,
1276
+ "mayMountTo": [
1277
+ "cutoutD1",
1278
+ "cutoutC1",
1279
+ "cutoutB1",
1280
+ "cutoutA1",
1281
+ "cutoutD3",
1282
+ "cutoutC3",
1283
+ "cutoutB3",
1284
+ "cutoutA3"
1285
+ ],
1286
+ "displayName": "Slot With a Heater Shaker",
1287
+ "providesAddressableAreas": {
1288
+ "cutoutD1": ["heaterShakerV1D1"],
1289
+ "cutoutC1": ["heaterShakerV1C1"],
1290
+ "cutoutB1": ["heaterShakerV1B1"],
1291
+ "cutoutA1": ["heaterShakerV1A1"],
1292
+ "cutoutD3": ["heaterShakerV1D3"],
1293
+ "cutoutC3": ["heaterShakerV1C3"],
1294
+ "cutoutB3": ["heaterShakerV1B3"],
1295
+ "cutoutA3": ["heaterShakerV1A3"]
1296
+ },
1297
+ "fixtureGroup": {},
1298
+ "height": 18.95
1299
+ },
1300
+ {
1301
+ "id": "temperatureModuleV2",
1302
+ "expectOpentronsModuleSerialNumber": true,
1303
+ "mayMountTo": [
1304
+ "cutoutD1",
1305
+ "cutoutC1",
1306
+ "cutoutB1",
1307
+ "cutoutA1",
1308
+ "cutoutD3",
1309
+ "cutoutC3",
1310
+ "cutoutB3",
1311
+ "cutoutA3"
1312
+ ],
1313
+ "displayName": "Slot With a Temperature Module",
1314
+ "providesAddressableAreas": {
1315
+ "cutoutD1": ["temperatureModuleV2D1"],
1316
+ "cutoutC1": ["temperatureModuleV2C1"],
1317
+ "cutoutB1": ["temperatureModuleV2B1"],
1318
+ "cutoutA1": ["temperatureModuleV2A1"],
1319
+ "cutoutD3": ["temperatureModuleV2D3"],
1320
+ "cutoutC3": ["temperatureModuleV2C3"],
1321
+ "cutoutB3": ["temperatureModuleV2B3"],
1322
+ "cutoutA3": ["temperatureModuleV2A3"]
1323
+ },
1324
+ "fixtureGroup": {},
1325
+ "height": 9.0
1326
+ },
1327
+ {
1328
+ "id": "magneticBlockV1",
1329
+ "expectOpentronsModuleSerialNumber": false,
1330
+ "mayMountTo": [
1331
+ "cutoutD1",
1332
+ "cutoutC1",
1333
+ "cutoutB1",
1334
+ "cutoutA1",
1335
+ "cutoutD2",
1336
+ "cutoutC2",
1337
+ "cutoutB2",
1338
+ "cutoutA2",
1339
+ "cutoutD3",
1340
+ "cutoutC3",
1341
+ "cutoutB3",
1342
+ "cutoutA3"
1343
+ ],
1344
+ "displayName": "Slot With a Magnetic Block",
1345
+ "providesAddressableAreas": {
1346
+ "cutoutD1": ["magneticBlockV1D1"],
1347
+ "cutoutC1": ["magneticBlockV1C1"],
1348
+ "cutoutB1": ["magneticBlockV1B1"],
1349
+ "cutoutA1": ["magneticBlockV1A1"],
1350
+ "cutoutD2": ["magneticBlockV1D2"],
1351
+ "cutoutC2": ["magneticBlockV1C2"],
1352
+ "cutoutB2": ["magneticBlockV1B2"],
1353
+ "cutoutA2": ["magneticBlockV1A2"],
1354
+ "cutoutD3": ["magneticBlockV1D3"],
1355
+ "cutoutC3": ["magneticBlockV1C3"],
1356
+ "cutoutB3": ["magneticBlockV1B3"],
1357
+ "cutoutA3": ["magneticBlockV1A3"]
1358
+ },
1359
+ "fixtureGroup": {},
1360
+ "height": 38.0
1361
+ },
1362
+ {
1363
+ "id": "stagingAreaSlotWithMagneticBlockV1",
1364
+ "expectOpentronsModuleSerialNumber": false,
1365
+ "mayMountTo": ["cutoutD3", "cutoutC3", "cutoutB3", "cutoutA3"],
1366
+ "displayName": "Fixture that provides a Magnetic Block and a Staging Area Slot",
1367
+ "providesAddressableAreas": {
1368
+ "cutoutD3": ["magneticBlockV1D3", "D4"],
1369
+ "cutoutC3": ["magneticBlockV1C3", "C4"],
1370
+ "cutoutB3": ["magneticBlockV1B3", "B4"],
1371
+ "cutoutA3": ["magneticBlockV1A3", "A4"]
1372
+ },
1373
+ "fixtureGroup": {},
1374
+ "height": 38.0
1375
+ },
1376
+ {
1377
+ "id": "absorbanceReaderV1",
1378
+ "expectOpentronsModuleSerialNumber": true,
1379
+ "mayMountTo": ["cutoutD3", "cutoutC3", "cutoutB3", "cutoutA3"],
1380
+ "displayName": "Slot With an Absorbance Reader and a Lid Dock",
1381
+ "providesAddressableAreas": {
1382
+ "cutoutD3": ["absorbanceReaderV1D3", "absorbanceReaderV1LidDockD4"],
1383
+ "cutoutC3": ["absorbanceReaderV1C3", "absorbanceReaderV1LidDockC4"],
1384
+ "cutoutB3": ["absorbanceReaderV1B3", "absorbanceReaderV1LidDockB4"],
1385
+ "cutoutA3": ["absorbanceReaderV1A3", "absorbanceReaderV1LidDockA4"]
1386
+ },
1387
+ "fixtureGroup": {},
1388
+ "height": 10.65
1389
+ },
1390
+ {
1391
+ "id": "flexStackerModuleV1",
1392
+ "expectOpentronsModuleSerialNumber": true,
1393
+ "mayMountTo": ["cutoutD3", "cutoutC3", "cutoutB3", "cutoutA3"],
1394
+ "displayName": "Slot With a Flex Stacker",
1395
+ "providesAddressableAreas": {
1396
+ "cutoutD3": ["flexStackerModuleV1D4", "D3"],
1397
+ "cutoutC3": ["flexStackerModuleV1C4", "C3"],
1398
+ "cutoutB3": ["flexStackerModuleV1B4", "B3"],
1399
+ "cutoutA3": ["flexStackerModuleV1A4", "A3"]
1400
+ },
1401
+ "fixtureGroup": {},
1402
+ "height": 10.65
1403
+ }
1404
+ ],
1405
+ "gripperOffsets": {
1406
+ "default": {
1407
+ "pickUpOffset": {
1408
+ "x": 0,
1409
+ "y": 0,
1410
+ "z": 0
1411
+ },
1412
+ "dropOffset": {
1413
+ "x": 0,
1414
+ "y": 0,
1415
+ "z": -0.75
1416
+ }
1417
+ }
1418
+ }
1419
+ }