- class dummyInterface(config_file)¶
Bases:
autodeer.classes.Interface
Represents the interface connection from autoEPR to the spectrometer.
- state = 'False'¶
- speedup¶
- pulses¶
- start_time = '0'¶
- SNR¶
- mode¶
- launch(sequence, savename, **kwargs)¶
Launches the experiment and initialises autosaving.
- Parameters:
- sequenceSequence
The sequence to be launched
- savenamestr
The savename for this measurement. A timestamp will be added to the value.
- acquire_dataset(**kwargs)¶
Acquires the dataset.
- tune_rectpulse(*, tp, LO, B, reptime, **kwargs)¶
- tune_pulse(pulse, mode, LO, B, reptime, shots=400)¶
- isrunning()¶
- terminate()¶
Terminates the experiment immediately.