bloqade.analog.factory.linear
← Module overview
function
source
functionlinear¶source
bloqade.analog.factory.linear
Signature
def linear(duration: ScalarType, start: ScalarType, stop: ScalarType) -> LinearCreate a Linear waveform.
Parameters
| Name | Type | Description |
|---|---|---|
duration | ScalarType | Duration of linear waveform |
start | ScalarType | Starting value of linear waveform |
stop | ScalarType | Ending value of linear waveform |
Returns
LinearLinear: waveform