qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Qkit.instruments conflict #61

Closed yschoen closed 5 years ago

yschoen commented 6 years ago

Importing anything directly from qkit.instruments (a driver, a driver importing another file from the instruments folder,...) will override the qkit.instruments object, that contains a reference to the instrument_tools Insttools class (defined in S30_qkit_start). This reference is required to make commands like qkit.instruments.create work.

rotzinger commented 5 years ago

The "instruments" folder is now changed to "drivers".