-
Instalation
-
First time configurations
- Instalation
Consult the instalation guide INSTALL.md
- First time configurations:
First thing you want to do is go to userconfig.py located at the root of qtlab. Here you want to set the path for where you want to store your data, and a few other options.
Next you want to go to the scrip called XX_create_instruments.py in the init folder, and add the instruments of your setup.
Create a new instrument is a simple matter:
qt.instruments.create('<name>', '<instrument type>', <parameters>)
For example:
qt.instruments.create('dmm1', 'Keithley_2700', address='GPIB::12')
Check out the instrument drivers in the folder instrument_plugins to see what drivers are availible.
The instruments collection can be accessed easily by typing:
qt.instruments