Skip to content
Snippets Groups Projects

Alazar driver (config2)

Merged Tobias Hangleiter requested to merge feature/spectrometer_alazar into main

Files

__all__ = ['qcodes', 'simulator', 'swabian_instruments', 'zurich_instruments', 'Keysight344xxA',
'NationalInstrumentsUSB6003', 'SwabianInstrumentsTimeTagger', 'DAQSettings',
'QoptColoredNoise', 'ZurichInstrumentsMFLIScope', 'ZurichInstrumentsMFLIDAQ']
__all__ = ['atsaverage', 'qcodes', 'simulator', 'swabian_instruments', 'zurich_instruments',
'AlazarATS9xx0', 'Keysight344xxA', 'NationalInstrumentsUSB6003',
'SwabianInstrumentsTimeTagger', 'DAQSettings', 'QoptColoredNoise',
'ZurichInstrumentsMFLIScope', 'ZurichInstrumentsMFLIDAQ']
from . import qcodes, simulator, swabian_instruments, zurich_instruments
from . import atsaverage, qcodes, simulator, swabian_instruments, zurich_instruments
from .atsaverage import AlazarATS9xx0
from .qcodes import (Keysight344xxA, NationalInstrumentsUSB6003,
# Backwards "compatibility"
keysight_344xxA, national_instruments_daq)
from .settings import (BoundedSet, ContinuousInterval, DAQSettings,
DiscreteInterval)
from .settings import DAQSettings
from .simulator import (QoptColoredNoise,
# Backwards "compatibility"
qopt_colored_noise)
Loading