Skip to main content
Ctrl+K

PyLabRobot

  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
    • API
    • Community Protocols
    • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
  • Community Protocols
  • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
Ctrl+K
  • API
  • pylabrobot.opentrons package
  • pylabrobot.opentrons.ModuleInfo

pylabrobot.opentrons.ModuleInfo#

class pylabrobot.opentrons.ModuleInfo(id: str, module_type: str | None = None, model: str | None = None, serial_number: str | None = None)#

Bases: object

The identity of a connected module.

Attributes

model

module_type

serial_number

id

Methods

__init__(id[, module_type, model, serial_number])

from_response(data)

Parameters:
  • id (str)

  • module_type (str | None)

  • model (str | None)

  • serial_number (str | None)

previous

pylabrobot.opentrons.MountedPipette.__init__

next

pylabrobot.opentrons.ModuleInfo.model

On this page
  • ModuleInfo
Edit on GitHub
Show Source

© Copyright 2025, PyLabRobot.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.21.0.