Chronos-Q RFSOC Driver
Chronos-Q RFSOC Driver Documentation
EnvelopeType Class Reference

Enumeration of supported pulse envelope types. More...

Collaboration diagram for EnvelopeType:
Collaboration graph

Static Public Attributes

int DRAG = 1
 DRAG envelope. More...
 
int Gaussian = 0
 Gaussian envelope. More...
 
int Rectangular = -1
 Rectangular envelope. More...
 

Detailed Description

Various supported pulse envelope types.

Member Data Documentation

◆ DRAG

DRAG = 1
static

Pulse generated will be fitted into a shape whereby the its amplitude will ascend until peak before abruptly return to zero.

◆ Gaussian

Gaussian = 0
static

Pulse generated will be fitted into a gaussian shape whereby its amplitude will ascend and descend accordingly per the defined pulse duration.

◆ Rectangular

Rectangular = -1
static

Pulse generated will be fitted into a rectangular shape per the defined pulse duration.