Skip to content
Oliver Fraser edited this page Nov 7, 2021 · 18 revisions

Welcome to the Instruments wiki!

Connecting to Evora from arbitrary machines:

Python2.7

  • Install Driver
Python 2.7
>>> from evora.evora import Evora
>>> from evora.andor import andor
>>> e = Evora()
>>> e.startup()

Python3

  • will require recompiling driver

Clone this wiki locally