Hey All
I am trying to learn PyLabRobot(PLR), by converting some of my old Opentrons(OT) code.
I would like to trough out tips into the trash, in OT’s API i just write pipet.drop_tips() and the default will be the trash.
As PLR code for setting the tips back is:
await lh.drop_tips(tiprack[“A1:C1”])
Then i would assume that the correct code in PLR would be something like:
await lh.drop_tips(Trash)
How do i through out tips in PLR?
I hope i have given enough context this is the first time i post something