pyepr.sequences.TWTProfileSequence¶
- class pyepr.sequences.TWTProfileSequence(*, B, freq, reptime, averages=1, shots=100, dtp=2, **kwargs)¶
Bases:
Sequence
Builds TWT based Resonator Profile sequence.
Represents an experimental pulse sequence.
- Parameters:
- namestr
The name of this pulse sequence
- Bfloat
The magnetic field for this sequence in Gauss.
- freqfloat
The central frequency of this sequence. I.e. The frequnecy at which a zero offset pulse is at.
- reptimefloat
The shot repetition time in us.
- averagesint
The number of scans to be accumulated.
- shotsitn
The number of shots per point.
- LOfloat
The now deprecated local oscillator frequency. freq should be used.
- kwargs¶
- dtp¶
- _build_sequence()¶