Source code for QInstrument.instruments.Novanta.Opus.tree
from QInstrument.lib.QInstrumentTree import QInstrumentTree
from QInstrument.instruments.Novanta.Opus.instrument import QOpus
[docs]
class QOpusTree(QInstrumentTree):
'''Parameter tree for a Laser Quantum Opus laser.'''
INSTRUMENT = QOpus
if __name__ == '__main__':
QOpusTree.example()
__all__ = ['QOpusTree']