imas.ids_convert.DDVersionMap

class imas.ids_convert.DDVersionMap(ids_name: str, old_version: ElementTree, new_version: ElementTree, version_old: Version)

Bases: object

Mapping of an IDS between two Data Dictionary versions.

__init__(ids_name: str, old_version: ElementTree, new_version: ElementTree, version_old: Version)

Methods

__init__(ids_name, old_version, new_version, ...)

Attributes

RENAMED_DESCRIPTIONS

Supported nbc_description values for renames.

STRUCTURE_TYPES

Data dictionary data_type corresponding to structure-like types.

RENAMED_DESCRIPTIONS = {'aos_renamed', 'leaf_renamed', 'structure_renamed'}

Supported nbc_description values for renames.

STRUCTURE_TYPES = {'struct_array', 'structure'}

Data dictionary data_type corresponding to structure-like types.


Last update: 2026-01-28