Waveform
- class qililab.Waveform
Bases:
ABCWaveforms describes the pulses envelope’s shapes.
Waveformis their abstract base class.Every child of this interface needs to contain an envelope method.
The envelope method will create the corresponding array of each shape.
Derived:
Arbitrary,Square,GaussianandDragCorrection.Methods
envelope([resolution])Returns the pulse height for each time step.
Get the duration of the waveform.