Enumeration of supported pulse envelope types. More...

Static Public Attributes | |
| int | DRAG = 1 |
| DRAG envelope. More... | |
| int | Gaussian = 0 |
| Gaussian envelope. More... | |
| int | Rectangular = -1 |
| Rectangular envelope. More... | |
Various supported pulse envelope types.
|
static |
Pulse generated will be fitted into a shape whereby the its amplitude will ascend until peak before abruptly return to zero.
|
static |
Pulse generated will be fitted into a gaussian shape whereby its amplitude will ascend and descend accordingly per the defined pulse duration.
|
static |
Pulse generated will be fitted into a rectangular shape per the defined pulse duration.