Eric Guan

Results 4 issues of Eric Guan

Added YoLink API wrapper to PLR to integrate the YoLink family of devices. More information can be found in the forum post: https://discuss.pylabrobot.org/t/yolink-api-integration-advice/297 In the main pylabrobot directory, I added...

Added documentation for PR #546 to address issue brought up in this thread: https://github.com/PyLabRobot/pylabrobot/pull/546#issuecomment-2945105532

fix: resource stack handling for Lid in LiquidHandler and PlateHolder. Specifically, Lid will now be assigned to parent Plate if top item of ResourceStack is Plate. Change to carrier.py ensures...

In the documentation, the `PlateReader` class only uses `backend=` as a parameter, but the actual code requires 4 additional arguements (`name`, `size_x`, `size_y`, `size_z`). What do these parameters represent? ```...