Skip to main content
Ctrl+K

PyLabRobot

  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
    • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
  • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
Ctrl+K
  • API
  • pylabrobot.resources package
  • pylabrobot.resources.Deck
  • pylabrobot.resources.Deck.__init__

pylabrobot.resources.Deck.__init__#

Deck.__init__(size_x: float, size_y: float, size_z: float, name: str = 'deck', origin: Coordinate = Coordinate(x=0, y=0, z=0), category: str = 'deck')#

Initialize a new deck.

Parameters:
  • size_x (float)

  • size_y (float)

  • size_z (float)

  • name (str)

  • origin (Coordinate)

  • category (str)

previous

pylabrobot.resources.Deck.name

next

pylabrobot.resources.Deck.assign_child_by_anchor

On this page
  • Deck.__init__()
Edit on GitHub

This Page

  • Show Source

© Copyright 2025, PyLabRobot.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.16.1.