Source code for QInstrument.instruments.IPGPhotonics.IPGLaser.tree

from QInstrument.lib.QInstrumentTree import QInstrumentTree
from QInstrument.instruments.IPGPhotonics.IPGLaser.instrument import QIPGLaser


[docs] class QIPGLaserTree(QInstrumentTree): '''Parameter tree for an IPG fiber laser.''' INSTRUMENT = QIPGLaser
if __name__ == '__main__': QIPGLaserTree.example() __all__ = ['QIPGLaserTree']