field_map_100 module

Define a field map with 1D rf electric field.

class FieldMap100(line: DatLine, default_field_map_folder: Path, cavity_settings: CavitySettings, dat_idx: int | None = None, **kwargs)

Bases: FieldMap

1D rf electric field along z.

It corresponds to the legacy FieldMap. This is the only kind of FIELD_MAP currently supported by Envelope1D (although 1D static electric field could also be implemented).

As for now, it only inherits from the FieldMap and does not bring anything new.

_abc_impl = <_abc._abc_data object at 0x7f36f968cf80>