pyepr.sequences.FieldSweepSequence ================================== .. py:class:: pyepr.sequences.FieldSweepSequence(*, B, LO, Bwidth, reptime, averages, shots, **kwargs) Bases: :py:obj:`HahnEchoSequence` Represents a Field Sweep (EDFS) sequence. Build a Field Sweep (EDFS) sequence using either rectangular pulses or specified pulses. :Parameters: **B** : int or float The B0 field, in Guass **Bwidth: int or float** The width of the field sweep, in Gauss **LO** : int or float The LO frequency in GHz **reptime** : _type_ The shot repetition time in us **averages** : int The number of scans. **shots** : int The number of shots per point .. !! processed by numpydoc !! .. py:attribute:: name :value: 'FieldSweepSequence' .. py:attribute:: B .. py:method:: simulate() Simulate the Field Sweep spectra as a Nitroxide radical. :Returns: **axis** : np.ndarray The x-axis of the simulation **data** : np.ndarray The y-axis of the simulation .. !! processed by numpydoc !!