Skip to content
Snippets Groups Projects
Verified Commit cfa2bfa9 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

formatting

parent 1de03da4
Branches
Tags
1 merge request!66Extend simulator module
__all__ = ['atsaverage', 'atssimple', 'qcodes', 'simulator', 'swabian_instruments', 'zurich_instruments',
'AlazarATS9xx0', 'Keysight344xxA', 'NationalInstrumentsUSB6003',
__all__ = ['atsaverage', 'atssimple', 'qcodes', 'simulator', 'swabian_instruments',
'zurich_instruments', 'AlazarATS9xx0', 'Keysight344xxA', 'NationalInstrumentsUSB6003',
'SwabianInstrumentsTimeTagger', 'DAQSettings', 'QoptColoredNoise',
'ZurichInstrumentsMFLIScope', 'ZurichInstrumentsMFLIDAQ']
......
......@@ -53,7 +53,7 @@ class SwabianInstrumentsTimeTagger(DAQ):
_ = atexit.register(TimeTagger.freeTimeTagger, tagger)
spect = Spectrometer(daq.swabian_instruments.SwabianInstrumentsTimeTagger(tagger, [1, 2]),
raw_unit='cts', processed_unit='cts')
raw_unit='cts')
"""
tagger: tt.TimeTagger = dataclasses.field()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment