Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/_static/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
"manager": "https://discuss.pylabrobot.org/u/rickwierenga",
"notes": "BenchCel 4R four-stacker configuration; protocol verified with firmware 3.2.20.0."
},
{
"id": "agilent-bravo",
"vendor": "Agilent",
"name": "Bravo",
"kind": "liquid handler",
"capabilities": [
"liquid handling",
"arm"
],
"status": "wip",
"api": "pylabrobot.agilent.AgilentBravoBackend",
"api_version": "v1",
"code_slug": "agilent/bravo",
"doc_slug": "agilent/bravo/hello-world",
"notes": "Four hardware generations (Darwin, Agile 7612, Bravo SRT, legacy Agile) plus a simulation controller; the protocol and controller layers are exercised against real instruments, but the PyLabRobot transport, deck mapping, and backend are not."
},
Comment on lines +18 to +33

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you have an account on the PLR forum? you should add yourself as the device manager here (assuming you are interested in maintaining this)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rickwierenga I'm kelsorjsf on PLR forum.

{
"id": "agilent-vspin",
"vendor": "Agilent",
Expand Down
15 changes: 15 additions & 0 deletions docs/api/pylabrobot.agilent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@ BioTek Synergy H1
SynergyH1


Bravo
-----

.. currentmodule:: pylabrobot.agilent.bravo

.. autosummary::
:toctree: _autosummary
:nosignatures:
:recursive:

Bravo
AgilentBravoBackend
BravoDeck


VSpin
-----

Expand Down
Loading
Loading