bloqade.analog.factory.constant
← Module overview
function
source
functionconstant¶source
bloqade.analog.factory.constant
def constant(duration: ScalarType, value: ScalarType) -> ConstantCreate a Constant waveform.
Parameters
| Name | Type | Description |
|---|---|---|
duration | ScalarType | Duration of the Constant waveform. |
value | ScalarType | Value of the Constant waveform.s |
Returns
ConstantConstant: A Constant waveform.