To download the latest device / controller database from Zaber:
It will download a zipped file
run the following lines in Python to unzip that file
fn = 'devices-public.sqlite.lzma'
with lzma.open(fn) as ifp:
data = ifp.read()
Run the code found in N:\Software\Installs and Manuals\Zaber
You can now open the outpur csv and Ctrl+F to check that your specific stage name is the (check the name on your quote... eg 'LSM200A-V2T4-ENG3950'
You now have all the data you need