field_map_path module

Define a useless command to serve as place holder.

class FieldMapPath(line: DatLine, dat_idx: int | None = None, default_field_map_folder: Path | None = None, **kwargs: str)

Bases: Command

Used to get the base path of field maps.

is_implemented: bool = True
n_attributes: int | range | Collection = 1
__init__(line: DatLine, dat_idx: int | None = None, default_field_map_folder: Path | None = None, **kwargs: str) None

Save the given path as attribute.

_abc_impl = <_abc._abc_data object at 0x7f36f9858540>
set_influenced_elements(instructions: list[Instruction], **kwargs: float) None

Determine the index of the elements concerned by apply().

apply(instructions: list[Instruction], **kwargs: float) list[Instruction]

Set FieldMap field folder up.

If another FieldMapPath is found, we stop and this command will be applied later.