imas.convert_core_edge_plasma.convert_to_plasma_transport

imas.convert_core_edge_plasma.convert_to_plasma_transport(core_or_edge_transport: IDSToplevel, *, deepcopy: bool = False) IDSToplevel

Convert a core_transport or edge_transport IDS to a plasma_transport IDS.

The input IDS must use a Data Dictionary version for which the plasma_transport IDS exists (3.42.0 or newer).

Parameters:
core_or_edge_transport: IDSToplevel

The core_transport or edge_transport IDS to be converted.

Keyword Arguments:
deepcopy: bool = False

When True, performs a deep copy of all data. When False (default), numpy arrays are not copied and the converted IDS shares the same underlying data buffers.


Last update: 2026-01-28