CosineFall

Contents

CosineFall#

Module: iqm.pulse.playlist.waveforms

class iqm.pulse.playlist.waveforms.CosineFall(n_samples)#

Bases: Waveform

Cosine 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.

Attributes

n_samples

Requested number of samples for the waveform.

Methods

Parameters:

n_samples (int)

Inheritance

Inheritance diagram of iqm.pulse.playlist.waveforms.CosineFall