Identifiers¶
The “identifier” structure is used to provide an enumerated list of options.
For a complete reference of all available identifiers, see the IMAS Data Dictionary Identifiers documentation.
Index |
Name |
Description |
|---|---|---|
2 |
NBI |
Source from Neutral Beam Injection |
3 |
EC |
Sources from heating at the electron cyclotron heating and current drive |
4 |
LH |
Sources from lower hybrid heating and current drive |
5 |
IC |
Sources from heating at the ion cyclotron range of frequencies |
6 |
fusion |
Sources from fusion reactions, e.g. alpha particle heating |
Using the identifiers library¶
Below examples illustrates how to use the identifiers in your Matlab programs.
Matlab example 1: obtain identifier information of coordinate identifier
phi¶% The MATLAB Access Layer currently does not provide an identifiers library.
Matlab example 2: Use the identifier library to fill the
NBI label in the core_sources IDS¶% The MATLAB Access Layer currently does not provide an identifiers library.
Matlab example 3: Use the identifier library to fill the type of coordinate system used in the
equilibrium IDS¶% The MATLAB Access Layer currently does not provide an identifiers library.
Important
The MATLAB Access Layer currently does not provide an identifiers library.