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