<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Week-3-hw-lab-automatition :: 2026a-ana-molnar</title><link>https://pages.htgaa.org/2026a/ana-molnar/homework/week-03-hw-lab-automation/index.html</link><description>‘code’ metada = { ’ protocolName’: ‘Opentrons artistic draeing’ ‘Author’: ‘Ana/HTGAA student’ ‘description’:’ A protocol to draw designs unsing GUI coordinates or math.’, ‘aiplevel’: 2.13 } def run(protocol: protocol_api.ProtocolContext): TIPRACK_SLOT = ‘1’ CANVAS_SLOT =‘3’ PIPETE_MOUNT =‘LEFT’ tiprack = protocol.load.labware(’ opentrons_96_tiprack_300ul’, TIPRACK_SLOT) canvas = protocol.load.labware(’ opentrons_96_wellplate_360_flat’. CANVAS_SLOT) pipette = protocol.load.instrument(‘p300_single_gene2’ PIPETTE_MOUNT, tip_racks=[tiprack])
points = [ (10,10), (20,50), (80,50) (exemples) ] def dwaw_path(coords): if not coords: return pipette.pick_up_tip
first_pt = coords[0] start_ location = canvas. well()[0].move(protocol_api.labware.Point(x=first_pt[0], y=first_pt[1], z=2)) pipette.move_to(start_locatiom) pipette.move_to(start_locatiom.move(protocol_api.labware.Point(z= -2)))</description><generator>Hugo</generator><language>en</language><atom:link href="https://pages.htgaa.org/2026a/ana-molnar/homework/week-03-hw-lab-automation/index.xml" rel="self" type="application/rss+xml"/></channel></rss>