Skip to content

bloqade.analog.factory.constant

← Module overview

functionconstantsource

bloqade.analog.factory.constant

def constant(duration: ScalarType, value: ScalarType) -> Constant

Create a Constant waveform.

Parameters

NameTypeDescription
durationScalarTypeDuration of the Constant waveform.
valueScalarTypeValue of the Constant waveform.s

Returns

ConstantConstant: A Constant waveform.

source