pylabrobot.resources.opentrons.load.ot_definition_to_resource
pylabrobot.resources.opentrons.load.ot_definition_to_resource#
- pylabrobot.resources.opentrons.load.ot_definition_to_resource(data: LabwareDefinition, name: str) Union[pylabrobot.resources.plate.Plate, pylabrobot.resources.tip_rack.TipRack] #
Convert an Opentrons definition file to a PyLabRobot resource file.
- Parameters
data (LabwareDefinition) –
name (str) –
- Return type
Union[pylabrobot.resources.plate.Plate, pylabrobot.resources.tip_rack.TipRack]