pyepr.hardware.dummy.dummyInterface

class pyepr.hardware.dummy.dummyInterface(config_file)

Bases: pyepr.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.

Parameters:

savename (str)

acquire_dataset(**kwargs)

Acquires the dataset.

tune_rectpulse(*, tp, LO, B, reptime, **kwargs)
tune_pulse(pulse, mode, LO, B, reptime, shots=400)
isrunning()
Return type:

bool

terminate()

Terminates the experiment immediately.

Return type:

None