bloqade.analog.ir.control.waveform.Append
← Module overview
class
method
sourcemethod
sourcemethod
source
classAppend¶source
bloqade.analog.ir.control.waveform.Append
Bases: AppendTrait, Waveform
```bnf <append> ::= <waveform>+ ```
class AppendAttributes
| Name | Type | Description |
|---|---|---|
waveforms | Tuple[Waveform, ...] |
methodeval_decimal¶source
bloqade.analog.ir.control.waveform.Append.eval_decimal
def eval_decimal(clock_s: Decimal, **kwargs={}) -> DecimalParameters
| Name | Type | Default | Description |
|---|---|---|---|
clock_s | Decimal | required | |
**kwargs | — | {} |
Returns
Decimal
methodprint_node¶source
bloqade.analog.ir.control.waveform.Append.print_node
def print_node()methodchildren¶source
bloqade.analog.ir.control.waveform.Append.children
def children()