CosineFall#
- class iqm.pulse.playlist.waveforms.CosineFall(n_samples)#
Bases:
WaveformCosine fall waveform.
This waveform assumes that during its duration, the only thing occurring is signal falling to 0. The waveform is made for pairing with ‘Constant’ waveform to enable arbitrarily long pulses with smooth fall part. The fall time is equal to pulse duration.
Module:
iqm.pulse.playlist.waveformsAttributes
n_samplesRequested number of samples for the waveform.
Methods
- Parameters:
n_samples (int)