imas.util.get_data_dictionary_version¶
- imas.util.get_data_dictionary_version(obj: IDSBase | DBEntry | IDSFactory) str¶
Find out the version of the data dictionary definitions that this object uses.
- Parameters:
- obj: IDSBase | DBEntry | IDSFactory¶
Any IMAS-Python object that is data-dictionary dependent.
- Returns:
The data dictionary version, e.g.
"3.38.1".
Last update:
2026-01-28