for core grippers we could have
with star.core_grippers(front_channel=6) as arm:
read_plate_byonoy(arm=arm, ...)
and/or
star.get_core_grippers()
for core grippers we could have
with star.core_grippers(front_channel=6) as arm:
read_plate_byonoy(arm=arm, ...)
and/or
star.get_core_grippers()