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, dat_idx=None, **kwargs)[source]
Bases:
CommandA dummy command.
- classmethod _args_to_line(number, vth_variable, n_link=0, mini=None, maxi=None, start_step=None, k_n=None)[source]
Create the
DatLinecorresponding toselfobject.
- set_influenced_elements(instructions, **kwargs)[source]
Apply command to first
Elementthat is found.- Parameters:
instructions (
list[Instruction])kwargs (
float)
- Return type:
- _abc_impl = <_abc._abc_data object at 0x7318fb9447c0>