freq module
Define a command to set frequency.
- class Freq(line: DatLine, dat_idx: int | None = None, **kwargs: str)
Bases:
CommandUsed to get the frequency of every Section.
- __init__(line: DatLine, dat_idx: int | None = None, **kwargs: str) None
Save frequency as attribute.
- set_influenced_elements(instructions: list[Instruction], **kwargs: float) None
Determine the index of the elements concerned by
apply().
- apply(instructions: list[Instruction], freq_bunch: float | None = None, **kwargs: float) list[Instruction]
Set
FieldMapfrequency.If another
Freqis found, we stop and the newFreqwill be dealt with later.
- _abc_impl = <_abc._abc_data object at 0x7f3724321700>