Closed vegano1 closed 8 months ago
Jupyter Notebook was not working so it needed to be updated from 5.7.4 -> 6.0.3
Closes: RQA-2412
import opentrons.execute
protocol = opentrons.execute.get_protocol_api('2.15')
protocol.home()
protocol.set_rail_lights(True)
protocol.set_rail_lights(False)
See Screenshot
Jupyter Notebook was not working so it needed to be updated from 5.7.4 -> 6.0.3
Closes: RQA-2412
Test Plan
import opentrons.execute
protocol = opentrons.execute.get_protocol_api('2.15')
protocol.home()
protocol.set_rail_lights(True)
andprotocol.set_rail_lights(False)
See Screenshot