adjust module
Define the ADJUST command.
As for now, ADJUST commands are not used by LightWin.
Functionnality under implementation: LightWin will be able to add ADJUST and DIAGNOSTIC commands to perform a beauty pass.
Todo
How should I save the min/max variables?? For now, use None.
Note
This is TraceWin’s equivalent of Variable.
- class Adjust(line: list[str], dat_idx: int, **kwargs)
Bases:
CommandA dummy command.
- set_influenced_elements(instructions: list[Instruction], **kwargs: float) None
Apply command to first
Elementthat is found.
- apply(*args, **kwargs) list[Instruction]
Do not apply anything.
- _abc_impl = <_abc._abc_data object at 0x7fd3ce70d780>