IMAS data structure
FUSE data is organized into hierarchical Interface Data Structures (IDSs), according to the ITER IMAS ontology. In addition to the usual IMAS IDSs (which we include on a need-by-need basis) FUSE also defines some of its own IDSs, to hold data that does not (yet?) fit into IMAS. Notable examples are the build
, solid_mechanics
, balance_of_plant
, and costing
IDSs.
dd = IMAS.dd()
(which stands for "data dictionary") is the root of the FUSE data structure
amns data
IMASdd.amns_data
├─ a [Atomic Mass Unit]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coordinate_system[:]
│ └─ coordinate[:]
│ ├─ extrapolation_type
│ ├─ interpolation_type
│ ├─ label
│ ├─ spacing
│ ├─ transformation
│ ├─ units
│ ├─ value_labels
│ └─ values [units given by coordinate_system(:)/coordinate(:)/units]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ process[:]
│ ├─ charge_state[:]
│ │ ├─ label
│ │ ├─ table_0d [units given by process(:)/results_units]
│ │ ├─ table_1d [units given by process(i1)/results_units]
│ │ ├─ table_2d [units given by process(i1)/results_units]
│ │ ├─ table_3d [units given by process(:)/results_units]
│ │ ├─ table_4d [units given by process(i1)/results_units]
│ │ ├─ table_5d [units given by process(i1)/results_units]
│ │ ├─ table_6d [units given by process(i1)/results_units]
│ │ ├─ z_max [Elementary Charge Unit]
│ │ └─ z_min [Elementary Charge Unit]
│ ├─ citation
│ ├─ coordinate_index
│ ├─ label
│ ├─ products[:]
│ │ ├─ charge
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ mass [Atomic Mass Unit]
│ │ ├─ metastable
│ │ ├─ metastable_label
│ │ ├─ multiplicity
│ │ ├─ relative_charge
│ │ └─ role
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ provider
│ ├─ reactants[:]
│ │ ├─ charge
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ mass [Atomic Mass Unit]
│ │ ├─ metastable
│ │ ├─ metastable_label
│ │ ├─ multiplicity
│ │ ├─ relative_charge
│ │ └─ role
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ result_label
│ ├─ result_transformation
│ ├─ result_units
│ ├─ source
│ └─ table_dimension
├─ release[:]
│ ├─ data_entry[:]
│ │ ├─ description
│ │ ├─ run
│ │ └─ shot
│ ├─ date
│ └─ description
├─ time [s]
└─ z_n [Elementary Charge Unit]
b field non axisymmetric
IMASdd.b_field_non_axisymmetric
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ configuration
├─ control_surface_names
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ time_slice[:]
├─ control_surface[:]
│ ├─ b_field_normal [T]
│ ├─ b_field_normal_fourier [T]
│ ├─ b_field_r [T]
│ ├─ b_field_tor [T]
│ ├─ b_field_z [T]
│ ├─ n_tor
│ ├─ normal_vector
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ outline
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ phi [rad]
├─ field_map
│ ├─ b_field_r [T]
│ ├─ b_field_tor [T]
│ ├─ b_field_z [T]
│ ├─ grid
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ ripple_amplitude
└─ time [s]
balance of plant
IMASdd.balance_of_plant
├─ Q_plant
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ power_electric_net [W]
├─ power_electric_plant_operation
│ ├─ system[:]
│ │ ├─ index
│ │ ├─ name
│ │ ├─ power [W]
│ │ └─ subsystem[:]
│ │ ├─ index
│ │ ├─ name
│ │ └─ power [W]
│ └─ total_power [W]
├─ power_plant
│ ├─ generator_conversion_efficiency
│ ├─ heat_load
│ │ ├─ breeder [W]
│ │ ├─ divertor [W]
│ │ └─ wall [W]
│ ├─ power_cycle_type
│ ├─ power_electric_generated [W]
│ ├─ system[:]
│ │ ├─ component[:]
│ │ │ ├─ index
│ │ │ ├─ name
│ │ │ └─ port[:]
│ │ │ ├─ massflow [kg/s]
│ │ │ ├─ mechanicalPower [W]
│ │ │ ├─ name
│ │ │ ├─ pressure [Bar]
│ │ │ ├─ temperature [C]
│ │ │ └─ thermalPower [W]
│ │ ├─ index
│ │ └─ name
│ ├─ total_heat_rejected [W]
│ └─ total_heat_supplied [W]
├─ thermal_efficiency_cycle
├─ thermal_efficiency_plant
└─ time [s]
barometry
IMASdd.barometry
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ gauge[:]
│ ├─ calibration_coefficient [Pa]
│ ├─ name
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ pressure
│ │ ├─ data [Pa]
│ │ └─ time [s]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
blanket
IMASdd.blanket
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ module[:]
│ ├─ layer[:]
│ │ ├─ material
│ │ ├─ midplane_thickness [m]
│ │ └─ name
│ ├─ midplane_r [m]
│ ├─ name
│ └─ time_slice[:]
│ ├─ midplane_volumetric_heating [W/m³]
│ ├─ peak_escape_flux [W/m²]
│ ├─ peak_wall_flux [W/m²]
│ ├─ power_incident_neutrons [W]
│ ├─ power_incident_radiated [W]
│ ├─ power_thermal_extracted [W]
│ ├─ power_thermal_neutrons [W]
│ ├─ power_thermal_radiated [W]
│ ├─ time [s]
│ └─ tritium_breeding_ratio
├─ time [s]
└─ tritium_breeding_ratio
bolometer
IMASdd.bolometer
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ etendue [m².sr]
│ ├─ etendue_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ third_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ power
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ validity
│ └─ validity_timed
│ ├─ data
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid
│ ├─ dim1 [mixed]
│ ├─ dim2 [mixed]
│ └─ volume_element [m³]
├─ grid_type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ power_density
│ ├─ data [W.m⁻³]
│ └─ time [s]
├─ power_radiated_inside_lcfs [W]
├─ power_radiated_total [W]
├─ power_radiated_validity
└─ time [s]
bremsstrahlung visible
IMASdd.bremsstrahlung_visible
├─ channel[:]
│ ├─ filter
│ │ ├─ detection_efficiency
│ │ ├─ wavelength_lower [m]
│ │ ├─ wavelength_upper [m]
│ │ └─ wavelengths [m]
│ ├─ intensity
│ │ ├─ data [(counts) s⁻¹]
│ │ └─ time [s]
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ radiance_spectral
│ │ ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ └─ time [s]
│ └─ zeff_line_average
│ ├─ data
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
build
IMASdd.build
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ divertors
│ ├─ lower
│ │ └─ installed
│ └─ upper
│ └─ installed
├─ flux_swing
│ ├─ flattop [Wb]
│ ├─ pf [Wb]
│ └─ rampup [Wb]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ layer[:]
│ ├─ area [m²]
│ ├─ coils_inside
│ ├─ end_radius [m]
│ ├─ identifier
│ ├─ material
│ ├─ name
│ ├─ outline
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ shape
│ ├─ shape_parameters
│ ├─ side
│ ├─ start_radius [m]
│ ├─ thickness [m]
│ ├─ type
│ ├─ volume [m³]
│ └─ volume_no_structures [m³]
├─ oh
│ ├─ critical_b_field [T]
│ ├─ critical_j [A/m²]
│ ├─ flattop_duration [s]
│ ├─ max_b_field [T]
│ ├─ max_j [A/m²]
│ └─ technology
│ ├─ JxB_strain
│ ├─ fraction_steel
│ ├─ fraction_void
│ ├─ material
│ ├─ ratio_SC_to_copper
│ ├─ temperature [K]
│ └─ thermal_strain
├─ pf_active
│ ├─ rail[:]
│ │ ├─ coils_cleareance [m]
│ │ ├─ coils_number
│ │ ├─ name
│ │ └─ outline
│ │ ├─ distance [m]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ technology
│ ├─ JxB_strain
│ ├─ fraction_steel
│ ├─ fraction_void
│ ├─ material
│ ├─ ratio_SC_to_copper
│ ├─ temperature [K]
│ └─ thermal_strain
├─ structure[:]
│ ├─ area [m²]
│ ├─ identifier
│ ├─ material
│ ├─ name
│ ├─ outline
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ toroidal_angles [rad]
│ ├─ toroidal_extent [rad]
│ ├─ type
│ └─ volume [m³]
├─ tf
│ ├─ coils_n
│ ├─ critical_b_field [T]
│ ├─ critical_j [A/m²]
│ ├─ max_b_field [T]
│ ├─ max_j [A/m²]
│ ├─ nose_hfs_fraction
│ ├─ ripple
│ ├─ technology
│ │ ├─ JxB_strain
│ │ ├─ fraction_steel
│ │ ├─ fraction_void
│ │ ├─ material
│ │ ├─ ratio_SC_to_copper
│ │ ├─ temperature [K]
│ │ └─ thermal_strain
│ └─ wedge_thickness [m]
└─ time [s]
calorimetry
IMASdd.calorimetry
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ cooling_loop[:]
│ ├─ identifier
│ ├─ mass_flow
│ │ ├─ data [kg.s⁻¹]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ name
│ ├─ temperature_in
│ │ ├─ data [K]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ └─ temperature_out
│ ├─ data [K]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ group[:]
│ ├─ component[:]
│ │ ├─ energy_cumulated
│ │ │ ├─ data [J]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ energy_total
│ │ │ ├─ data [J]
│ │ │ └─ validity
│ │ ├─ identifier
│ │ ├─ mass_flow
│ │ │ ├─ data [kg.s⁻¹]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ name
│ │ ├─ power
│ │ │ ├─ data [W]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ temperature_in
│ │ │ ├─ data [K]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ temperature_out
│ │ │ ├─ data [K]
│ │ │ ├─ time [s]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ └─ transit_time
│ │ ├─ data [s]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
camera ir
IMASdd.camera_ir
├─ calibration
│ ├─ luminance_to_temperature
│ ├─ optical_temperature
│ ├─ transmission_barrel
│ ├─ transmission_mirror
│ └─ transmission_window
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ fibre_bundle
│ ├─ fibre_positions
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ fibre_radius [m]
│ └─ geometry
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ frame[:]
│ ├─ surface_temperature [K]
│ └─ time [s]
├─ frame_analysis[:]
│ ├─ distance_separatrix_midplane [m]
│ ├─ power_flux_parallel [W.m⁻²]
│ ├─ sol_heat_decay_length [m]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ name
├─ optical_element[:]
│ ├─ back_surface
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ x1_curvature [m]
│ │ └─ x2_curvature [m]
│ ├─ front_surface
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ x1_curvature [m]
│ │ └─ x2_curvature [m]
│ ├─ geometry
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ material_properties
│ │ ├─ extinction_coefficient
│ │ ├─ refractive_index
│ │ ├─ roughness
│ │ ├─ transmission_coefficient
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ wavelengths [m]
│ ├─ thickness [m]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
camera visible
IMASdd.camera_visible
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector[:]
│ │ ├─ columns_n
│ │ ├─ counts_to_radiance [photons.m⁻².s⁻¹.sr⁻¹.counts⁻¹]
│ │ ├─ exposure_time [s]
│ │ ├─ frame[:]
│ │ │ ├─ image_raw
│ │ │ ├─ radiance [photons.m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ ├─ geometry_matrix
│ │ │ ├─ emission_grid
│ │ │ │ ├─ dim1 [mixed]
│ │ │ │ ├─ dim2 [mixed]
│ │ │ │ ├─ dim3 [mixed]
│ │ │ │ └─ grid_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ interpolated
│ │ │ │ ├─ data [m⁻²]
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ voxel_map
│ │ │ ├─ voxels_n
│ │ │ ├─ with_reflections
│ │ │ │ ├─ data [m]
│ │ │ │ ├─ pixel_indices
│ │ │ │ └─ voxel_indices
│ │ │ └─ without_reflections
│ │ │ ├─ data [m]
│ │ │ ├─ pixel_indices
│ │ │ └─ voxel_indices
│ │ ├─ lines_n
│ │ ├─ noise
│ │ ├─ pixel_to_alpha [rad]
│ │ ├─ pixel_to_beta [rad]
│ │ ├─ wavelength_lower [m]
│ │ └─ wavelength_upper [m]
│ ├─ fibre_bundle
│ │ ├─ fibre_positions
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ fibre_radius [m]
│ │ └─ geometry
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ optical_element[:]
│ │ ├─ back_surface
│ │ │ ├─ curvature_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ x1_curvature [m]
│ │ │ └─ x2_curvature [m]
│ │ ├─ front_surface
│ │ │ ├─ curvature_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ x1_curvature [m]
│ │ │ └─ x2_curvature [m]
│ │ ├─ geometry
│ │ │ ├─ centre
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ geometry_type
│ │ │ ├─ outline
│ │ │ │ ├─ x1 [m]
│ │ │ │ └─ x2 [m]
│ │ │ ├─ radius [m]
│ │ │ ├─ surface [m²]
│ │ │ ├─ x1_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x1_width [m]
│ │ │ ├─ x2_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x2_width [m]
│ │ │ └─ x3_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ material_properties
│ │ │ ├─ extinction_coefficient
│ │ │ ├─ refractive_index
│ │ │ ├─ roughness
│ │ │ ├─ transmission_coefficient
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ wavelengths [m]
│ │ ├─ thickness [m]
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ viewing_angle_alpha_bounds [rad]
│ └─ viewing_angle_beta_bounds [rad]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
└─ time [s]
camera x rays
IMASdd.camera_x_rays
├─ aperture
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ camera
│ ├─ camera_dimensions [m]
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ pixel_dimensions [m]
│ ├─ pixel_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ pixels_n
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ detector_humidity
│ ├─ data
│ └─ time [s]
├─ detector_temperature
│ ├─ data [K]
│ └─ time [s]
├─ energy_configuration_name
├─ energy_threshold_lower [eV]
├─ exposure_time [s]
├─ filter_window
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ curvature_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ geometry_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ ├─ material
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ photon_absorption
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ thickness [m]
│ ├─ wavelength_lower [m]
│ ├─ wavelength_upper [m]
│ ├─ wavelengths [m]
│ ├─ x1_curvature [m]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_curvature [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ frame[:]
│ ├─ counts_n
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
├─ photon_energy [eV]
├─ pixel_status
├─ quantum_efficiency
├─ readout_time [s]
└─ time [s]
charge exchange
IMASdd.charge_exchange
├─ aperture
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ channel[:]
│ ├─ bes
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ doppler_shift
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ ├─ label
│ │ ├─ lorentz_shift
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ ├─ radiances
│ │ │ ├─ data [(photons) m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ ├─ transition_wavelength [m]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ identifier
│ ├─ ion[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ label
│ │ ├─ n_i_over_n_e
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ n_i_over_n_e_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ t_i
│ │ │ ├─ data [eV]
│ │ │ └─ time [s]
│ │ ├─ t_i_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ velocity_pol
│ │ │ ├─ data [m.s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ velocity_pol_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ velocity_tor
│ │ │ ├─ data [m.s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ velocity_tor_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ ion_fast[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ label
│ │ ├─ radiance
│ │ │ ├─ data [(photons) m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ ├─ radiance_spectral_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ transition_wavelength [m]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ momentum_tor
│ │ ├─ data [kg.m⁻¹.s⁻¹]
│ │ └─ time [s]
│ ├─ momentum_tor_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ name
│ ├─ position
│ │ ├─ phi
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ r
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ └─ z
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ spectrum[:]
│ │ ├─ exposure_time [s]
│ │ ├─ grating [m⁻¹]
│ │ ├─ instrument_function [m]
│ │ ├─ intensity_spectrum
│ │ │ ├─ data [(photoelectrons).s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ processed_line[:]
│ │ │ ├─ intensity
│ │ │ │ ├─ data [(photonelectrons).s⁻¹]
│ │ │ │ └─ time [s]
│ │ │ ├─ label
│ │ │ ├─ radiance
│ │ │ │ ├─ data [m⁻².s⁻¹.sr⁻¹]
│ │ │ │ └─ time [s]
│ │ │ ├─ shift
│ │ │ │ ├─ data [m]
│ │ │ │ └─ time [s]
│ │ │ ├─ wavelength_central [m]
│ │ │ └─ width
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ ├─ radiance_calibration [m⁻³.sr⁻¹]
│ │ ├─ radiance_calibration_date
│ │ ├─ radiance_continuum
│ │ │ ├─ data [m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ │ └─ time [s]
│ │ ├─ radiance_spectral
│ │ │ ├─ data [(photons) m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ │ └─ time [s]
│ │ ├─ slit_width [m]
│ │ ├─ wavelength_calibration_date
│ │ └─ wavelengths [m]
│ ├─ t_i_average
│ │ ├─ data [eV]
│ │ └─ time [s]
│ ├─ t_i_average_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ zeff
│ │ ├─ data
│ │ └─ time [s]
│ ├─ zeff_line_average
│ │ ├─ data
│ │ └─ time [s]
│ ├─ zeff_line_average_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ zeff_method
│ ├─ description
│ ├─ index
│ └─ name
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ etendue [m².str]
├─ etendue_method
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
coils non axisymmetric
IMASdd.coils_non_axisymmetric
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coil[:]
│ ├─ conductor[:]
│ │ ├─ cross_section[:]
│ │ │ ├─ area [m²]
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ height [m]
│ │ │ ├─ outline
│ │ │ │ ├─ binormal [m]
│ │ │ │ └─ normal [m]
│ │ │ ├─ radius_inner [m]
│ │ │ └─ width [m]
│ │ ├─ elements
│ │ │ ├─ centres
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ end_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ intermediate_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ start_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ types
│ │ ├─ resistance [Ohm]
│ │ └─ voltage
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ current
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ ├─ resistance [Ohm]
│ ├─ turns
│ └─ voltage
│ ├─ data [V]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
controllers
IMASdd.controllers
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ controllability_metrics[:]
│ ├─ data
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ linear_controller[:]
│ ├─ controller_class
│ ├─ description
│ ├─ input_names
│ ├─ inputs
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ name
│ ├─ output_names
│ ├─ outputs
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ pid
│ │ ├─ d
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ ├─ i
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ ├─ p
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ └─ tau
│ │ ├─ data [s]
│ │ └─ time [s]
│ └─ statespace
│ ├─ a
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ b
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ c
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ d
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ deltat
│ │ ├─ data [s]
│ │ └─ time [s]
│ └─ state_names
├─ nonlinear_controller[:]
│ ├─ controller_class
│ ├─ description
│ ├─ function
│ ├─ input_names
│ ├─ inputs
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ name
│ ├─ output_names
│ └─ outputs
│ ├─ data [mixed]
│ └─ time [s]
└─ time [s]
core instant changes
IMASdd.core_instant_changes
├─ change[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ current_parallel_inside [A]
│ ├─ e_field
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ └─ toroidal [V.m⁻¹]
│ ├─ electrons
│ │ ├─ collisionality_norm
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ └─ temperature_validity
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_fit
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ local
│ │ │ │ ├─ measured [m⁻³]
│ │ │ │ ├─ parameters
│ │ │ │ ├─ reconstructed [m⁻³]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ ├─ time_measurement_slice_method
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ time_measurement_width [s]
│ │ │ │ └─ weight
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_average_1d
│ │ │ ├─ z_average_square_1d
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ temperature_validity
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ ├─ z_ion_1d
│ │ └─ z_ion_square_1d
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ temperature [eV]
│ ├─ phi_potential [V]
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ q
│ ├─ rotation_frequency_tor_sonic [s⁻¹]
│ ├─ t_i_average [eV]
│ ├─ t_i_average_fit
│ │ ├─ chi_squared
│ │ ├─ local
│ │ ├─ measured [eV]
│ │ ├─ parameters
│ │ ├─ reconstructed [eV]
│ │ ├─ rho_tor_norm
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ ├─ time_measurement_slice_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ time_measurement_width [s]
│ │ └─ weight
│ ├─ time [s]
│ ├─ zeff
│ └─ zeff_fit
│ ├─ chi_squared
│ ├─ local
│ ├─ measured
│ ├─ parameters
│ ├─ reconstructed
│ ├─ rho_tor_norm
│ ├─ source
│ ├─ time_measurement [s]
│ ├─ time_measurement_slice_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ time_measurement_width [s]
│ └─ weight
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
core profiles
IMASdd.core_profiles
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ covariance
│ ├─ data [mixed]
│ ├─ description
│ └─ rows_uri
├─ global_quantities
│ ├─ beta_pol
│ ├─ beta_tor
│ ├─ beta_tor_norm
│ ├─ current_bootstrap [A]
│ ├─ current_non_inductive [A]
│ ├─ current_ohmic [A]
│ ├─ ejima
│ ├─ energy_diamagnetic [J]
│ ├─ ion[:]
│ │ ├─ n_i_volume_average [m⁻³]
│ │ └─ t_i_volume_average [eV]
│ ├─ ion_time_slice [s]
│ ├─ ip [A]
│ ├─ li_3
│ ├─ n_e_volume_average [m⁻³]
│ ├─ polarized_fuel_fraction
│ ├─ resistive_psi_losses [Wb]
│ ├─ t_e_peaking
│ ├─ t_e_volume_average [eV]
│ ├─ t_i_average_peaking
│ ├─ v_loop [V]
│ └─ z_eff_resistive
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ current_parallel_inside [A]
│ ├─ e_field
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ └─ toroidal [V.m⁻¹]
│ ├─ electrons
│ │ ├─ collisionality_norm
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ └─ temperature_validity
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ psi_norm
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_fit
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ local
│ │ │ │ ├─ measured [m⁻³]
│ │ │ │ ├─ parameters
│ │ │ │ ├─ reconstructed [m⁻³]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ ├─ time_measurement_slice_method
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ time_measurement_width [s]
│ │ │ │ └─ weight
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_average_1d
│ │ │ ├─ z_average_square_1d
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ temperature_validity
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ ├─ z_ion_1d
│ │ └─ z_ion_square_1d
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ temperature [eV]
│ ├─ phi_potential [V]
│ ├─ pressure [Pa]
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ q
│ ├─ rotation_frequency_tor_sonic [s⁻¹]
│ ├─ t_i_average [eV]
│ ├─ t_i_average_fit
│ │ ├─ chi_squared
│ │ ├─ local
│ │ ├─ measured [eV]
│ │ ├─ parameters
│ │ ├─ reconstructed [eV]
│ │ ├─ rho_tor_norm
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ ├─ time_measurement_slice_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ time_measurement_width [s]
│ │ └─ weight
│ ├─ time [s]
│ ├─ zeff
│ └─ zeff_fit
│ ├─ chi_squared
│ ├─ local
│ ├─ measured
│ ├─ parameters
│ ├─ reconstructed
│ ├─ rho_tor_norm
│ ├─ source
│ ├─ time_measurement [s]
│ ├─ time_measurement_slice_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ time_measurement_width [s]
│ └─ weight
├─ profiles_2d[:]
│ ├─ grid
│ │ ├─ dim1 [mixed]
│ │ ├─ dim2 [mixed]
│ │ └─ volume_element [m³]
│ ├─ grid_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ t_i_average [eV]
│ ├─ time [s]
│ └─ zeff
├─ statistics[:]
│ ├─ quantity_2d[:]
│ │ ├─ distribution
│ │ │ ├─ bins [mixed]
│ │ │ └─ probability
│ │ ├─ path
│ │ └─ statistics_type[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ uq_input_path
│ │ └─ value [mixed]
│ ├─ time [s]
│ ├─ time_width [s]
│ └─ uq_input_2d[:]
│ ├─ distribution
│ │ ├─ bins [mixed]
│ │ └─ probability
│ └─ path
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
core sources
IMASdd.core_sources
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ source[:]
│ ├─ code
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ output_flag
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ global_quantities[:]
│ │ ├─ current_parallel [A]
│ │ ├─ electrons
│ │ │ ├─ particles [s⁻¹]
│ │ │ └─ power [W]
│ │ ├─ power [W]
│ │ ├─ time [s]
│ │ ├─ torque_tor [kg.m².s⁻²]
│ │ ├─ total_ion_particles [(ions).s⁻¹]
│ │ └─ total_ion_power [W]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ │ ├─ current_parallel_inside [A]
│ │ ├─ electrons
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ energy_decomposed
│ │ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ particles [m⁻³.s⁻¹]
│ │ │ ├─ particles_decomposed
│ │ │ │ ├─ explicit_part [m⁻³.s⁻¹]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ particles_inside [s⁻¹]
│ │ │ └─ power_inside [W]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ psi_norm
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ energy_decomposed
│ │ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ fast_particles_energy [eV]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ └─ toroidal_decomposed
│ │ │ │ ├─ explicit_part [kg.m².s⁻²]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ ├─ particles_decomposed
│ │ │ │ ├─ explicit_part [m⁻³.s⁻¹]
│ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ ├─ particles_inside [s⁻¹]
│ │ │ ├─ power_inside [W]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy [W.m⁻³]
│ │ │ │ ├─ energy_decomposed
│ │ │ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ │ ├─ label
│ │ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ │ ├─ particles_decomposed
│ │ │ │ │ ├─ explicit_part [m⁻³.s⁻¹]
│ │ │ │ │ └─ implicit_part [s⁻¹]
│ │ │ │ ├─ particles_inside [s⁻¹]
│ │ │ │ ├─ power_inside [W]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ j_parallel [A.m⁻²]
│ │ ├─ momentum_tor [kg.m⁻¹.s⁻²]
│ │ ├─ momentum_tor_j_cross_b_field [kg.m⁻¹.s⁻²]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles [s⁻¹.m⁻³]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ time [s]
│ │ ├─ torque_tor_inside [kg.m².s⁻²]
│ │ ├─ total_ion_energy [W.m⁻³]
│ │ ├─ total_ion_energy_decomposed
│ │ │ ├─ explicit_part [W.m⁻³]
│ │ │ └─ implicit_part [s⁻¹]
│ │ └─ total_ion_power_inside [W]
│ └─ species
│ ├─ ion
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ state
│ │ ├─ electron_configuration
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
core transport
IMASdd.core_transport
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ model[:]
│ ├─ code
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ output_flag
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ comment
│ ├─ flux_multiplier
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ e_field_radial [V.m⁻¹]
│ ├─ electrons
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ └─ particles
│ │ ├─ d [m².s⁻¹]
│ │ ├─ flux [m⁻².s⁻¹]
│ │ └─ v [m.s⁻¹]
│ ├─ grid_d
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ grid_flux
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ grid_v
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ label
│ │ ├─ momentum
│ │ │ ├─ diamagnetic
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ parallel
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ poloidal
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ radial
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ └─ toroidal
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ particles
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flux [W.m⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ ├─ parallel
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ ├─ radial
│ │ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ v [m.s⁻¹]
│ │ │ │ └─ toroidal
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flow_damping_rate [s⁻¹]
│ │ │ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ particles
│ │ │ │ ├─ d [m².s⁻¹]
│ │ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ │ └─ v [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ momentum_tor
│ │ ├─ d [m².s⁻¹]
│ │ ├─ flux [kg.m⁻¹.s⁻²]
│ │ └─ v [m.s⁻¹]
│ ├─ neutral[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ particles
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ └─ v [m.s⁻¹]
│ │ └─ state[:]
│ │ ├─ electron_configuration
│ │ ├─ energy
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [W.m⁻²]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ label
│ │ ├─ particles
│ │ │ ├─ d [m².s⁻¹]
│ │ │ ├─ flux [m⁻².s⁻¹]
│ │ │ └─ v [m.s⁻¹]
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ ├─ time [s]
│ └─ total_ion_energy
│ ├─ d [m².s⁻¹]
│ ├─ flux [W.m⁻²]
│ └─ v [m.s⁻¹]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
costing
IMASdd.costing
├─ availability
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ construction_start_year [year]
├─ cost_decommissioning
│ ├─ cost [$M]
│ └─ system[:]
│ ├─ cost [$M]
│ ├─ name
│ └─ subsystem[:]
│ ├─ cost [$M]
│ └─ name
├─ cost_direct_capital
│ ├─ cost [$M]
│ └─ system[:]
│ ├─ cost [$M]
│ ├─ name
│ └─ subsystem[:]
│ ├─ cost [$M]
│ └─ name
├─ cost_lifetime [$M]
├─ cost_operations
│ ├─ system[:]
│ │ ├─ name
│ │ ├─ subsystem[:]
│ │ │ ├─ name
│ │ │ └─ yearly_cost [$M/year]
│ │ └─ yearly_cost [$M/year]
│ └─ yearly_cost [$M/year]
├─ future
│ ├─ inflation_rate
│ └─ learning
│ └─ hts
│ ├─ learning_rate
│ └─ production_increase
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ levelized_CoE [$/kWh]
├─ plant_lifetime [year]
└─ time [s]
cryostat
IMASdd.cryostat
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ description_2d[:]
│ ├─ cryostat
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ unit[:]
│ │ ├─ annular
│ │ │ ├─ centreline
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ outline_inner
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ outline_outer
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ resistivity [ohm.m]
│ │ │ └─ thickness [m]
│ │ ├─ element[:]
│ │ │ ├─ j_tor
│ │ │ │ ├─ data [A]
│ │ │ │ └─ time [s]
│ │ │ ├─ name
│ │ │ ├─ outline
│ │ │ │ ├─ closed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ resistance [Ohm]
│ │ │ └─ resistivity [ohm.m]
│ │ ├─ identifier
│ │ └─ name
│ └─ thermal_shield
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ unit[:]
│ ├─ annular
│ │ ├─ centreline
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline_inner
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline_outer
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ resistivity [ohm.m]
│ │ └─ thickness [m]
│ ├─ element[:]
│ │ ├─ j_tor
│ │ │ ├─ data [A]
│ │ │ └─ time [s]
│ │ ├─ name
│ │ ├─ outline
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ resistance [Ohm]
│ │ └─ resistivity [ohm.m]
│ ├─ identifier
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
dataset description
IMASdd.dataset_description
├─ data_entry
│ ├─ machine
│ ├─ pulse
│ ├─ pulse_type
│ ├─ run
│ └─ user
├─ dd_version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ imas_version
├─ parent_entry
│ ├─ machine
│ ├─ pulse
│ ├─ pulse_type
│ ├─ run
│ └─ user
├─ pulse_time_begin
├─ pulse_time_begin_epoch
│ ├─ nanoseconds
│ └─ seconds
├─ pulse_time_end_epoch
│ ├─ nanoseconds
│ └─ seconds
├─ simulation
│ ├─ comment_after
│ ├─ comment_before
│ ├─ time_begin [s]
│ ├─ time_begun [UTC]
│ ├─ time_current [s]
│ ├─ time_end [s]
│ ├─ time_ended [UTC]
│ ├─ time_restart [s]
│ ├─ time_step [s]
│ └─ workflow
└─ time [s]
dataset fair
IMASdd.dataset_fair
├─ identifier
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ is_referenced_by
├─ is_replaced_by
├─ license
├─ replaces
├─ rights_holder
├─ time [s]
└─ valid
disruption
IMASdd.disruption
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ global_quantities
│ ├─ current_halo_pol [A]
│ ├─ current_halo_tor [A]
│ ├─ energy_ohm [J]
│ ├─ energy_ohm_halo [J]
│ ├─ energy_parallel_halo [J]
│ ├─ energy_radiated_electrons_impurities [J]
│ ├─ energy_radiated_electrons_impurities_halo [J]
│ ├─ power_ohm [W]
│ ├─ power_ohm_halo [W]
│ ├─ power_parallel_halo [W]
│ ├─ power_radiated_electrons_impurities [W]
│ ├─ power_radiated_electrons_impurities_halo [W]
│ └─ psi_halo_boundary [Wb]
├─ halo_currents[:]
│ ├─ active_wall_point
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ area[:]
│ │ ├─ current_halo_pol [A]
│ │ ├─ end_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ start_point
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_1d[:]
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ j_runaways [A.m⁻²]
│ ├─ power_density_conductive_losses [W.m⁻³]
│ ├─ power_density_radiative_losses [W.m⁻³]
│ └─ time [s]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
distribution sources
IMASdd.distribution_sources
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ magnetic_axis
│ ├─ r [m]
│ └─ z [m]
├─ source[:]
│ ├─ ggd[:]
│ │ ├─ discrete
│ │ ├─ grid
│ │ │ ├─ grid_subset[:]
│ │ │ │ ├─ base[:]
│ │ │ │ │ ├─ jacobian [mixed]
│ │ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ │ └─ tensor_covariant [mixed]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ element[:]
│ │ │ │ │ └─ object[:]
│ │ │ │ │ ├─ dimension
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ space
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ metric
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ path
│ │ │ └─ space[:]
│ │ │ ├─ coordinates_type
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ objects_per_dimension[:]
│ │ │ ├─ geometry_content
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ object[:]
│ │ │ ├─ boundary[:]
│ │ │ │ ├─ index
│ │ │ │ └─ neighbours
│ │ │ ├─ geometry [mixed]
│ │ │ ├─ geometry_2d [mixed]
│ │ │ ├─ measure [m^dimension]
│ │ │ └─ nodes
│ │ ├─ particles[:]
│ │ │ ├─ coefficients [(m.s⁻¹)⁻³.m⁻³.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [(m.s⁻¹)⁻³.m⁻³.s⁻¹]
│ │ └─ time [s]
│ ├─ global_quantities[:]
│ │ ├─ particles [s⁻¹]
│ │ ├─ power [W]
│ │ ├─ shinethrough
│ │ │ ├─ particles [s⁻¹]
│ │ │ ├─ power [W]
│ │ │ └─ torque_tor [N.m]
│ │ ├─ time [s]
│ │ └─ torque_tor [N.m]
│ ├─ gyro_type
│ ├─ markers[:]
│ │ ├─ coordinate_identifier[:]
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ orbit_integrals
│ │ │ ├─ bounce_harmonics
│ │ │ ├─ expressions
│ │ │ ├─ m_pol
│ │ │ ├─ n_tor
│ │ │ └─ values
│ │ ├─ orbit_integrals_instant
│ │ │ ├─ expressions
│ │ │ ├─ time_orbit [s]
│ │ │ └─ values
│ │ ├─ positions [mixed]
│ │ ├─ time [s]
│ │ ├─ toroidal_mode
│ │ └─ weights
│ ├─ process[:]
│ │ ├─ nbi_beamlets_group
│ │ ├─ nbi_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ nbi_unit
│ │ ├─ reactant_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ energy [W.m⁻³]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ momentum_tor [N.m⁻²]
│ │ ├─ particles [s⁻¹.m⁻³]
│ │ └─ time [s]
│ └─ species
│ ├─ ion
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ state
│ │ ├─ electron_configuration
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
distributions
IMASdd.distributions
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ distribution[:]
│ ├─ ggd[:]
│ │ ├─ expansion[:]
│ │ │ └─ grid_subset[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ expansion_fd3v[:]
│ │ │ └─ grid_subset[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ grid
│ │ │ ├─ grid_subset[:]
│ │ │ │ ├─ base[:]
│ │ │ │ │ ├─ jacobian [mixed]
│ │ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ │ └─ tensor_covariant [mixed]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ element[:]
│ │ │ │ │ └─ object[:]
│ │ │ │ │ ├─ dimension
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ space
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ metric
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ path
│ │ │ └─ space[:]
│ │ │ ├─ coordinates_type
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ objects_per_dimension[:]
│ │ │ ├─ geometry_content
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ object[:]
│ │ │ ├─ boundary[:]
│ │ │ │ ├─ index
│ │ │ │ └─ neighbours
│ │ │ ├─ geometry [mixed]
│ │ │ ├─ geometry_2d [mixed]
│ │ │ ├─ measure [m^dimension]
│ │ │ └─ nodes
│ │ ├─ temperature [eV]
│ │ └─ time [s]
│ ├─ global_quantities[:]
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W]
│ │ │ │ ├─ power_thermal [W]
│ │ │ │ ├─ torque_fast_tor [N.m]
│ │ │ │ └─ torque_thermal_tor [N.m]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W]
│ │ │ ├─ power_thermal [W]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W]
│ │ │ │ ├─ power_thermal [W]
│ │ │ │ ├─ torque_fast_tor [N.m]
│ │ │ │ ├─ torque_thermal_tor [N.m]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m]
│ │ │ ├─ torque_thermal_tor [N.m]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ current_tor [A]
│ │ ├─ energy [J]
│ │ ├─ energy_fast [J]
│ │ ├─ energy_fast_parallel [J]
│ │ ├─ particles_fast_n
│ │ ├─ particles_n
│ │ ├─ source[:]
│ │ │ ├─ identifier
│ │ │ │ ├─ process_index
│ │ │ │ ├─ type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ wave_index
│ │ │ ├─ particles [s⁻¹]
│ │ │ ├─ power [W]
│ │ │ └─ torque_tor [N.m]
│ │ ├─ thermalisation
│ │ │ ├─ particles [s⁻¹]
│ │ │ ├─ power [W]
│ │ │ └─ torque [N.m]
│ │ ├─ time [s]
│ │ └─ torque_tor_j_radial [N.m]
│ ├─ gyro_type
│ ├─ is_delta_f
│ ├─ markers[:]
│ │ ├─ coordinate_identifier[:]
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ orbit_integrals
│ │ │ ├─ bounce_harmonics
│ │ │ ├─ expressions
│ │ │ ├─ m_pol
│ │ │ ├─ n_tor
│ │ │ └─ values
│ │ ├─ orbit_integrals_instant
│ │ │ ├─ expressions
│ │ │ ├─ time_orbit [s]
│ │ │ └─ values
│ │ ├─ positions [mixed]
│ │ ├─ time [s]
│ │ ├─ toroidal_mode
│ │ └─ weights
│ ├─ process[:]
│ │ ├─ nbi_beamlets_group
│ │ ├─ nbi_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ nbi_unit
│ │ ├─ reactant_energy
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ co_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ ├─ source[:]
│ │ │ │ ├─ energy [W.m⁻³]
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ process_index
│ │ │ │ │ ├─ type
│ │ │ │ │ │ ├─ description
│ │ │ │ │ │ ├─ index
│ │ │ │ │ │ └─ name
│ │ │ │ │ └─ wave_index
│ │ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ │ └─ particles [s⁻¹.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ counter_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ ├─ source[:]
│ │ │ │ ├─ energy [W.m⁻³]
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ process_index
│ │ │ │ │ ├─ type
│ │ │ │ │ │ ├─ description
│ │ │ │ │ │ ├─ index
│ │ │ │ │ │ └─ name
│ │ │ │ │ └─ wave_index
│ │ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ │ └─ particles [s⁻¹.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ fast_filter
│ │ │ ├─ energy [eV]
│ │ │ └─ method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ ├─ source[:]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ identifier
│ │ │ │ ├─ process_index
│ │ │ │ ├─ type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ wave_index
│ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ └─ particles [s⁻¹.m⁻³]
│ │ ├─ thermalisation
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ └─ particles [s⁻¹.m⁻³]
│ │ ├─ time [s]
│ │ ├─ torque_tor_j_radial [N.m⁻²]
│ │ └─ trapped
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ ├─ source[:]
│ │ │ ├─ energy [W.m⁻³]
│ │ │ ├─ identifier
│ │ │ │ ├─ process_index
│ │ │ │ ├─ type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ wave_index
│ │ │ ├─ momentum_tor [N.m⁻²]
│ │ │ └─ particles [s⁻¹.m⁻³]
│ │ └─ torque_tor_j_radial [N.m⁻²]
│ ├─ profiles_2d[:]
│ │ ├─ co_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ counter_passing
│ │ │ ├─ collisions
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ current_fast_tor [A.m⁻²]
│ │ │ ├─ current_tor [A.m⁻²]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [J.m⁻³]
│ │ │ ├─ pressure_fast [J.m⁻³]
│ │ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ │ └─ torque_tor_j_radial [N.m⁻²]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ r [m]
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ theta_geometric [rad]
│ │ │ ├─ theta_straight [rad]
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ volume [m³]
│ │ │ └─ z [m]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ ├─ time [s]
│ │ ├─ torque_tor_j_radial [N.m⁻²]
│ │ └─ trapped
│ │ ├─ collisions
│ │ │ ├─ electrons
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ └─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ power_fast [W.m⁻³]
│ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W.m⁻³]
│ │ │ │ ├─ power_thermal [W.m⁻³]
│ │ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ torque_fast_tor [N.m⁻²]
│ │ │ ├─ torque_thermal_tor [N.m⁻²]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ current_fast_tor [A.m⁻²]
│ │ ├─ current_tor [A.m⁻²]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ pressure [J.m⁻³]
│ │ ├─ pressure_fast [J.m⁻³]
│ │ ├─ pressure_fast_parallel [J.m⁻³]
│ │ └─ torque_tor_j_radial [N.m⁻²]
│ ├─ species
│ │ ├─ ion
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ state
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ neutral
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ └─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ wave[:]
│ ├─ antenna_name
│ ├─ index_in_antenna
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ magnetic_axis
│ ├─ r [m]
│ └─ z [m]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
divertors
IMASdd.divertors
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ divertor[:]
│ ├─ current_incident
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ ├─ particle_flux_recycled_total
│ │ ├─ data [s⁻¹]
│ │ └─ time [s]
│ ├─ power_black_body
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_conducted
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_convected
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_currents
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_incident
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_neutrals
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_radiated
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_recombination_neutrals
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_recombination_plasma
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_thermal_extracted
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ target[:]
│ │ ├─ current_incident
│ │ │ ├─ data [A]
│ │ │ └─ time [s]
│ │ ├─ extension_r [m]
│ │ ├─ extension_z [m]
│ │ ├─ flux_expansion
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ heat_flux_steady_limit_max [W.m⁻²]
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ power_black_body
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_conducted
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_convected
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_currents
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_flux_peak
│ │ │ ├─ data [W.m⁻²]
│ │ │ └─ time [s]
│ │ ├─ power_incident
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_incident_fraction
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ power_neutrals
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_radiated
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_recombination_neutrals
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_recombination_plasma
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ t_e_target_sputtering_limit_max [eV]
│ │ ├─ temperature_limit_max [K]
│ │ ├─ tile[:]
│ │ │ ├─ current_incident
│ │ │ │ ├─ data [A]
│ │ │ │ └─ time [s]
│ │ │ ├─ identifier
│ │ │ ├─ name
│ │ │ ├─ shunt_index
│ │ │ ├─ surface_area [m²]
│ │ │ └─ surface_outline
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ tilt_angle_pol
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ tilt_angle_tor
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ two_point_model[:]
│ │ │ ├─ n_e_target [m⁻³]
│ │ │ ├─ sol_heat_decay_length [m]
│ │ │ ├─ sol_heat_spreading_length [m]
│ │ │ ├─ t_e_target [eV]
│ │ │ └─ time [s]
│ │ └─ wetted_area
│ │ ├─ data [m²]
│ │ └─ time [s]
│ └─ wetted_area
│ ├─ data [m²]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
ec launchers
IMASdd.ec_launchers
├─ beam[:]
│ ├─ available_launch_power [W]
│ ├─ efficiency
│ │ ├─ conversion
│ │ └─ transmission
│ ├─ frequency
│ │ ├─ data [Hz]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ launching_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ ├─ r_limit_max [m]
│ │ ├─ r_limit_min [m]
│ │ └─ z [m]
│ ├─ mode
│ ├─ name
│ ├─ o_mode_fraction
│ ├─ phase
│ │ ├─ angle [rad]
│ │ └─ curvature [m⁻¹]
│ ├─ power_launched
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ spot
│ │ ├─ angle [rad]
│ │ └─ size [m]
│ ├─ steering_angle_pol [rad]
│ ├─ steering_angle_tor [rad]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
ece
IMASdd.ece
├─ channel[:]
│ ├─ beam
│ │ ├─ phase
│ │ │ ├─ angle
│ │ │ │ ├─ data [rad]
│ │ │ │ └─ time [s]
│ │ │ └─ curvature
│ │ │ ├─ data [m⁻¹]
│ │ │ └─ time [s]
│ │ └─ spot
│ │ ├─ angle
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ └─ size
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ delta_position_suprathermal
│ │ ├─ phi [rad]
│ │ ├─ psi [W]
│ │ ├─ r [m]
│ │ ├─ rho_tor_norm
│ │ ├─ theta [rad]
│ │ └─ z [m]
│ ├─ frequency
│ │ ├─ data [Hz]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ harmonic
│ │ ├─ data
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ if_bandwidth [Hz]
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ optical_depth
│ │ ├─ data
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ psi [W]
│ │ ├─ r [m]
│ │ ├─ rho_tor_norm
│ │ ├─ theta [rad]
│ │ └─ z [m]
│ ├─ t_e
│ │ ├─ data [eV]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ t_e_voltage
│ │ ├─ data [V]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ line_of_sight
│ ├─ first_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ second_point
│ ├─ phi [rad]
│ ├─ r [m]
│ └─ z [m]
├─ polarizer[:]
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ polarization_angle [rad]
│ ├─ radius [m]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ psi_normalization
│ ├─ psi_boundary [Wb]
│ ├─ psi_magnetic_axis [Wb]
│ └─ time [s]
├─ t_e_central
│ ├─ data [eV]
│ ├─ rho_tor_norm
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
└─ time [s]
edge profiles
IMASdd.edge_profiles
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ggd[:]
│ ├─ a_field_parallel[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ e_field[:]
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ diamagnetic_coefficients [V.m⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ parallel_coefficients [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ poloidal_coefficients [V.m⁻¹]
│ │ ├─ r [V.m⁻¹]
│ │ ├─ r_coefficients [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ ├─ radial_coefficients [V.m⁻¹]
│ │ ├─ toroidal [V.m⁻¹]
│ │ ├─ toroidal_coefficients [V.m⁻¹]
│ │ ├─ z [V.m⁻¹]
│ │ └─ z_coefficients [V.m⁻¹]
│ ├─ electrons
│ │ ├─ density[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ density_fast[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ distribution_function[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ pressure[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_parallel[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_perpendicular[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [eV]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [eV]
│ │ └─ velocity[:]
│ │ ├─ diamagnetic [m.s⁻¹]
│ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [m.s⁻¹]
│ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ ├─ poloidal [m.s⁻¹]
│ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ ├─ r [m.s⁻¹]
│ │ ├─ r_coefficients [m.s⁻¹]
│ │ ├─ radial [m.s⁻¹]
│ │ ├─ radial_coefficients [m.s⁻¹]
│ │ ├─ toroidal [m.s⁻¹]
│ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ ├─ z [m.s⁻¹]
│ │ └─ z_coefficients [m.s⁻¹]
│ ├─ ion[:]
│ │ ├─ density[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ density_fast[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy_density_kinetic[:]
│ │ │ ├─ coefficients [J.m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [J.m⁻³]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_parallel[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_perpendicular[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ density_fast[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ distribution_function[:]
│ │ │ │ ├─ coefficients [mixed]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [mixed]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy_density_kinetic[:]
│ │ │ │ ├─ coefficients [J.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [J.m⁻³]
│ │ │ ├─ ionisation_potential[:]
│ │ │ │ ├─ coefficients [Elementary Charge Unit]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ pressure[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_parallel[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_perpendicular[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ temperature[:]
│ │ │ │ ├─ coefficients [eV]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [eV]
│ │ │ ├─ velocity[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_diamagnetic[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_exb[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average[:]
│ │ │ │ ├─ coefficients [Elementary Charge Unit]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Elementary Charge Unit]
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average[:]
│ │ │ ├─ coefficients [Elementary Charge Unit]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Elementary Charge Unit]
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [eV]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [eV]
│ │ ├─ velocity[:]
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ ├─ r [m.s⁻¹]
│ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ ├─ z [m.s⁻¹]
│ │ │ └─ z_coefficients [m.s⁻¹]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ j_anomalous[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_diamagnetic[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_heat_viscosity[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_inertial[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_ion_neutral_friction[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_parallel[:]
│ │ ├─ coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻²]
│ ├─ j_parallel_viscosity[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_perpendicular_viscosity[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_pfirsch_schlueter[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ j_total[:]
│ │ ├─ diamagnetic [A.m⁻²]
│ │ ├─ diamagnetic_coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [A.m⁻²]
│ │ ├─ parallel_coefficients [A.m⁻²]
│ │ ├─ poloidal [A.m⁻²]
│ │ ├─ poloidal_coefficients [A.m⁻²]
│ │ ├─ r [A.m⁻²]
│ │ ├─ r_coefficients [A.m⁻²]
│ │ ├─ radial [A.m⁻²]
│ │ ├─ radial_coefficients [A.m⁻²]
│ │ ├─ toroidal [A.m⁻²]
│ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ ├─ z [A.m⁻²]
│ │ └─ z_coefficients [A.m⁻²]
│ ├─ n_i_total_over_n_e[:]
│ │ ├─ coefficients
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values
│ ├─ neutral[:]
│ │ ├─ density[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ density_fast[:]
│ │ │ ├─ coefficients [m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ energy_density_kinetic[:]
│ │ │ ├─ coefficients [J.m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [J.m⁻³]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_parallel[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ pressure_fast_perpendicular[:]
│ │ │ ├─ coefficients [Pa]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ density_fast[:]
│ │ │ │ ├─ coefficients [m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻³]
│ │ │ ├─ distribution_function[:]
│ │ │ │ ├─ coefficients [mixed]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [mixed]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy_density_kinetic[:]
│ │ │ │ ├─ coefficients [J.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [J.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_parallel[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ pressure_fast_perpendicular[:]
│ │ │ │ ├─ coefficients [Pa]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [Pa]
│ │ │ ├─ temperature[:]
│ │ │ │ ├─ coefficients [eV]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [eV]
│ │ │ ├─ velocity[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_diamagnetic[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ velocity_exb[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [eV]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [eV]
│ │ └─ velocity[:]
│ │ ├─ diamagnetic [m.s⁻¹]
│ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ parallel [m.s⁻¹]
│ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ ├─ poloidal [m.s⁻¹]
│ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ ├─ r [m.s⁻¹]
│ │ ├─ r_coefficients [m.s⁻¹]
│ │ ├─ radial [m.s⁻¹]
│ │ ├─ radial_coefficients [m.s⁻¹]
│ │ ├─ toroidal [m.s⁻¹]
│ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ ├─ z [m.s⁻¹]
│ │ └─ z_coefficients [m.s⁻¹]
│ ├─ phi_potential[:]
│ │ ├─ coefficients [V]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [V]
│ ├─ pressure_parallel[:]
│ │ ├─ coefficients [Pa]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Pa]
│ ├─ pressure_perpendicular[:]
│ │ ├─ coefficients [Pa]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Pa]
│ ├─ pressure_thermal[:]
│ │ ├─ coefficients [Pa]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Pa]
│ ├─ t_i_average[:]
│ │ ├─ coefficients [eV]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [eV]
│ ├─ time [s]
│ └─ zeff[:]
│ ├─ coefficients
│ ├─ grid_index
│ ├─ grid_subset_index
│ └─ values
├─ ggd_fast[:]
│ ├─ electrons
│ │ ├─ density[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [m⁻³]
│ │ └─ temperature[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ value [eV]
│ ├─ energy_thermal[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ value [J]
│ ├─ ion[:]
│ │ ├─ content[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value
│ │ ├─ density[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ neutral_index
│ │ ├─ temperature[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [eV]
│ │ └─ z_ion [Elementary Charge Unit]
│ └─ time [s]
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ current_parallel_inside [A]
│ ├─ e_field
│ │ ├─ diamagnetic [V.m⁻¹]
│ │ ├─ parallel [V.m⁻¹]
│ │ ├─ poloidal [V.m⁻¹]
│ │ ├─ radial [V.m⁻¹]
│ │ └─ toroidal [V.m⁻¹]
│ ├─ electrons
│ │ ├─ collisionality_norm
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ └─ temperature_validity
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [m⁻³]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ density_validity
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_fit
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ local
│ │ │ │ ├─ measured [m⁻³]
│ │ │ │ ├─ parameters
│ │ │ │ ├─ reconstructed [m⁻³]
│ │ │ │ ├─ rho_pol_norm
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ ├─ time_measurement_slice_method
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ time_measurement_width [s]
│ │ │ │ └─ weight
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ ionisation_potential [eV]
│ │ │ ├─ label
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ rotation_frequency_tor [rad.s⁻¹]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_average [Elementary Charge Unit]
│ │ │ ├─ z_average_1d
│ │ │ ├─ z_average_square_1d
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ ├─ z_min [Elementary Charge Unit]
│ │ │ └─ z_square_average [Elementary Charge Unit]
│ │ ├─ temperature [eV]
│ │ ├─ temperature_fit
│ │ │ ├─ chi_squared
│ │ │ ├─ local
│ │ │ ├─ measured [eV]
│ │ │ ├─ parameters
│ │ │ ├─ reconstructed [eV]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ ├─ time_measurement_slice_method
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ time_measurement_width [s]
│ │ │ └─ weight
│ │ ├─ temperature_validity
│ │ ├─ velocity
│ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ ├─ parallel [m.s⁻¹]
│ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ ├─ radial [m.s⁻¹]
│ │ │ └─ toroidal [m.s⁻¹]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ ├─ z_ion_1d
│ │ └─ z_ion_square_1d
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m⁻¹.s⁻¹]
│ ├─ n_i_thermal_total [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ pressure_thermal [Pa]
│ │ ├─ state[:]
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ density_thermal [m⁻³]
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ pressure_thermal [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ temperature [eV]
│ ├─ phi_potential [V]
│ ├─ pressure_ion_total [Pa]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ q
│ ├─ rotation_frequency_tor_sonic [s⁻¹]
│ ├─ t_i_average [eV]
│ ├─ t_i_average_fit
│ │ ├─ chi_squared
│ │ ├─ local
│ │ ├─ measured [eV]
│ │ ├─ parameters
│ │ ├─ reconstructed [eV]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor_norm
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ ├─ time_measurement_slice_method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ time_measurement_width [s]
│ │ └─ weight
│ ├─ time [s]
│ ├─ zeff
│ └─ zeff_fit
│ ├─ chi_squared
│ ├─ local
│ ├─ measured
│ ├─ parameters
│ ├─ reconstructed
│ ├─ rho_pol_norm
│ ├─ rho_tor_norm
│ ├─ source
│ ├─ time_measurement [s]
│ ├─ time_measurement_slice_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ time_measurement_width [s]
│ └─ weight
├─ statistics[:]
│ ├─ quantity_2d[:]
│ │ ├─ distribution
│ │ │ ├─ bins [mixed]
│ │ │ └─ probability
│ │ ├─ path
│ │ └─ statistics_type[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ uq_input_path
│ │ └─ value [mixed]
│ ├─ time [s]
│ ├─ time_width [s]
│ └─ uq_input_2d[:]
│ ├─ distribution
│ │ ├─ bins [mixed]
│ │ └─ probability
│ └─ path
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
edge sources
IMASdd.edge_sources
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ source[:]
│ ├─ ggd[:]
│ │ ├─ current[:]
│ │ │ ├─ coefficients [A.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [A.m⁻²]
│ │ ├─ electrons
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ └─ particles[:]
│ │ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m⁻³.s⁻¹]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ momentum[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ particles[:]
│ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy[:]
│ │ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻³]
│ │ │ │ ├─ label
│ │ │ │ ├─ momentum[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ particles[:]
│ │ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ momentum[:]
│ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ momentum[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles[:]
│ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ momentum[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles[:]
│ │ │ │ ├─ coefficients [s⁻¹.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [s⁻¹.m⁻³]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ time [s]
│ │ └─ total_ion_energy[:]
│ │ ├─ coefficients [W.m⁻³]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [W.m⁻³]
│ ├─ ggd_fast[:]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ neutral_index
│ │ │ ├─ power[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ value [W]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ └─ time [s]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ species
│ ├─ ion
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ state
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ state
│ │ ├─ electron_configuration
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
edge transport
IMASdd.edge_transport
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ model[:]
│ ├─ code
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ output_flag
│ │ │ ├─ data
│ │ │ └─ time [s]
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ flux_multiplier
│ ├─ ggd[:]
│ │ ├─ conductivity[:]
│ │ │ ├─ diamagnetic [ohm⁻¹.m⁻¹]
│ │ │ ├─ diamagnetic_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ parallel [ohm⁻¹.m⁻¹]
│ │ │ ├─ parallel_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ poloidal [ohm⁻¹.m⁻¹]
│ │ │ ├─ poloidal_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ r [ohm⁻¹.m⁻¹]
│ │ │ ├─ r_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ radial [ohm⁻¹.m⁻¹]
│ │ │ ├─ radial_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ toroidal [ohm⁻¹.m⁻¹]
│ │ │ ├─ toroidal_coefficients [ohm⁻¹.m⁻¹]
│ │ │ ├─ z [ohm⁻¹.m⁻¹]
│ │ │ └─ z_coefficients [ohm⁻¹.m⁻¹]
│ │ ├─ electrons
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ particles
│ │ │ ├─ d[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ d_pol[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ d_radial[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ flux[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ flux_limiter[:]
│ │ │ │ ├─ coefficients
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values
│ │ │ ├─ flux_pol[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ flux_radial[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ v[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ v_pol[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ v_radial[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel
│ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ ├─ r
│ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ ├─ radial
│ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ ├─ toroidal
│ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ ├─ z
│ │ │ │ │ └─ z_coefficients
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ particles
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy
│ │ │ │ │ ├─ d[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_pol[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_radial[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ flux[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ │ ├─ coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values
│ │ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ v[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ ├─ v_pol[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ └─ v_radial[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ label
│ │ │ │ ├─ momentum
│ │ │ │ │ ├─ d[:]
│ │ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ d_pol[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_radial[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ flux[:]
│ │ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel
│ │ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ │ ├─ poloidal
│ │ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ │ ├─ r
│ │ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ │ ├─ radial
│ │ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ │ ├─ toroidal
│ │ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ │ ├─ z
│ │ │ │ │ │ └─ z_coefficients
│ │ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ v[:]
│ │ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ v_pol[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ └─ v_radial[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ particles
│ │ │ │ │ ├─ d[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_pol[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ d_radial[:]
│ │ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ │ ├─ flux[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ │ ├─ coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values
│ │ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ v[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ ├─ v_pol[:]
│ │ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ │ └─ v_radial[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ momentum
│ │ │ ├─ d[:]
│ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ ├─ d_pol[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ d_radial[:]
│ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m².s⁻¹]
│ │ │ ├─ flux[:]
│ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ ├─ flux_limiter[:]
│ │ │ │ ├─ diamagnetic
│ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel
│ │ │ │ ├─ parallel_coefficients
│ │ │ │ ├─ poloidal
│ │ │ │ ├─ poloidal_coefficients
│ │ │ │ ├─ r
│ │ │ │ ├─ r_coefficients
│ │ │ │ ├─ radial
│ │ │ │ ├─ radial_coefficients
│ │ │ │ ├─ toroidal
│ │ │ │ ├─ toroidal_coefficients
│ │ │ │ ├─ z
│ │ │ │ └─ z_coefficients
│ │ │ ├─ flux_pol[:]
│ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ ├─ flux_radial[:]
│ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ ├─ v[:]
│ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ ├─ v_pol[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ v_radial[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel
│ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ ├─ r
│ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ ├─ radial
│ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ ├─ toroidal
│ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ ├─ z
│ │ │ │ │ └─ z_coefficients
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ momentum
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ diamagnetic [m².s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m².s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ poloidal [m².s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ r [m².s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ radial [m².s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ toroidal [m².s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m².s⁻¹]
│ │ │ │ │ ├─ z [m².s⁻¹]
│ │ │ │ │ └─ z_coefficients [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ diamagnetic [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ diamagnetic_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ parallel_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ poloidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ r_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ radial_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ toroidal_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ z [kg.m⁻¹.s⁻²]
│ │ │ │ │ └─ z_coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ diamagnetic
│ │ │ │ │ ├─ diamagnetic_coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel
│ │ │ │ │ ├─ parallel_coefficients
│ │ │ │ │ ├─ poloidal
│ │ │ │ │ ├─ poloidal_coefficients
│ │ │ │ │ ├─ r
│ │ │ │ │ ├─ r_coefficients
│ │ │ │ │ ├─ radial
│ │ │ │ │ ├─ radial_coefficients
│ │ │ │ │ ├─ toroidal
│ │ │ │ │ ├─ toroidal_coefficients
│ │ │ │ │ ├─ z
│ │ │ │ │ └─ z_coefficients
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [kg.m⁻¹.s⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [kg.m⁻¹.s⁻²]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ diamagnetic [m.s⁻¹]
│ │ │ │ │ ├─ diamagnetic_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ ├─ parallel [m.s⁻¹]
│ │ │ │ │ ├─ parallel_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ poloidal [m.s⁻¹]
│ │ │ │ │ ├─ poloidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ r [m.s⁻¹]
│ │ │ │ │ ├─ r_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ radial [m.s⁻¹]
│ │ │ │ │ ├─ radial_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ toroidal [m.s⁻¹]
│ │ │ │ │ ├─ toroidal_coefficients [m.s⁻¹]
│ │ │ │ │ ├─ z [m.s⁻¹]
│ │ │ │ │ └─ z_coefficients [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles
│ │ │ │ ├─ d[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_pol[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ d_radial[:]
│ │ │ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m².s⁻¹]
│ │ │ │ ├─ flux[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_limiter[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ flux_pol[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ flux_radial[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ v[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ ├─ v_pol[:]
│ │ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m.s⁻¹]
│ │ │ │ └─ v_radial[:]
│ │ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m.s⁻¹]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ time [s]
│ │ └─ total_ion_energy
│ │ ├─ d[:]
│ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m².s⁻¹]
│ │ ├─ d_pol[:]
│ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m².s⁻¹]
│ │ ├─ d_radial[:]
│ │ │ ├─ coefficients [m².s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m².s⁻¹]
│ │ ├─ flux[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ flux_limiter[:]
│ │ │ ├─ coefficients
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values
│ │ ├─ flux_pol[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ flux_radial[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ v[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ ├─ v_pol[:]
│ │ │ ├─ coefficients [m.s⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m.s⁻¹]
│ │ └─ v_radial[:]
│ │ ├─ coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹]
│ ├─ ggd_fast[:]
│ │ ├─ electrons
│ │ │ ├─ particle_flux_integrated[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ value [s⁻¹]
│ │ │ └─ power[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W]
│ │ ├─ energy_flux_max[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W.m⁻²]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ neutral_index
│ │ │ ├─ particle_flux_integrated[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ value [s⁻¹]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ └─ particle_flux_integrated[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [s⁻¹]
│ │ ├─ power[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W]
│ │ ├─ power_ion_total[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ value [W]
│ │ └─ time [s]
│ └─ identifier
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
em coupling
IMASdd.em_coupling
├─ active_coils
├─ b_field_pol_probes
├─ b_field_pol_probes_active [T/A]
├─ b_field_pol_probes_passive [T/A]
├─ b_field_pol_probes_plasma [T/A]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coupling_matrix[:]
│ ├─ columns_uri
│ ├─ data [mixed]
│ ├─ name
│ ├─ quantity
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ rows_uri
├─ flux_loops
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ └─ space[:]
│ ├─ coordinates_type
│ ├─ geometry_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ objects_per_dimension[:]
│ ├─ geometry_content
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ object[:]
│ ├─ boundary[:]
│ │ ├─ index
│ │ └─ neighbours
│ ├─ geometry [mixed]
│ ├─ geometry_2d [mixed]
│ ├─ measure [m^dimension]
│ └─ nodes
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ mutual_active_active [H]
├─ mutual_loops_active [H]
├─ mutual_loops_passive [H]
├─ mutual_loops_plasma [H]
├─ mutual_passive_active [H]
├─ mutual_passive_passive [H]
├─ mutual_plasma_active [H]
├─ mutual_plasma_passive [H]
├─ mutual_plasma_plasma [H]
├─ passive_loops
├─ plasma_elements
└─ time [s]
equilibrium
IMASdd.equilibrium
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grids_ggd[:]
│ ├─ grid[:]
│ │ ├─ grid_subset[:]
│ │ │ ├─ base[:]
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ dimension
│ │ │ ├─ element[:]
│ │ │ │ └─ object[:]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ index
│ │ │ │ └─ space
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ metric
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ path
│ │ └─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
├─ time_slice[:]
│ ├─ boundary
│ │ ├─ active_limiter_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ elongation
│ │ ├─ elongation_lower
│ │ ├─ elongation_upper
│ │ ├─ geometric_axis
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ minor_radius [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ ovality
│ │ ├─ psi [Wb]
│ │ ├─ psi_norm
│ │ ├─ squareness
│ │ ├─ squareness_lower_inner
│ │ ├─ squareness_lower_outer
│ │ ├─ squareness_upper_inner
│ │ ├─ squareness_upper_outer
│ │ ├─ strike_point[:]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ tilt
│ │ ├─ triangularity
│ │ ├─ triangularity_lower
│ │ ├─ triangularity_upper
│ │ ├─ twist
│ │ ├─ type
│ │ └─ x_point[:]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ boundary_secondary_separatrix
│ │ ├─ distance_inner_outer [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ psi [Wb]
│ │ ├─ strike_point[:]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ x_point[:]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ boundary_separatrix
│ │ ├─ active_limiter_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ closest_wall_point
│ │ │ ├─ distance [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ dr_dz_zero_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ elongation
│ │ ├─ elongation_lower
│ │ ├─ elongation_upper
│ │ ├─ gap[:]
│ │ │ ├─ angle [rad]
│ │ │ ├─ identifier
│ │ │ ├─ name
│ │ │ ├─ r [m]
│ │ │ ├─ value [m]
│ │ │ └─ z [m]
│ │ ├─ geometric_axis
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ minor_radius [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ psi [Wb]
│ │ ├─ squareness_lower_inner
│ │ ├─ squareness_lower_outer
│ │ ├─ squareness_upper_inner
│ │ ├─ squareness_upper_outer
│ │ ├─ strike_point[:]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ triangularity
│ │ ├─ triangularity_inner
│ │ ├─ triangularity_lower
│ │ ├─ triangularity_minor
│ │ ├─ triangularity_outer
│ │ ├─ triangularity_upper
│ │ ├─ type
│ │ └─ x_point[:]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ constraints
│ │ ├─ b_field_tor_vacuum_r
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [T.m]
│ │ │ ├─ reconstructed [T.m]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ bpol_probe[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [T]
│ │ │ ├─ reconstructed [T]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ chi_squared_reduced
│ │ ├─ constraints_n
│ │ ├─ diamagnetic_flux
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [Wb]
│ │ │ ├─ reconstructed [Wb]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ faraday_angle[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [rad]
│ │ │ ├─ reconstructed [rad]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ flux_loop[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [Wb]
│ │ │ ├─ reconstructed [Wb]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ freedom_degrees_n
│ │ ├─ ip
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [A]
│ │ │ ├─ reconstructed [A]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ iron_core_segment[:]
│ │ │ ├─ magnetisation_r
│ │ │ │ ├─ chi_squared
│ │ │ │ ├─ exact
│ │ │ │ ├─ measured [T]
│ │ │ │ ├─ reconstructed [T]
│ │ │ │ ├─ source
│ │ │ │ ├─ time_measurement [s]
│ │ │ │ └─ weight
│ │ │ └─ magnetisation_z
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [T]
│ │ │ ├─ reconstructed [T]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ j_parallel[:]
│ │ │ ├─ chi_squared [A.m⁻²]
│ │ │ ├─ exact
│ │ │ ├─ measured [A.m⁻²]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ j_tor[:]
│ │ │ ├─ chi_squared [A.m⁻²]
│ │ │ ├─ exact
│ │ │ ├─ measured [A.m⁻²]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ mse_polarisation_angle[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [rad]
│ │ │ ├─ reconstructed [rad]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ n_e[:]
│ │ │ ├─ chi_squared [m⁻³]
│ │ │ ├─ exact
│ │ │ ├─ measured [m⁻³]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ n_e_line[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [m⁻²]
│ │ │ ├─ reconstructed [m⁻²]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pf_current[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [A]
│ │ │ ├─ reconstructed [A]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pf_passive_current[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured [A]
│ │ │ ├─ reconstructed [A]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pressure[:]
│ │ │ ├─ chi_squared [Pa]
│ │ │ ├─ exact
│ │ │ ├─ measured [Pa]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ pressure_rotational[:]
│ │ │ ├─ chi_squared [Pa]
│ │ │ ├─ exact
│ │ │ ├─ measured [Pa]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ q[:]
│ │ │ ├─ chi_squared
│ │ │ ├─ exact
│ │ │ ├─ measured
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ z [m]
│ │ │ ├─ reconstructed
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ ├─ strike_point[:]
│ │ │ ├─ chi_squared_r [m⁻²]
│ │ │ ├─ chi_squared_z [m⁻²]
│ │ │ ├─ exact
│ │ │ ├─ position_measured
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ position_reconstructed
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ source
│ │ │ ├─ time_measurement [s]
│ │ │ └─ weight
│ │ └─ x_point[:]
│ │ ├─ chi_squared_r [m⁻²]
│ │ ├─ chi_squared_z [m⁻²]
│ │ ├─ exact
│ │ ├─ position_measured
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ position_reconstructed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ source
│ │ ├─ time_measurement [s]
│ │ └─ weight
│ ├─ convergence
│ │ ├─ grad_shafranov_deviation_expression
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ grad_shafranov_deviation_value [mixed]
│ │ ├─ iterations_n
│ │ └─ result
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ coordinate_system
│ │ ├─ grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ └─ volume_element [m³]
│ │ ├─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ jacobian [mixed]
│ │ ├─ r [m]
│ │ ├─ tensor_contravariant [mixed]
│ │ ├─ tensor_covariant [mixed]
│ │ └─ z [m]
│ ├─ ggd[:]
│ │ ├─ b_field_r[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ b_field_tor[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ b_field_z[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ j_parallel[:]
│ │ │ ├─ coefficients [A.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [A.m⁻²]
│ │ ├─ j_tor[:]
│ │ │ ├─ coefficients [A.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [A.m⁻²]
│ │ ├─ phi[:]
│ │ │ ├─ coefficients [Wb]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Wb]
│ │ ├─ psi[:]
│ │ │ ├─ coefficients [Wb]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Wb]
│ │ ├─ r[:]
│ │ │ ├─ coefficients [m]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m]
│ │ ├─ theta[:]
│ │ │ ├─ coefficients [rad]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [rad]
│ │ └─ z[:]
│ │ ├─ coefficients [m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m]
│ ├─ global_quantities
│ │ ├─ area [m²]
│ │ ├─ beta_normal
│ │ ├─ beta_pol
│ │ ├─ beta_tor
│ │ ├─ current_centre
│ │ │ ├─ r [m]
│ │ │ ├─ velocity_z [m.s⁻¹]
│ │ │ └─ z [m]
│ │ ├─ energy_mhd [J]
│ │ ├─ ip [A]
│ │ ├─ length_pol [m]
│ │ ├─ li_3
│ │ ├─ magnetic_axis
│ │ │ ├─ b_field_tor [T]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ plasma_inductance [H]
│ │ ├─ plasma_resistance [ohm]
│ │ ├─ psi_axis [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_external_average [Wb]
│ │ ├─ q_95
│ │ ├─ q_axis
│ │ ├─ q_min
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_norm
│ │ │ ├─ rho_tor_norm
│ │ │ └─ value
│ │ ├─ rho_tor_boundary [m]
│ │ ├─ surface [m²]
│ │ ├─ v_external [V]
│ │ ├─ vacuum_toroidal_field
│ │ │ ├─ b0 [T]
│ │ │ └─ r0 [m]
│ │ └─ volume [m³]
│ ├─ profiles_1d
│ │ ├─ area [m²]
│ │ ├─ b_field_average [T]
│ │ ├─ b_field_max [T]
│ │ ├─ b_field_min [T]
│ │ ├─ beta_pol
│ │ ├─ darea_dpsi [m².Wb⁻¹]
│ │ ├─ darea_drho_tor [m]
│ │ ├─ dpressure_dpsi [Pa.Wb⁻¹]
│ │ ├─ dpsi_drho_tor [Wb/m]
│ │ ├─ dvolume_dpsi [m³.Wb⁻¹]
│ │ ├─ dvolume_drho_tor [m²]
│ │ ├─ elongation
│ │ ├─ f [T.m]
│ │ ├─ f_df_dpsi [T².m²/Wb]
│ │ ├─ fsa_bp [T]
│ │ ├─ geometric_axis
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ gm1 [m⁻²]
│ │ ├─ gm10 [m²]
│ │ ├─ gm2 [m⁻²]
│ │ ├─ gm3
│ │ ├─ gm4 [T⁻²]
│ │ ├─ gm5 [T²]
│ │ ├─ gm6 [T⁻²]
│ │ ├─ gm7
│ │ ├─ gm8 [m]
│ │ ├─ gm9 [m⁻¹]
│ │ ├─ j_parallel [A.m⁻²]
│ │ ├─ j_tor [A.m⁻²]
│ │ ├─ magnetic_shear
│ │ ├─ mass_density [kg.m⁻³]
│ │ ├─ phi [Wb]
│ │ ├─ pressure [Pa]
│ │ ├─ psi [Wb]
│ │ ├─ psi_norm
│ │ ├─ q
│ │ ├─ r_inboard [m]
│ │ ├─ r_outboard [m]
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ rho_volume_norm
│ │ ├─ squareness_lower_inner
│ │ ├─ squareness_lower_outer
│ │ ├─ squareness_upper_inner
│ │ ├─ squareness_upper_outer
│ │ ├─ surface [m²]
│ │ ├─ trapped_fraction
│ │ ├─ triangularity_lower
│ │ ├─ triangularity_upper
│ │ └─ volume [m³]
│ ├─ profiles_2d[:]
│ │ ├─ b_field_r [T]
│ │ ├─ b_field_tor [T]
│ │ ├─ b_field_z [T]
│ │ ├─ grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ └─ volume_element [m³]
│ │ ├─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ j_parallel [A.m⁻²]
│ │ ├─ j_tor [A.m⁻²]
│ │ ├─ phi [Wb]
│ │ ├─ psi [Wb]
│ │ ├─ r [m]
│ │ ├─ theta [rad]
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ z [m]
│ └─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
ferritic
IMASdd.ferritic
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ └─ space[:]
│ ├─ coordinates_type
│ ├─ geometry_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ objects_per_dimension[:]
│ ├─ geometry_content
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ object[:]
│ ├─ boundary[:]
│ │ ├─ index
│ │ └─ neighbours
│ ├─ geometry [mixed]
│ ├─ geometry_2d [mixed]
│ ├─ measure [m^dimension]
│ └─ nodes
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ object[:]
│ ├─ axisymmetric[:]
│ │ ├─ annulus
│ │ │ ├─ r [m]
│ │ │ ├─ radius_inner [m]
│ │ │ ├─ radius_outer [m]
│ │ │ └─ z [m]
│ │ ├─ arcs_of_circle
│ │ │ ├─ curvature_radii [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ oblique
│ │ │ ├─ alpha [rad]
│ │ │ ├─ beta [rad]
│ │ │ ├─ length_alpha [m]
│ │ │ ├─ length_beta [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ rectangle
│ │ │ ├─ height [m]
│ │ │ ├─ r [m]
│ │ │ ├─ width [m]
│ │ │ └─ z [m]
│ │ └─ thick_line
│ │ ├─ first_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ thickness [m]
│ ├─ centroid
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ ggd_object_index
│ ├─ permeability_table_index
│ ├─ saturated_relative_permeability [H.m⁻¹]
│ ├─ time_slice[:]
│ │ ├─ b_field_r [T]
│ │ ├─ b_field_tor [T]
│ │ ├─ b_field_z [T]
│ │ ├─ magnetic_moment_r [A.m⁻²]
│ │ ├─ magnetic_moment_tor [A.m⁻²]
│ │ ├─ magnetic_moment_z [A.m⁻²]
│ │ └─ time [s]
│ └─ volume [m³]
├─ permeability_table[:]
│ ├─ b_field [T]
│ ├─ description
│ ├─ name
│ └─ relative_permeability
└─ time [s]
focs
IMASdd.focs
├─ b_field_z
│ ├─ data [T]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ current
│ ├─ data [A]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ fibre_length [m]
├─ fibre_properties
│ ├─ beat_length [m]
│ ├─ id
│ ├─ spun [m]
│ ├─ spun_initial_azimuth [rad]
│ ├─ twist [m]
│ └─ verdet_constant [rad.T⁻¹.m⁻¹]
├─ id
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
├─ outline
│ ├─ phi [rad]
│ ├─ r [m]
│ └─ z [m]
├─ stokes_initial
│ ├─ s0
│ ├─ s1
│ ├─ s2
│ └─ s3
├─ stokes_output[:]
│ ├─ s0
│ ├─ s1
│ ├─ s2
│ ├─ s3
│ └─ time [s]
└─ time [s]
gas injection
IMASdd.gas_injection
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ pipe[:]
│ ├─ exit_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ flow_rate
│ │ ├─ data [Pa.m³.s⁻¹]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ length [m]
│ ├─ name
│ ├─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ species[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ fraction
│ │ └─ label
│ └─ valve_indices
├─ time [s]
└─ valve[:]
├─ electron_rate
│ ├─ data [s⁻¹]
│ └─ time [s]
├─ flow_rate
│ ├─ data [Pa.m³.s⁻¹]
│ └─ time [s]
├─ flow_rate_max [Pa.m³.s⁻¹]
├─ flow_rate_min [Pa.m³.s⁻¹]
├─ identifier
├─ name
├─ pipe_indices
├─ response_curve
│ ├─ flow_rate [Pa.m³.s⁻¹]
│ └─ voltage [V]
├─ species[:]
│ ├─ element[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ atoms_n
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ fraction
│ └─ label
└─ voltage
├─ data [V]
└─ time [s]
gas pumping
IMASdd.gas_pumping
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ duct[:]
│ ├─ flow_rate
│ │ ├─ data [Pa.m³.s⁻¹]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ └─ species[:]
│ ├─ element[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ atoms_n
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ flow_rate
│ │ ├─ data [Pa.m³.s⁻¹]
│ │ └─ time [s]
│ └─ label
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
gyrokinetics local
IMASdd.gyrokinetics_local
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ collisions
│ └─ collisionality_norm
├─ flux_surface
│ ├─ b_field_tor_sign
│ ├─ dc_dr_minor_norm
│ ├─ delongation_dr_minor_norm
│ ├─ dgeometric_axis_r_dr_minor
│ ├─ dgeometric_axis_z_dr_minor
│ ├─ ds_dr_minor_norm
│ ├─ elongation
│ ├─ ip_sign
│ ├─ magnetic_shear_r_minor
│ ├─ pressure_gradient_norm
│ ├─ q
│ ├─ r_minor_norm
│ ├─ shape_coefficients_c
│ └─ shape_coefficients_s
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ linear
│ └─ wavevector[:]
│ ├─ binormal_wavevector_norm
│ ├─ eigenmode[:]
│ │ ├─ angle_pol
│ │ ├─ code
│ │ │ ├─ output_flag
│ │ │ └─ parameters
│ │ ├─ fields
│ │ │ ├─ a_field_parallel_perturbed_norm
│ │ │ ├─ a_field_parallel_perturbed_parity
│ │ │ ├─ a_field_parallel_perturbed_weight
│ │ │ ├─ b_field_parallel_perturbed_norm
│ │ │ ├─ b_field_parallel_perturbed_parity
│ │ │ ├─ b_field_parallel_perturbed_weight
│ │ │ ├─ phi_potential_perturbed_norm
│ │ │ ├─ phi_potential_perturbed_parity
│ │ │ └─ phi_potential_perturbed_weight
│ │ ├─ frequency_norm
│ │ ├─ growth_rate_norm
│ │ ├─ growth_rate_tolerance
│ │ ├─ initial_value_run
│ │ ├─ linear_weights
│ │ │ ├─ energy_a_field_parallel
│ │ │ ├─ energy_b_field_parallel
│ │ │ ├─ energy_phi_potential
│ │ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ │ ├─ momentum_tor_parallel_phi_potential
│ │ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ │ ├─ particles_a_field_parallel
│ │ │ ├─ particles_b_field_parallel
│ │ │ └─ particles_phi_potential
│ │ ├─ linear_weights_rotating_frame
│ │ │ ├─ energy_a_field_parallel
│ │ │ ├─ energy_b_field_parallel
│ │ │ ├─ energy_phi_potential
│ │ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ │ ├─ momentum_tor_parallel_phi_potential
│ │ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ │ ├─ particles_a_field_parallel
│ │ │ ├─ particles_b_field_parallel
│ │ │ └─ particles_phi_potential
│ │ ├─ moments_norm_gyrocenter
│ │ │ ├─ density
│ │ │ ├─ heat_flux_parallel
│ │ │ ├─ j_parallel
│ │ │ ├─ pressure_parallel
│ │ │ ├─ pressure_perpendicular
│ │ │ ├─ v_parallel_energy_perpendicular
│ │ │ └─ v_perpendicular_square_energy
│ │ ├─ moments_norm_gyrocenter_bessel_0
│ │ │ ├─ density
│ │ │ ├─ heat_flux_parallel
│ │ │ ├─ j_parallel
│ │ │ ├─ pressure_parallel
│ │ │ ├─ pressure_perpendicular
│ │ │ ├─ v_parallel_energy_perpendicular
│ │ │ └─ v_perpendicular_square_energy
│ │ ├─ moments_norm_gyrocenter_bessel_1
│ │ │ ├─ density
│ │ │ ├─ heat_flux_parallel
│ │ │ ├─ j_parallel
│ │ │ ├─ pressure_parallel
│ │ │ ├─ pressure_perpendicular
│ │ │ ├─ v_parallel_energy_perpendicular
│ │ │ └─ v_perpendicular_square_energy
│ │ ├─ moments_norm_particle
│ │ │ ├─ density
│ │ │ ├─ heat_flux_parallel
│ │ │ ├─ j_parallel
│ │ │ ├─ pressure_parallel
│ │ │ ├─ pressure_perpendicular
│ │ │ ├─ v_parallel_energy_perpendicular
│ │ │ └─ v_perpendicular_square_energy
│ │ ├─ poloidal_turns
│ │ └─ time_norm
│ └─ radial_wavevector_norm
├─ model
│ ├─ adiabatic_electrons
│ ├─ collisions_energy_conservation
│ ├─ collisions_finite_larmor_radius
│ ├─ collisions_momentum_conservation
│ ├─ collisions_pitch_only
│ ├─ include_a_field_parallel
│ ├─ include_b_field_parallel
│ ├─ include_centrifugal_effects
│ ├─ include_coriolis_drift
│ └─ include_full_curvature_drift
├─ non_linear
│ ├─ angle_pol
│ ├─ binormal_wavevector_norm
│ ├─ code
│ │ ├─ output_flag
│ │ └─ parameters
│ ├─ fields_4d
│ │ ├─ a_field_parallel_perturbed_norm
│ │ ├─ b_field_parallel_perturbed_norm
│ │ └─ phi_potential_perturbed_norm
│ ├─ fields_intensity_1d
│ │ ├─ a_field_parallel_perturbed_norm
│ │ ├─ b_field_parallel_perturbed_norm
│ │ └─ phi_potential_perturbed_norm
│ ├─ fields_intensity_2d_surface_average
│ │ ├─ a_field_parallel_perturbed_norm
│ │ ├─ b_field_parallel_perturbed_norm
│ │ └─ phi_potential_perturbed_norm
│ ├─ fields_intensity_3d
│ │ ├─ a_field_parallel_perturbed_norm
│ │ ├─ b_field_parallel_perturbed_norm
│ │ └─ phi_potential_perturbed_norm
│ ├─ fields_zonal_2d
│ │ ├─ a_field_parallel_perturbed_norm
│ │ ├─ b_field_parallel_perturbed_norm
│ │ └─ phi_potential_perturbed_norm
│ ├─ fluxes_1d
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_1d_rotating_frame
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_2d_k_x_k_y_sum
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_2d_k_x_k_y_sum_rotating_frame
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_2d_k_x_sum
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_2d_k_x_sum_rotating_frame
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_3d
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_3d_rotating_frame
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_4d
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_4d_rotating_frame
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_5d
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ fluxes_5d_rotating_frame
│ │ ├─ energy_a_field_parallel
│ │ ├─ energy_b_field_parallel
│ │ ├─ energy_phi_potential
│ │ ├─ momentum_tor_parallel_a_field_parallel
│ │ ├─ momentum_tor_parallel_b_field_parallel
│ │ ├─ momentum_tor_parallel_phi_potential
│ │ ├─ momentum_tor_perpendicular_a_field_parallel
│ │ ├─ momentum_tor_perpendicular_b_field_parallel
│ │ ├─ momentum_tor_perpendicular_phi_potential
│ │ ├─ particles_a_field_parallel
│ │ ├─ particles_b_field_parallel
│ │ └─ particles_phi_potential
│ ├─ quasi_linear
│ ├─ radial_wavevector_norm
│ ├─ time_interval_norm
│ └─ time_norm
├─ normalizing_quantities
│ ├─ b_field_tor [T]
│ ├─ n_e [m⁻³]
│ ├─ r [m]
│ └─ t_e [eV]
├─ species[:]
│ ├─ charge_norm
│ ├─ density_log_gradient_norm
│ ├─ density_norm
│ ├─ mass_norm
│ ├─ potential_energy_gradient_norm
│ ├─ potential_energy_norm
│ ├─ temperature_log_gradient_norm
│ ├─ temperature_norm
│ └─ velocity_tor_gradient_norm
├─ species_all
│ ├─ angle_pol [rad]
│ ├─ beta_reference
│ ├─ debye_length_norm
│ ├─ shearing_rate_norm
│ └─ velocity_tor_norm
└─ time [s]
hard x rays
IMASdd.hard_x_rays
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ energy_band[:]
│ │ ├─ detection_efficiency
│ │ ├─ energies [eV]
│ │ ├─ lower_bound [eV]
│ │ └─ upper_bound [eV]
│ ├─ etendue [m².str]
│ ├─ etendue_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ filter_window[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ ├─ material
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ photon_absorption
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ thickness [m]
│ │ ├─ wavelength_lower [m]
│ │ ├─ wavelength_upper [m]
│ │ ├─ wavelengths [m]
│ │ ├─ x1_curvature [m]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_curvature [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ └─ radiance
│ ├─ data [(photons).s⁻¹.m⁻².sr⁻¹]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ emissivity_profile_1d[:]
│ ├─ emissivity [(photons).m⁻³.str⁻¹.s⁻¹]
│ ├─ half_width_external
│ ├─ half_width_internal
│ ├─ lower_bound [eV]
│ ├─ peak_position
│ ├─ rho_tor_norm
│ ├─ time [s]
│ ├─ upper_bound [eV]
│ └─ validity_timed
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
ic antennas
IMASdd.ic_antennas
├─ antenna[:]
│ ├─ available_launch_power [W]
│ ├─ efficiency
│ │ ├─ conversion
│ │ ├─ coupling
│ │ └─ transmission
│ ├─ frequency
│ │ ├─ data [Hz]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ module[:]
│ │ ├─ coupling_resistance
│ │ │ ├─ data [ohm]
│ │ │ └─ time [s]
│ │ ├─ current[:]
│ │ │ ├─ amplitude
│ │ │ │ ├─ data [A]
│ │ │ │ └─ time [s]
│ │ │ ├─ identifier
│ │ │ ├─ name
│ │ │ ├─ phase
│ │ │ │ ├─ data [rad]
│ │ │ │ └─ time [s]
│ │ │ └─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ frequency
│ │ │ ├─ data [Hz]
│ │ │ └─ time [s]
│ │ ├─ identifier
│ │ ├─ matching_element[:]
│ │ │ ├─ capacitance
│ │ │ │ ├─ data [F]
│ │ │ │ └─ time [s]
│ │ │ ├─ name
│ │ │ ├─ phase
│ │ │ │ ├─ data [rad]
│ │ │ │ └─ time [s]
│ │ │ └─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ name
│ │ ├─ phase_forward
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ phase_reflected
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ power_forward
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_launched
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_reflected
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ pressure[:]
│ │ │ ├─ amplitude
│ │ │ │ ├─ data [Pa]
│ │ │ │ └─ time [s]
│ │ │ ├─ identifier
│ │ │ ├─ name
│ │ │ ├─ phase
│ │ │ │ ├─ data [rad]
│ │ │ │ └─ time [s]
│ │ │ └─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ strap[:]
│ │ │ ├─ current
│ │ │ │ ├─ data [A]
│ │ │ │ └─ time [s]
│ │ │ ├─ distance_to_conductor [m]
│ │ │ ├─ geometry
│ │ │ │ ├─ annulus
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ ├─ radius_inner [m]
│ │ │ │ │ ├─ radius_outer [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ ├─ arcs_of_circle
│ │ │ │ │ ├─ curvature_radii [m]
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ ├─ geometry_type
│ │ │ │ ├─ oblique
│ │ │ │ │ ├─ alpha [rad]
│ │ │ │ │ ├─ beta [rad]
│ │ │ │ │ ├─ length_alpha [m]
│ │ │ │ │ ├─ length_beta [m]
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ ├─ outline
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ ├─ rectangle
│ │ │ │ │ ├─ height [m]
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ ├─ width [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ └─ thick_line
│ │ │ │ ├─ first_point
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ ├─ second_point
│ │ │ │ │ ├─ r [m]
│ │ │ │ │ └─ z [m]
│ │ │ │ └─ thickness [m]
│ │ │ ├─ outline
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ phase
│ │ │ │ ├─ data [rad]
│ │ │ │ └─ time [s]
│ │ │ └─ width_tor [m]
│ │ └─ voltage[:]
│ │ ├─ amplitude
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ phase
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ └─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ power_forward
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_launched
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_reflected
│ │ ├─ data [W]
│ │ └─ time [s]
│ └─ surface_current[:]
│ ├─ m_pol
│ ├─ n_tor
│ ├─ spectrum [A]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ power_launched
│ ├─ data [W]
│ └─ time [s]
├─ reference_point
│ ├─ r [m]
│ └─ z [m]
└─ time [s]
interferometer
IMASdd.interferometer
├─ channel[:]
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ third_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ n_e
│ │ ├─ data [m⁻³]
│ │ ├─ positions
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ time [s]
│ ├─ n_e_line
│ │ ├─ data [m⁻²]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ n_e_line_average
│ │ ├─ data [m⁻³]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ name
│ ├─ path_length_variation
│ │ ├─ data [m]
│ │ └─ time [s]
│ └─ wavelength[:]
│ ├─ fringe_jump_correction
│ ├─ fringe_jump_correction_times [s]
│ ├─ phase_corrected
│ │ ├─ data [rad]
│ │ └─ time [s]
│ ├─ phase_to_n_e_line [m⁻².rad⁻¹]
│ └─ value [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ electrons_n
│ ├─ data
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ n_e_volume_average
│ ├─ data [m⁻³]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
└─ time [s]
iron core
IMASdd.iron_core
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ segment[:]
│ ├─ b_field [T]
│ ├─ geometry
│ │ ├─ annulus
│ │ │ ├─ r [m]
│ │ │ ├─ radius_inner [m]
│ │ │ ├─ radius_outer [m]
│ │ │ └─ z [m]
│ │ ├─ arcs_of_circle
│ │ │ ├─ curvature_radii [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ oblique
│ │ │ ├─ alpha [rad]
│ │ │ ├─ beta [rad]
│ │ │ ├─ length_alpha [m]
│ │ │ ├─ length_beta [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ rectangle
│ │ │ ├─ height [m]
│ │ │ ├─ r [m]
│ │ │ ├─ width [m]
│ │ │ └─ z [m]
│ │ └─ thick_line
│ │ ├─ first_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ thickness [m]
│ ├─ identifier
│ ├─ magnetisation_r
│ │ ├─ data [T]
│ │ └─ time [s]
│ ├─ magnetisation_z
│ │ ├─ data [T]
│ │ └─ time [s]
│ ├─ name
│ └─ permeability_relative
└─ time [s]
langmuir probes
IMASdd.langmuir_probes
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ embedded[:]
│ ├─ b_field_angle
│ │ ├─ data [rad]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ distance_separatrix_midplane
│ │ ├─ data [m]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ fluence
│ │ ├─ data [m⁻²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ heat_flux_parallel
│ │ ├─ data [W.m⁻²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ ion_saturation_current
│ │ ├─ data [A]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ j_i_parallel
│ │ ├─ data [A.m⁻²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ j_i_parallel_sigma
│ │ ├─ data [A.m⁻²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ j_i_saturation
│ │ ├─ data [A.m⁻²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ j_i_saturation_kurtosis
│ │ ├─ data
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ j_i_saturation_sigma
│ │ ├─ data [A.m⁻²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ j_i_saturation_skew
│ │ ├─ data
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ multi_temperature_fits[:]
│ │ ├─ t_e
│ │ │ ├─ data [eV]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ t_i
│ │ │ ├─ data [eV]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ └─ time [s]
│ ├─ n_e
│ │ ├─ data [m⁻³]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ name
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ surface_area [m²]
│ ├─ surface_area_effective
│ │ ├─ data [m²]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ t_e
│ │ ├─ data [eV]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ t_i
│ │ ├─ data [eV]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ time [s]
│ ├─ v_floating
│ │ ├─ data [V]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ v_floating_sigma
│ │ ├─ data [V]
│ │ ├─ validity
│ │ └─ validity_timed
│ └─ v_plasma
│ ├─ data [V]
│ ├─ validity
│ └─ validity_timed
├─ equilibrium_id
│ ├─ data_entry
│ │ ├─ machine
│ │ ├─ pulse
│ │ ├─ pulse_type
│ │ ├─ run
│ │ └─ user
│ ├─ name
│ └─ occurrence
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ reciprocating[:]
│ ├─ identifier
│ ├─ name
│ ├─ plunge[:]
│ │ ├─ b_field_angle
│ │ │ ├─ data [rad]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ collector[:]
│ │ │ ├─ heat_flux_parallel
│ │ │ │ ├─ data [W.m⁻²]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ ion_saturation_current
│ │ │ │ ├─ data [A]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ j_i_kurtosis
│ │ │ │ ├─ data
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ j_i_parallel
│ │ │ │ ├─ data [A.m⁻²]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ j_i_saturation
│ │ │ │ ├─ data [A.m⁻²]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ j_i_sigma
│ │ │ │ ├─ data [A.m⁻²]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ j_i_skew
│ │ │ │ ├─ data
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ validity
│ │ │ │ ├─ validity_timed
│ │ │ │ └─ z [m]
│ │ │ ├─ t_e
│ │ │ │ ├─ data [eV]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ t_i
│ │ │ │ ├─ data [eV]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ ├─ v_floating
│ │ │ │ ├─ data [V]
│ │ │ │ ├─ validity
│ │ │ │ └─ validity_timed
│ │ │ └─ v_floating_sigma
│ │ │ ├─ data [V]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ distance_separatrix_midplane
│ │ │ ├─ data [m]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ distance_x_point_z
│ │ │ ├─ data [m]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ mach_number_parallel
│ │ │ ├─ data
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ n_e
│ │ │ ├─ data [m⁻³]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ position_average
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ ├─ validity
│ │ │ ├─ validity_timed
│ │ │ └─ z [m]
│ │ ├─ t_e_average
│ │ │ ├─ data [eV]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ t_i_average
│ │ │ ├─ data [eV]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ time [s]
│ │ ├─ time_within_plunge [s]
│ │ └─ v_plasma
│ │ ├─ data [V]
│ │ ├─ validity
│ │ └─ validity_timed
│ └─ surface_area [m²]
└─ time [s]
lh antennas
IMASdd.lh_antennas
├─ antenna[:]
│ ├─ available_launch_power [W]
│ ├─ distance_to_antenna [m]
│ ├─ efficiency
│ │ ├─ conversion
│ │ ├─ coupling
│ │ └─ transmission
│ ├─ frequency [Hz]
│ ├─ identifier
│ ├─ model_name
│ ├─ module[:]
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ phase
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ power_forward
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_launched
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ ├─ power_reflected
│ │ │ ├─ data [W]
│ │ │ └─ time [s]
│ │ └─ reflection_coefficient
│ │ ├─ data
│ │ └─ time [s]
│ ├─ n_e
│ │ ├─ data [m⁻³]
│ │ └─ time [s]
│ ├─ n_parallel_peak
│ │ ├─ data
│ │ └─ time [s]
│ ├─ name
│ ├─ phase_average
│ │ ├─ data [rad]
│ │ └─ time [s]
│ ├─ position
│ │ ├─ definition
│ │ ├─ phi
│ │ │ ├─ data [rad]
│ │ │ └─ time [s]
│ │ ├─ r
│ │ │ ├─ data [m]
│ │ │ └─ time [s]
│ │ └─ z
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ power_forward
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_launched
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ power_reflected
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ pressure_tank
│ │ ├─ data [Pa]
│ │ └─ time [s]
│ ├─ reflection_coefficient
│ │ ├─ data
│ │ └─ time [s]
│ └─ row[:]
│ ├─ n_pol
│ ├─ n_tor
│ ├─ name
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ ├─ time [s]
│ │ └─ z [m]
│ ├─ power_density_spectrum_1d [W]
│ ├─ power_density_spectrum_2d [W]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ power_launched
│ ├─ data [W]
│ └─ time [s]
├─ reference_point
│ ├─ r [m]
│ └─ z [m]
└─ time [s]
magnetics
IMASdd.magnetics
├─ b_field_pol_probe[:]
│ ├─ area [m²]
│ ├─ bandwidth_3db [Hz]
│ ├─ field
│ │ ├─ data [T]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ indices_differential
│ ├─ length [m]
│ ├─ name
│ ├─ non_linear_response
│ │ ├─ b_field_linear [T]
│ │ └─ b_field_non_linear [T]
│ ├─ poloidal_angle [rad]
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ toroidal_angle [rad]
│ ├─ turns
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ voltage
│ ├─ data [V]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ b_field_tor_probe[:]
│ ├─ area [m²]
│ ├─ bandwidth_3db [Hz]
│ ├─ field
│ │ ├─ data [T]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ indices_differential
│ ├─ length [m]
│ ├─ name
│ ├─ non_linear_response
│ │ ├─ b_field_linear [T]
│ │ └─ b_field_non_linear [T]
│ ├─ poloidal_angle [rad]
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ toroidal_angle [rad]
│ ├─ turns
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ voltage
│ ├─ data [V]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ diamagnetic_flux[:]
│ ├─ data [Wb]
│ ├─ method_name
│ └─ time [s]
├─ flux_loop[:]
│ ├─ area [m²]
│ ├─ flux
│ │ ├─ data [Wb]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ gm9 [m]
│ ├─ identifier
│ ├─ indices_differential
│ ├─ name
│ ├─ position[:]
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ voltage
│ ├─ data [V]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ ip[:]
│ ├─ data [A]
│ ├─ method_name
│ └─ time [s]
├─ latency [s]
├─ rogowski_coil[:]
│ ├─ area [m²]
│ ├─ current
│ │ ├─ data [A]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ indices_compound
│ ├─ measured_quantity
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ name
│ ├─ position[:]
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ turns_per_metre [m⁻¹]
├─ shunt[:]
│ ├─ divertor_index
│ ├─ identifier
│ ├─ name
│ ├─ position
│ │ ├─ first_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ resistance [Ohm]
│ ├─ target_index
│ ├─ tile_index
│ └─ voltage
│ ├─ data [V]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
└─ time [s]
mhd
IMASdd.mhd
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ggd[:]
│ ├─ a_field_r[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ a_field_tor[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ a_field_z[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ b_field_r[:]
│ │ ├─ coefficients [T]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T]
│ ├─ b_field_tor[:]
│ │ ├─ coefficients [T]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T]
│ ├─ b_field_z[:]
│ │ ├─ coefficients [T]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T]
│ ├─ electrons
│ │ └─ temperature[:]
│ │ ├─ coefficients [eV]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [eV]
│ ├─ j_r[:]
│ │ ├─ coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻²]
│ ├─ j_tor[:]
│ │ ├─ coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻²]
│ ├─ j_tor_r[:]
│ │ ├─ coefficients [A.m⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻¹]
│ ├─ j_z[:]
│ │ ├─ coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻²]
│ ├─ mass_density[:]
│ │ ├─ coefficients [kg.m⁻³]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [kg.m⁻³]
│ ├─ n_i_total[:]
│ │ ├─ coefficients [m⁻³]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³]
│ ├─ phi_potential[:]
│ │ ├─ coefficients [V]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [V]
│ ├─ psi[:]
│ │ ├─ coefficients [Wb]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [Wb]
│ ├─ t_i_average[:]
│ │ ├─ coefficients [eV]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [eV]
│ ├─ time [s]
│ ├─ velocity_parallel[:]
│ │ ├─ coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹]
│ ├─ velocity_parallel_over_b_field[:]
│ │ ├─ coefficients [m.s⁻¹.T⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹.T⁻¹]
│ ├─ velocity_r[:]
│ │ ├─ coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹]
│ ├─ velocity_tor[:]
│ │ ├─ coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹]
│ ├─ velocity_z[:]
│ │ ├─ coefficients [m.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m.s⁻¹]
│ ├─ vorticity[:]
│ │ ├─ coefficients [s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [s⁻¹]
│ ├─ vorticity_over_r[:]
│ │ ├─ coefficients [m⁻¹.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻¹.s⁻¹]
│ └─ zeff[:]
│ ├─ coefficients
│ ├─ grid_index
│ ├─ grid_subset_index
│ └─ values
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
mhd linear
IMASdd.mhd_linear
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ equations
│ ├─ description
│ ├─ index
│ └─ name
├─ fluids_n
├─ ideal_flag
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ model_type
│ ├─ description
│ ├─ index
│ └─ name
├─ time [s]
├─ time_slice[:]
│ ├─ time [s]
│ └─ toroidal_mode[:]
│ ├─ amplitude_multiplier [mixed]
│ ├─ ballooning_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ energy_perturbed [J]
│ ├─ frequency [Hz]
│ ├─ growthrate [Hz]
│ ├─ m_pol_dominant
│ ├─ n_tor
│ ├─ perturbation_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ phase [rad]
│ ├─ plasma
│ │ ├─ a_field_perturbed
│ │ │ ├─ coordinate1
│ │ │ │ ├─ coefficients_imaginary [T.m]
│ │ │ │ ├─ coefficients_real [T.m]
│ │ │ │ ├─ imaginary [T.m]
│ │ │ │ └─ real [T.m]
│ │ │ ├─ coordinate2
│ │ │ │ ├─ coefficients_imaginary [T.m]
│ │ │ │ ├─ coefficients_real [T.m]
│ │ │ │ ├─ imaginary [T.m]
│ │ │ │ └─ real [T.m]
│ │ │ └─ coordinate3
│ │ │ ├─ coefficients_imaginary [T.m]
│ │ │ ├─ coefficients_real [T.m]
│ │ │ ├─ imaginary [T.m]
│ │ │ └─ real [T.m]
│ │ ├─ alfven_frequency_spectrum[:]
│ │ │ ├─ imaginary [s⁻¹]
│ │ │ └─ real [s⁻¹]
│ │ ├─ b_field_perturbed
│ │ │ ├─ coordinate1
│ │ │ │ ├─ coefficients_imaginary [T]
│ │ │ │ ├─ coefficients_real [T]
│ │ │ │ ├─ imaginary [T]
│ │ │ │ └─ real [T]
│ │ │ ├─ coordinate2
│ │ │ │ ├─ coefficients_imaginary [T]
│ │ │ │ ├─ coefficients_real [T]
│ │ │ │ ├─ imaginary [T]
│ │ │ │ └─ real [T]
│ │ │ └─ coordinate3
│ │ │ ├─ coefficients_imaginary [T]
│ │ │ ├─ coefficients_real [T]
│ │ │ ├─ imaginary [T]
│ │ │ └─ real [T]
│ │ ├─ coordinate_system
│ │ │ ├─ grid
│ │ │ │ ├─ dim1 [mixed]
│ │ │ │ ├─ dim2 [mixed]
│ │ │ │ └─ volume_element [m³]
│ │ │ ├─ grid_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ r [m]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ ├─ tensor_covariant [mixed]
│ │ │ └─ z [m]
│ │ ├─ displacement_parallel
│ │ │ ├─ coefficients_imaginary [m]
│ │ │ ├─ coefficients_real [m]
│ │ │ ├─ imaginary [m]
│ │ │ └─ real [m]
│ │ ├─ displacement_perpendicular
│ │ │ ├─ coefficients_imaginary [m]
│ │ │ ├─ coefficients_real [m]
│ │ │ ├─ imaginary [m]
│ │ │ └─ real [m]
│ │ ├─ grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ └─ volume_element [m³]
│ │ ├─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ mass_density_perturbed
│ │ │ ├─ coefficients_imaginary [kg.m⁻³]
│ │ │ ├─ coefficients_real [kg.m⁻³]
│ │ │ ├─ imaginary [kg.m⁻³]
│ │ │ └─ real [kg.m⁻³]
│ │ ├─ ntv
│ │ │ ├─ imaginary [N.m⁻²]
│ │ │ └─ real [N.m⁻²]
│ │ ├─ phi_potential_perturbed
│ │ │ ├─ coefficients_imaginary [V]
│ │ │ ├─ coefficients_real [V]
│ │ │ ├─ imaginary [V]
│ │ │ └─ real [V]
│ │ ├─ pressure_perturbed
│ │ │ ├─ coefficients_imaginary [Pa]
│ │ │ ├─ coefficients_real [Pa]
│ │ │ ├─ imaginary [Pa]
│ │ │ └─ real [Pa]
│ │ ├─ psi_potential_perturbed
│ │ │ ├─ coefficients_imaginary [V]
│ │ │ ├─ coefficients_real [V]
│ │ │ ├─ imaginary [V]
│ │ │ └─ real [V]
│ │ ├─ stress_maxwell
│ │ │ ├─ imaginary [N.m⁻²]
│ │ │ └─ real [N.m⁻²]
│ │ ├─ stress_reynolds
│ │ │ ├─ imaginary [N.m⁻²]
│ │ │ └─ real [N.m⁻²]
│ │ ├─ tau_alfven [s]
│ │ ├─ tau_resistive [s]
│ │ ├─ temperature_perturbed
│ │ │ ├─ coefficients_imaginary [eV]
│ │ │ ├─ coefficients_real [eV]
│ │ │ ├─ imaginary [eV]
│ │ │ └─ real [eV]
│ │ └─ velocity_perturbed
│ │ ├─ coordinate1
│ │ │ ├─ coefficients_imaginary [m/s]
│ │ │ ├─ coefficients_real [m/s]
│ │ │ ├─ imaginary [m/s]
│ │ │ └─ real [m/s]
│ │ ├─ coordinate2
│ │ │ ├─ coefficients_imaginary [m/s]
│ │ │ ├─ coefficients_real [m/s]
│ │ │ ├─ imaginary [m/s]
│ │ │ └─ real [m/s]
│ │ └─ coordinate3
│ │ ├─ coefficients_imaginary [m/s]
│ │ ├─ coefficients_real [m/s]
│ │ ├─ imaginary [m/s]
│ │ └─ real [m/s]
│ ├─ radial_mode_number
│ └─ vacuum
│ ├─ a_field_perturbed
│ │ ├─ coordinate1
│ │ │ ├─ coefficients_imaginary [T.m]
│ │ │ ├─ coefficients_real [T.m]
│ │ │ ├─ imaginary [T.m]
│ │ │ └─ real [T.m]
│ │ ├─ coordinate2
│ │ │ ├─ coefficients_imaginary [T.m]
│ │ │ ├─ coefficients_real [T.m]
│ │ │ ├─ imaginary [T.m]
│ │ │ └─ real [T.m]
│ │ └─ coordinate3
│ │ ├─ coefficients_imaginary [T.m]
│ │ ├─ coefficients_real [T.m]
│ │ ├─ imaginary [T.m]
│ │ └─ real [T.m]
│ ├─ b_field_perturbed
│ │ ├─ coordinate1
│ │ │ ├─ coefficients_imaginary [T]
│ │ │ ├─ coefficients_real [T]
│ │ │ ├─ imaginary [T]
│ │ │ └─ real [T]
│ │ ├─ coordinate2
│ │ │ ├─ coefficients_imaginary [T]
│ │ │ ├─ coefficients_real [T]
│ │ │ ├─ imaginary [T]
│ │ │ └─ real [T]
│ │ └─ coordinate3
│ │ ├─ coefficients_imaginary [T]
│ │ ├─ coefficients_real [T]
│ │ ├─ imaginary [T]
│ │ └─ real [T]
│ ├─ coordinate_system
│ │ ├─ grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ └─ volume_element [m³]
│ │ ├─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ jacobian [mixed]
│ │ ├─ r [m]
│ │ ├─ tensor_contravariant [mixed]
│ │ ├─ tensor_covariant [mixed]
│ │ └─ z [m]
│ ├─ grid
│ │ ├─ dim1 [mixed]
│ │ ├─ dim2 [mixed]
│ │ └─ volume_element [m³]
│ └─ grid_type
│ ├─ description
│ ├─ index
│ └─ name
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
mse
IMASdd.mse
├─ channel[:]
│ ├─ active_spatial_resolution[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometric_coefficients [mixed]
│ │ ├─ time [s]
│ │ └─ width
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ └─ polarisation_angle
│ ├─ data [rad]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
nbi
IMASdd.nbi
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ time [s]
└─ unit[:]
├─ aperture[:]
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
├─ available_launch_power [W]
├─ beam_current_fraction
│ ├─ data
│ └─ time [s]
├─ beam_power_fraction
│ ├─ data
│ └─ time [s]
├─ beamlets_group[:]
│ ├─ angle [rad]
│ ├─ beamlets
│ │ ├─ angles [rad]
│ │ ├─ positions
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ power_fractions
│ │ └─ tangency_radii [m]
│ ├─ direction
│ ├─ divergence_component[:]
│ │ ├─ horizontal [rad]
│ │ ├─ particles_fraction
│ │ └─ vertical [rad]
│ ├─ focus
│ │ ├─ focal_length_horizontal [m]
│ │ ├─ focal_length_vertical [m]
│ │ ├─ width_min_horizontal [m]
│ │ └─ width_min_vertical [m]
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ tangency_radius [m]
│ ├─ tilting[:]
│ │ ├─ delta_angle [rad]
│ │ ├─ delta_position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ delta_tangency_radius [m]
│ │ └─ time [s]
│ ├─ width_horizontal [m]
│ └─ width_vertical [m]
├─ efficiency
│ ├─ conversion
│ └─ transmission
├─ energy
│ ├─ data [eV]
│ └─ time [s]
├─ identifier
├─ name
├─ power_launched
│ ├─ data [W]
│ └─ time [s]
├─ source
│ ├─ centre
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ geometry_type
│ ├─ outline
│ │ ├─ x1 [m]
│ │ └─ x2 [m]
│ ├─ radius [m]
│ ├─ surface [m²]
│ ├─ x1_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x1_width [m]
│ ├─ x2_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ x2_width [m]
│ └─ x3_unit_vector
│ ├─ x [m]
│ ├─ y [m]
│ └─ z [m]
└─ species
├─ a [Atomic Mass Unit]
├─ label
└─ z_n [Elementary Charge Unit]
neutron diagnostic
IMASdd.neutron_diagnostic
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ detector[:]
│ ├─ adc
│ │ ├─ bias [V]
│ │ ├─ discriminator_level_lower
│ │ ├─ discriminator_level_upper
│ │ ├─ impedance [ohm]
│ │ ├─ input_range [V]
│ │ ├─ power_switch
│ │ └─ sampling_rate
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ b_field_sensor
│ │ ├─ amplitude
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ ├─ fall_time [s]
│ │ ├─ frequency
│ │ │ ├─ data [Hz]
│ │ │ └─ time [s]
│ │ ├─ power_switch
│ │ ├─ rise_time [s]
│ │ └─ shape
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ energy_band[:]
│ │ ├─ detection_efficiency
│ │ ├─ energies [eV]
│ │ ├─ lower_bound [eV]
│ │ └─ upper_bound [eV]
│ ├─ exposure_time [s]
│ ├─ field_of_view
│ │ ├─ direction_to_detector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ emission_grid
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ solid_angle [sr]
│ ├─ geometry
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ green_functions
│ │ ├─ event_in_detector_neutron_flux
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ values [mixed]
│ │ ├─ event_in_detector_response_function
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ values [mixed]
│ │ ├─ neutron_flux [m⁻².neutron⁻¹]
│ │ ├─ neutron_flux_integrated_flags
│ │ ├─ response_function [events.neutron⁻¹]
│ │ ├─ response_function_integrated_flags
│ │ └─ source_neutron_energies [eV]
│ ├─ material
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ mode[:]
│ │ ├─ count_limit_max [counts.s⁻¹]
│ │ ├─ count_limit_min [counts.s⁻¹]
│ │ ├─ counting
│ │ │ ├─ data [counts.s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ spectrum
│ │ ├─ data [counts.s⁻¹]
│ │ └─ time [s]
│ ├─ name
│ ├─ nuclei_n
│ ├─ supply_high_voltage
│ │ ├─ power_switch
│ │ ├─ voltage_out
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ └─ voltage_set
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ supply_low_voltage
│ │ ├─ power_switch
│ │ ├─ voltage_out
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ └─ voltage_set
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ temperature [K]
│ ├─ temperature_sensor
│ │ ├─ amplitude
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ ├─ fall_time [s]
│ │ ├─ frequency
│ │ │ ├─ data [Hz]
│ │ │ └─ time [s]
│ │ ├─ power_switch
│ │ ├─ rise_time [s]
│ │ └─ shape
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ test_generator
│ ├─ amplitude
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ fall_time [s]
│ ├─ frequency
│ │ ├─ data [Hz]
│ │ └─ time [s]
│ ├─ power_switch
│ ├─ rise_time [s]
│ └─ shape
│ ├─ description
│ ├─ index
│ └─ name
├─ fusion_power [W]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ neutron_flux_total [s⁻¹]
└─ time [s]
neutronics
IMASdd.neutronics
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ first_wall
│ ├─ r [m]
│ └─ z [m]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ time_slice[:]
├─ time [s]
└─ wall_loading
├─ flux_r [W/m²]
├─ flux_z [W/m²]
└─ power [W]
ntms
IMASdd.ntms
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
├─ time_slice[:]
│ ├─ mode[:]
│ │ ├─ calculation_method
│ │ ├─ delta_diff [m².s⁻¹]
│ │ ├─ deltaw[:]
│ │ │ ├─ name
│ │ │ └─ value [m⁻¹]
│ │ ├─ detailed_evolution
│ │ │ ├─ calculation_method
│ │ │ ├─ delta_diff [m².s⁻¹]
│ │ │ ├─ deltaw[:]
│ │ │ │ ├─ name
│ │ │ │ └─ value [m⁻¹]
│ │ │ ├─ dfrequency_dt [s⁻²]
│ │ │ ├─ dphase_dt [rad/s]
│ │ │ ├─ dwidth_dt [m/s]
│ │ │ ├─ frequency [Hz]
│ │ │ ├─ m_pol
│ │ │ ├─ n_tor
│ │ │ ├─ phase [rad]
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ time_detailed [s]
│ │ │ ├─ torque[:]
│ │ │ │ ├─ name
│ │ │ │ └─ value [kg.m².s⁻²]
│ │ │ └─ width [m]
│ │ ├─ dfrequency_dt [s⁻²]
│ │ ├─ dphase_dt [rad/s]
│ │ ├─ dwidth_dt [m/s]
│ │ ├─ frequency [Hz]
│ │ ├─ m_pol
│ │ ├─ n_tor
│ │ ├─ onset
│ │ │ ├─ cause
│ │ │ ├─ m_pol
│ │ │ ├─ n_tor
│ │ │ ├─ phase [rad]
│ │ │ ├─ time_offset [s]
│ │ │ ├─ time_onset [s]
│ │ │ └─ width [m]
│ │ ├─ phase [rad]
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ torque[:]
│ │ │ ├─ name
│ │ │ └─ value [kg.m².s⁻²]
│ │ └─ width [m]
│ └─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
operational instrumentation
IMASdd.operational_instrumentation
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ sensor[:]
│ ├─ acceleration
│ │ ├─ data [m.s⁻²]
│ │ └─ time [s]
│ ├─ attachement_points[:]
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ attachement_uris
│ ├─ direction
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ direction_second
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ gauge_length [m]
│ ├─ identifier
│ ├─ length
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ name
│ ├─ strain
│ │ ├─ data
│ │ └─ time [s]
│ ├─ strain_rosette
│ │ ├─ data
│ │ └─ time [s]
│ ├─ temperature
│ │ ├─ data [K]
│ │ └─ time [s]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
pellets
IMASdd.pellets
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ launcher[:]
│ ├─ name
│ ├─ shape
│ │ ├─ size
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ species[:]
│ ├─ a [Atomic Mass Unit]
│ ├─ label
│ └─ z_n [Elementary Charge Unit]
├─ time [s]
└─ time_slice[:]
├─ pellet[:]
│ ├─ frequency [Hz]
│ ├─ layer[:]
│ │ ├─ species[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ density [atoms.m⁻³]
│ │ │ ├─ fraction
│ │ │ ├─ label
│ │ │ ├─ sublimation_energy [eV]
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ └─ thickness [m]
│ ├─ path_geometry
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ path_profiles
│ │ ├─ ablated_particles
│ │ ├─ ablation_rate [s⁻¹]
│ │ ├─ distance [m]
│ │ ├─ n_e [m⁻³]
│ │ ├─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ psi [Wb]
│ │ ├─ rho_tor_norm
│ │ ├─ rho_tor_norm_drift
│ │ ├─ t_e [eV]
│ │ └─ velocity [m.s⁻¹]
│ ├─ propellant_gas
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ └─ molecules_n
│ ├─ shape
│ │ ├─ size [m]
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ species[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ density [atoms.m⁻³]
│ │ ├─ fraction
│ │ ├─ label
│ │ ├─ sublimation_energy [eV]
│ │ └─ z_n [Elementary Charge Unit]
│ └─ velocity_initial [m.s⁻¹]
└─ time [s]
pf active
IMASdd.pf_active
├─ circuit[:]
│ ├─ connections
│ ├─ current
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ ├─ type
│ └─ voltage
│ ├─ data [V]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coil[:]
│ ├─ b_field_max [T]
│ ├─ b_field_max_timed
│ │ ├─ data [T]
│ │ └─ time [s]
│ ├─ current
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ current_limit_max [A]
│ ├─ element[:]
│ │ ├─ area [m²]
│ │ ├─ geometry
│ │ │ ├─ annulus
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ radius_inner [m]
│ │ │ │ ├─ radius_outer [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ arcs_of_circle
│ │ │ │ ├─ curvature_radii [m]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ geometry_type
│ │ │ ├─ oblique
│ │ │ │ ├─ alpha [rad]
│ │ │ │ ├─ beta [rad]
│ │ │ │ ├─ length_alpha [m]
│ │ │ │ ├─ length_beta [m]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ outline
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ rectangle
│ │ │ │ ├─ height [m]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ width [m]
│ │ │ │ └─ z [m]
│ │ │ └─ thick_line
│ │ │ ├─ first_point
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ second_point
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ thickness [m]
│ │ ├─ identifier
│ │ ├─ name
│ │ └─ turns_with_sign
│ ├─ energy_limit_max [J]
│ ├─ force_radial
│ │ ├─ data [N]
│ │ └─ time [s]
│ ├─ force_radial_crushing
│ │ ├─ data [N]
│ │ └─ time [s]
│ ├─ force_vertical
│ │ ├─ data [N]
│ │ └─ time [s]
│ ├─ force_vertical_crushing
│ │ ├─ data [N]
│ │ └─ time [s]
│ ├─ function[:]
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ identifier
│ ├─ name
│ ├─ resistance [Ohm]
│ ├─ resistance_additional
│ │ ├─ data [Ohm]
│ │ └─ time [s]
│ ├─ temperature [K]
│ └─ voltage
│ ├─ data [V]
│ └─ time [s]
├─ force_limits
│ ├─ combination_matrix
│ ├─ force
│ │ ├─ data [N]
│ │ └─ time [s]
│ ├─ limit_max [N]
│ └─ limit_min [N]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ supply[:]
│ ├─ current
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ current_limit_max [A]
│ ├─ current_limit_min [A]
│ ├─ current_limiter_gain [V]
│ ├─ delay [s]
│ ├─ energy_limit_max [J]
│ ├─ filter_denominator [mixed]
│ ├─ filter_numerator [mixed]
│ ├─ identifier
│ ├─ name
│ ├─ nonlinear_model
│ ├─ resistance [Ohm]
│ ├─ type
│ ├─ voltage
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ voltage_limit_max [V]
│ └─ voltage_limit_min [V]
└─ time [s]
pf passive
IMASdd.pf_passive
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ loop[:]
│ ├─ current [A]
│ ├─ element[:]
│ │ ├─ area [m²]
│ │ ├─ geometry
│ │ │ ├─ annulus
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ radius_inner [m]
│ │ │ │ ├─ radius_outer [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ arcs_of_circle
│ │ │ │ ├─ curvature_radii [m]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ geometry_type
│ │ │ ├─ oblique
│ │ │ │ ├─ alpha [rad]
│ │ │ │ ├─ beta [rad]
│ │ │ │ ├─ length_alpha [m]
│ │ │ │ ├─ length_beta [m]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ outline
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ rectangle
│ │ │ │ ├─ height [m]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ width [m]
│ │ │ │ └─ z [m]
│ │ │ └─ thick_line
│ │ │ ├─ first_point
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ second_point
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ thickness [m]
│ │ ├─ identifier
│ │ ├─ name
│ │ └─ turns_with_sign
│ ├─ name
│ ├─ resistance [Ohm]
│ ├─ resistivity [Ohm.m]
│ └─ time [s]
└─ time [s]
pf plasma
IMASdd.pf_plasma
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ element[:]
│ ├─ area [m²]
│ ├─ current [A]
│ ├─ geometry
│ │ ├─ annulus
│ │ │ ├─ r [m]
│ │ │ ├─ radius_inner [m]
│ │ │ ├─ radius_outer [m]
│ │ │ └─ z [m]
│ │ ├─ arcs_of_circle
│ │ │ ├─ curvature_radii [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ oblique
│ │ │ ├─ alpha [rad]
│ │ │ ├─ beta [rad]
│ │ │ ├─ length_alpha [m]
│ │ │ ├─ length_beta [m]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ rectangle
│ │ │ ├─ height [m]
│ │ │ ├─ r [m]
│ │ │ ├─ width [m]
│ │ │ └─ z [m]
│ │ └─ thick_line
│ │ ├─ first_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ thickness [m]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
plasma initiation
IMASdd.plasma_initiation
├─ b_field_lines[:]
│ ├─ e_field_parallel [V.m⁻¹]
│ ├─ e_field_townsend [V.m⁻¹]
│ ├─ grid
│ │ ├─ dim1 [mixed]
│ │ ├─ dim2 [mixed]
│ │ └─ volume_element [m³]
│ ├─ grid_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ lengths [m]
│ ├─ open_fraction
│ ├─ pressure [Pa]
│ ├─ starting_positions
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ time [s]
│ ├─ townsend_or_closed_grid_positions
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ townsend_or_closed_positions
│ ├─ r [m]
│ └─ z [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ global_quantities
│ ├─ b_field_perpendicular
│ │ ├─ data [T]
│ │ └─ time [s]
│ ├─ b_field_stray
│ │ ├─ data [T]
│ │ └─ time [s]
│ ├─ connection_length
│ │ ├─ data [m]
│ │ └─ time [s]
│ └─ coulomb_logarithm
│ ├─ data
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_2d[:]
│ ├─ e_field_tor [V.m⁻¹]
│ ├─ grid
│ │ ├─ dim1 [mixed]
│ │ ├─ dim2 [mixed]
│ │ └─ volume_element [m³]
│ ├─ grid_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ time [s]
└─ time [s]
polarimeter
IMASdd.polarimeter
├─ channel[:]
│ ├─ ellipticity
│ │ ├─ data
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ ellipticity_initial [m]
│ ├─ faraday_angle
│ │ ├─ data [rad]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ third_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ polarisation_initial [m]
│ └─ wavelength [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
pulse schedule
IMASdd.pulse_schedule
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ density_control
│ ├─ ion[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ n_i_volume_average
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ mode
│ ├─ n_e_greenwald_fraction
│ │ └─ reference [mixed]
│ ├─ n_e_line
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ n_e_line_lcfs
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ n_e_line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ third_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ n_e_pedestal
│ │ └─ reference [mixed]
│ ├─ n_e_pedestal_greenwald_fraction
│ │ └─ reference [mixed]
│ ├─ n_e_profile_average
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ n_e_volume_average
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ n_h_over_n_d
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ n_t_over_n_d
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ time [s]
│ ├─ valve[:]
│ │ ├─ flow_rate
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ identifier
│ │ ├─ name
│ │ └─ species[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ fraction
│ │ └─ label
│ ├─ zeff
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ zeff_line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ third_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ zeff_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ zeff_pedestal
│ └─ reference [mixed]
├─ ec
│ ├─ beam[:]
│ │ ├─ deposition_rho_tor_norm
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ deposition_rho_tor_norm_width
│ │ │ └─ reference [mixed]
│ │ ├─ frequency
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ power_launched
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ steering_angle_pol
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ steering_angle_tor
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ mode
│ ├─ power_launched
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ └─ time [s]
├─ event[:]
│ ├─ acquisition_state
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ acquisition_strategy
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ duration [s]
│ ├─ identifier
│ ├─ listeners
│ ├─ provider
│ ├─ time_stamp [s]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ flux_control
│ ├─ beta_normal
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ i_plasma
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ li_3
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ loop_voltage
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ mode
│ └─ time [s]
├─ ic
│ ├─ antenna[:]
│ │ ├─ deposition_rho_tor_norm
│ │ │ └─ reference [mixed]
│ │ ├─ deposition_rho_tor_norm_width
│ │ │ └─ reference [mixed]
│ │ ├─ frequency
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ phase
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ power
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ power_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ mode
│ ├─ power
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ lh
│ ├─ antenna[:]
│ │ ├─ deposition_rho_tor_norm
│ │ │ └─ reference [mixed]
│ │ ├─ deposition_rho_tor_norm_width
│ │ │ └─ reference [mixed]
│ │ ├─ frequency
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ identifier
│ │ ├─ n_parallel
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ name
│ │ ├─ phase
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ power
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ power_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ mode
│ ├─ power
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ └─ time [s]
├─ nbi
│ ├─ mode
│ ├─ power
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ time [s]
│ └─ unit[:]
│ ├─ deposition_rho_tor_norm
│ │ └─ reference [mixed]
│ ├─ deposition_rho_tor_norm_width
│ │ └─ reference [mixed]
│ ├─ energy
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ identifier
│ ├─ name
│ ├─ power
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ └─ species[:]
│ ├─ element[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ atoms_n
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ fraction
│ └─ label
├─ pellet
│ ├─ launcher[:]
│ │ ├─ deposition_rho_tor_norm
│ │ │ └─ reference [mixed]
│ │ ├─ deposition_rho_tor_norm_width
│ │ │ └─ reference [mixed]
│ │ └─ frequency
│ │ └─ reference [mixed]
│ └─ time [s]
├─ pf_active
│ ├─ coil[:]
│ │ ├─ current
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ resistance_additional
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ voltage
│ │ └─ reference [mixed]
│ ├─ mode
│ ├─ supply[:]
│ │ ├─ current
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ ├─ identifier
│ │ ├─ name
│ │ └─ voltage
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ └─ time [s]
├─ position_control
│ ├─ active_limiter_point
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ boundary_outline[:]
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ current_centroid
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ elongation
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ elongation_lower
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ elongation_upper
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ gap[:]
│ │ ├─ angle [rad]
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ r [m]
│ │ ├─ value
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z [m]
│ ├─ geometric_axis
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ magnetic_axis
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ minor_radius
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ mode
│ ├─ ovality
│ │ └─ reference [mixed]
│ ├─ squareness
│ │ └─ reference [mixed]
│ ├─ squareness_lower_inner
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ squareness_lower_outer
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ squareness_upper_inner
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ squareness_upper_outer
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ strike_point[:]
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ tilt
│ │ └─ reference [mixed]
│ ├─ time [s]
│ ├─ triangularity
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ triangularity_inner
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ triangularity_lower
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ triangularity_minor
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ triangularity_outer
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ triangularity_upper
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ twist
│ │ └─ reference [mixed]
│ ├─ x_point[:]
│ │ ├─ r
│ │ │ ├─ envelope_type
│ │ │ ├─ reference [mixed]
│ │ │ ├─ reference_name
│ │ │ └─ reference_type
│ │ └─ z
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ z_r_max
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ └─ z_r_min
│ ├─ envelope_type
│ ├─ reference [mixed]
│ ├─ reference_name
│ └─ reference_type
├─ profiles_control
│ ├─ dpressure_dpsi
│ │ └─ reference [Pa.Wb⁻¹]
│ ├─ f_df_dpsi
│ │ └─ reference [mixed]
│ ├─ psi_norm
│ └─ time [s]
├─ tf
│ ├─ b_field_tor_vacuum
│ │ └─ reference [T]
│ ├─ b_field_tor_vacuum_r
│ │ ├─ envelope_type
│ │ ├─ reference [mixed]
│ │ ├─ reference_name
│ │ └─ reference_type
│ ├─ mode
│ ├─ r0 [m]
│ └─ time [s]
└─ time [s]
radiation
IMASdd.radiation
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ process[:]
│ ├─ ggd[:]
│ │ ├─ electrons
│ │ │ └─ emissivity[:]
│ │ │ ├─ coefficients [W.m⁻³]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻³]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ emissivity[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ neutral_index
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ emissivity[:]
│ │ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻³]
│ │ │ │ ├─ label
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ emissivity[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ emissivity[:]
│ │ │ │ ├─ coefficients [W.m⁻³]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ └─ time [s]
│ ├─ global_quantities[:]
│ │ ├─ inside_lcfs
│ │ │ ├─ power [W]
│ │ │ ├─ power_electrons [W]
│ │ │ ├─ power_ion_total [W]
│ │ │ └─ power_neutral_total [W]
│ │ ├─ inside_vessel
│ │ │ ├─ power [W]
│ │ │ ├─ power_electrons [W]
│ │ │ ├─ power_ion_total [W]
│ │ │ └─ power_neutral_total [W]
│ │ └─ time [s]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ profiles_1d[:]
│ ├─ electrons
│ │ ├─ emissivity [W.m⁻³]
│ │ └─ power_inside [W]
│ ├─ emissivity_ion_total [W.m⁻³]
│ ├─ emissivity_neutral_total [W.m⁻³]
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ emissivity [W.m⁻³]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ neutral_index
│ │ ├─ power_inside [W]
│ │ ├─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ emissivity [W.m⁻³]
│ │ │ ├─ label
│ │ │ ├─ power_inside [W]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ emissivity [W.m⁻³]
│ │ ├─ ion_index
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ power_inside [W]
│ │ └─ state[:]
│ │ ├─ electron_configuration
│ │ ├─ emissivity [W.m⁻³]
│ │ ├─ label
│ │ ├─ neutral_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ power_inside [W]
│ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ └─ vibrational_mode
│ ├─ power_inside_ion_total [W]
│ ├─ power_inside_neutral_total [W]
│ └─ time [s]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
real time data
IMASdd.real_time_data
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ topic[:]
├─ name
├─ sample
├─ signal[:]
│ ├─ allocated_position
│ ├─ data_str
│ ├─ data_type
│ ├─ name
│ └─ quality
└─ time_stamp [s]
reflectometer fluctuation
IMASdd.reflectometer_fluctuation
├─ channel[:]
│ ├─ amplitude
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ antenna_detection_static
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_width [m]
│ │ └─ x2_width [m]
│ ├─ antenna_emission_static
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_width [m]
│ │ └─ x2_width [m]
│ ├─ antennas_orientation[:]
│ │ ├─ antenna_detection
│ │ │ ├─ x1_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x2_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ └─ x3_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ antenna_emission
│ │ │ ├─ x1_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x2_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ └─ x3_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ line_of_sight_detection
│ │ │ ├─ first_point
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ line_of_sight_emission
│ │ │ ├─ first_point
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ time [s]
│ ├─ doppler
│ │ ├─ e_field_radial [V.m⁻¹]
│ │ ├─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ psi [W]
│ │ │ ├─ r [m]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ theta [rad]
│ │ │ └─ z [m]
│ │ ├─ radial_width [m]
│ │ ├─ shift [Hz]
│ │ ├─ time [s]
│ │ ├─ time_width [s]
│ │ ├─ velocity_pol [m.s⁻¹]
│ │ └─ wavenumber [m⁻¹]
│ ├─ fluctuations_level
│ │ ├─ dn_e_over_n_e
│ │ ├─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ psi [W]
│ │ │ ├─ r [m]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ theta [rad]
│ │ │ └─ z [m]
│ │ ├─ radial_width [m]
│ │ ├─ time [s]
│ │ └─ time_width [s]
│ ├─ fluctuations_spectrum
│ │ ├─ frequencies_fourier [Hz]
│ │ ├─ power_log [dB]
│ │ ├─ time [s]
│ │ └─ time_width [s]
│ ├─ frequencies
│ │ ├─ data [Hz]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ mode
│ ├─ name
│ ├─ phase
│ │ ├─ data [rad]
│ │ └─ time [s]
│ ├─ raw_signal
│ │ ├─ i_component [V]
│ │ ├─ q_component [V]
│ │ └─ time [s]
│ └─ sweep_time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ psi_normalization
│ ├─ psi_boundary [Wb]
│ ├─ psi_magnetic_axis [Wb]
│ └─ time [s]
├─ time [s]
└─ type
reflectometer profile
IMASdd.reflectometer_profile
├─ channel[:]
│ ├─ amplitude
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ antenna_detection
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ antenna_emission
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ cut_off_frequency [Hz]
│ ├─ frequencies [Hz]
│ ├─ identifier
│ ├─ line_of_sight_detection
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ line_of_sight_emission
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ mode
│ ├─ n_e
│ │ ├─ data [m⁻³]
│ │ └─ time [s]
│ ├─ name
│ ├─ phase
│ │ ├─ data [rad]
│ │ └─ time [s]
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ psi [W]
│ │ ├─ r [m]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor_norm
│ │ ├─ theta [rad]
│ │ └─ z [m]
│ └─ sweep_time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ n_e
│ ├─ data [m⁻³]
│ └─ time [s]
├─ position
│ ├─ phi [rad]
│ ├─ psi [W]
│ ├─ r [m]
│ ├─ rho_pol_norm
│ ├─ rho_tor_norm
│ ├─ theta [rad]
│ └─ z [m]
├─ psi_normalization
│ ├─ psi_boundary [Wb]
│ ├─ psi_magnetic_axis [Wb]
│ └─ time [s]
├─ time [s]
└─ type
refractometer
IMASdd.refractometer
├─ channel[:]
│ ├─ bandwidth[:]
│ │ ├─ frequency_main [Hz]
│ │ ├─ i_component [V]
│ │ ├─ n_e_line
│ │ │ ├─ data [m⁻²]
│ │ │ └─ time [s]
│ │ ├─ phase [rad]
│ │ ├─ phase_quadrature
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ ├─ q_component [V]
│ │ ├─ time [s]
│ │ └─ time_detector [s]
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ mode
│ ├─ n_e_line
│ │ ├─ data [m⁻²]
│ │ └─ time [s]
│ ├─ n_e_profile_approximation
│ │ ├─ formula
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ parameters [mixed]
│ └─ name
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ time [s]
└─ type
requirements
IMASdd.requirements
├─ Psol_R [W/m]
├─ beta_normal
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coil_j_margin
├─ coil_stress_margin
├─ cost [$M]
├─ flattop_duration [s]
├─ h98y2
├─ hds03
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ lh_power_threshold_fraction
├─ ne_peaking
├─ power_electric_net [W]
├─ q95
├─ q_pol_omp [W/m²]
├─ time [s]
└─ tritium_breeding_ratio
runaway electrons
IMASdd.runaway_electrons
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ distribution
│ ├─ ggd[:]
│ │ ├─ expansion[:]
│ │ │ └─ grid_subset[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ expansion_fd3v[:]
│ │ │ └─ grid_subset[:]
│ │ │ ├─ coefficients [mixed]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [mixed]
│ │ ├─ temperature [eV]
│ │ └─ time [s]
│ ├─ gyro_type
│ └─ markers[:]
│ ├─ coordinate_identifier[:]
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ orbit_integrals
│ │ ├─ bounce_harmonics
│ │ ├─ expressions
│ │ ├─ m_pol
│ │ ├─ n_tor
│ │ └─ values
│ ├─ orbit_integrals_instant
│ │ ├─ expressions
│ │ ├─ time_orbit [s]
│ │ └─ values
│ ├─ positions [mixed]
│ ├─ time [s]
│ ├─ toroidal_mode
│ └─ weights
├─ e_field_critical_definition
│ ├─ description
│ ├─ index
│ └─ name
├─ ggd_fluid[:]
│ ├─ current_density[:]
│ │ ├─ coefficients [A.m⁻²]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [A.m⁻²]
│ ├─ ddensity_dt_compton[:]
│ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³.s⁻¹]
│ ├─ ddensity_dt_dreicer[:]
│ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³.s⁻¹]
│ ├─ ddensity_dt_hot_tail[:]
│ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³.s⁻¹]
│ ├─ ddensity_dt_total[:]
│ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³.s⁻¹]
│ ├─ ddensity_dt_tritium[:]
│ │ ├─ coefficients [m⁻³.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³.s⁻¹]
│ ├─ density[:]
│ │ ├─ coefficients [m⁻³]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [m⁻³]
│ ├─ e_field_critical[:]
│ │ ├─ coefficients [V.m⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [V.m⁻¹]
│ ├─ e_field_dreicer[:]
│ │ ├─ coefficients [V.m⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [V.m⁻¹]
│ ├─ energy_density_kinetic[:]
│ │ ├─ coefficients [J.m⁻³]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [J.m⁻³]
│ ├─ momentum_critical_avalanche[:]
│ │ ├─ coefficients [kg.m⁻¹.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [kg.m⁻¹.s⁻¹]
│ ├─ momentum_critical_hot_tail[:]
│ │ ├─ coefficients [kg.m⁻¹.s⁻¹]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [kg.m⁻¹.s⁻¹]
│ ├─ pitch_angle[:]
│ │ ├─ coefficients
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values
│ └─ time [s]
├─ global_quantities
│ ├─ current_tor [A]
│ ├─ energy_kinetic [J]
│ └─ volume_average
│ ├─ current_density [A.m⁻²]
│ ├─ ddensity_dt_compton [m⁻³.s⁻¹]
│ ├─ ddensity_dt_dreicer [m⁻³.s⁻¹]
│ ├─ ddensity_dt_hot_tail [m⁻³.s⁻¹]
│ ├─ ddensity_dt_total [m⁻³.s⁻¹]
│ ├─ ddensity_dt_tritium [m⁻³.s⁻¹]
│ ├─ density [m⁻³]
│ ├─ e_field_critical [V.m⁻¹]
│ ├─ e_field_dreicer [V.m⁻¹]
│ ├─ energy_density_kinetic [J.m⁻³]
│ ├─ momentum_critical_avalanche [kg.m⁻¹.s⁻¹]
│ ├─ momentum_critical_hot_tail [kg.m⁻¹.s⁻¹]
│ └─ pitch_angle
├─ grid_ggd[:]
│ ├─ grid_subset[:]
│ │ ├─ base[:]
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ dimension
│ │ ├─ element[:]
│ │ │ └─ object[:]
│ │ │ ├─ dimension
│ │ │ ├─ index
│ │ │ └─ space
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ metric
│ │ ├─ jacobian [mixed]
│ │ ├─ tensor_contravariant [mixed]
│ │ └─ tensor_covariant [mixed]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ path
│ ├─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ momentum_critical_avalanche_definition
│ ├─ description
│ ├─ index
│ └─ name
├─ momentum_critical_hot_tail_definition
│ ├─ description
│ ├─ index
│ └─ name
├─ profiles_1d[:]
│ ├─ current_density [A.m⁻²]
│ ├─ ddensity_dt_compton [m⁻³.s⁻¹]
│ ├─ ddensity_dt_dreicer [m⁻³.s⁻¹]
│ ├─ ddensity_dt_hot_tail [m⁻³.s⁻¹]
│ ├─ ddensity_dt_total [m⁻³.s⁻¹]
│ ├─ ddensity_dt_tritium [m⁻³.s⁻¹]
│ ├─ density [m⁻³]
│ ├─ e_field_critical [V.m⁻¹]
│ ├─ e_field_dreicer [V.m⁻¹]
│ ├─ energy_density_kinetic [J.m⁻³]
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ momentum_critical_avalanche [kg.m⁻¹.s⁻¹]
│ ├─ momentum_critical_hot_tail [kg.m⁻¹.s⁻¹]
│ ├─ pitch_angle
│ ├─ time [s]
│ └─ transport_perpendicular
│ ├─ d [m².s⁻¹]
│ ├─ flux [m⁻².s⁻¹]
│ └─ v [m.s⁻¹]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
sawteeth
IMASdd.sawteeth
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ crash_trigger
├─ diagnostics
│ ├─ magnetic_shear_q1
│ ├─ previous_crash_time [s]
│ ├─ previous_crash_trigger
│ ├─ previous_period [s]
│ ├─ rho_tor_norm_inversion
│ ├─ rho_tor_norm_mixing
│ └─ rho_tor_norm_q1
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_1d[:]
│ ├─ conductivity_parallel [ohm⁻¹.m⁻¹]
│ ├─ e_field_parallel [V.m⁻¹]
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ j_bootstrap [A/m²]
│ ├─ j_non_inductive [A/m²]
│ ├─ j_ohmic [A/m²]
│ ├─ j_tor [A/m²]
│ ├─ j_total [A/m²]
│ ├─ magnetic_shear
│ ├─ momentum_tor [kg.m/s]
│ ├─ n_e [m⁻³]
│ ├─ n_e_fast [m⁻³]
│ ├─ n_i_total_over_n_e
│ ├─ p_e [Pa]
│ ├─ p_e_fast_parallel [Pa]
│ ├─ p_e_fast_perpendicular [Pa]
│ ├─ p_i_total [Pa]
│ ├─ p_i_total_fast_parallel [Pa]
│ ├─ p_i_total_fast_perpendicular [Pa]
│ ├─ phi [Wb]
│ ├─ pressure_parallel [Pa]
│ ├─ pressure_perpendicular [Pa]
│ ├─ pressure_thermal [Pa]
│ ├─ psi_star_post_crash [Wb]
│ ├─ psi_star_pre_crash [Wb]
│ ├─ q
│ ├─ t_e [eV]
│ ├─ t_i_average [eV]
│ ├─ time [s]
│ └─ zeff
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
soft x rays
IMASdd.soft_x_rays
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ brightness
│ │ ├─ data [W.m⁻².sr⁻¹]
│ │ └─ time [s]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ energy_band[:]
│ │ ├─ detection_efficiency
│ │ ├─ energies [eV]
│ │ ├─ lower_bound [eV]
│ │ └─ upper_bound [eV]
│ ├─ etendue [m².sr]
│ ├─ etendue_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ filter_window[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ ├─ material
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ photon_absorption
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ thickness [m]
│ │ ├─ wavelength_lower [m]
│ │ ├─ wavelength_upper [m]
│ │ ├─ wavelengths [m]
│ │ ├─ x1_curvature [m]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_curvature [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ identifier
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ power
│ │ ├─ data [W]
│ │ └─ time [s]
│ ├─ validity
│ └─ validity_timed
│ ├─ data
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
solid mechanics
IMASdd.solid_mechanics
├─ center_stack
│ ├─ bucked
│ ├─ displacement
│ │ ├─ oh [m]
│ │ ├─ pl [m]
│ │ └─ tf [m]
│ ├─ grid
│ │ ├─ r_oh [m]
│ │ ├─ r_pl [m]
│ │ └─ r_tf [m]
│ ├─ noslip
│ ├─ plug
│ ├─ properties
│ │ ├─ poisson_ratio
│ │ │ ├─ oh
│ │ │ ├─ pl
│ │ │ └─ tf
│ │ ├─ yield_strength
│ │ │ ├─ oh [Pa]
│ │ │ ├─ pl [Pa]
│ │ │ └─ tf [Pa]
│ │ └─ young_modulus
│ │ ├─ oh [Pa]
│ │ ├─ pl [Pa]
│ │ └─ tf [Pa]
│ └─ stress
│ ├─ axial
│ │ ├─ oh [Pa]
│ │ ├─ pl [Pa]
│ │ └─ tf [Pa]
│ ├─ hoop
│ │ ├─ oh [Pa]
│ │ ├─ pl [Pa]
│ │ └─ tf [Pa]
│ ├─ radial
│ │ ├─ oh [Pa]
│ │ ├─ pl [Pa]
│ │ └─ tf [Pa]
│ └─ vonmises
│ ├─ oh [Pa]
│ ├─ pl [Pa]
│ └─ tf [Pa]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
spectrometer mass
IMASdd.spectrometer_mass
├─ channel[:]
│ ├─ a [Atomic Mass Unit]
│ ├─ current [A]
│ ├─ photomultiplier_voltage [V]
│ ├─ pressure_partial [Pa]
│ ├─ time [s]
│ ├─ validity
│ └─ validity_timed
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ identifier
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ name
├─ residual_spectrum[:]
│ ├─ a [Atomic Mass Unit]
│ ├─ current [A]
│ └─ time [s]
└─ time [s]
spectrometer uv
IMASdd.spectrometer_uv
├─ channel[:]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector_layout
│ │ ├─ detector_dimensions [m]
│ │ ├─ pixel_dimensions [m]
│ │ └─ pixel_n
│ ├─ detector_position_parameter
│ │ ├─ data [mixed]
│ │ └─ time [s]
│ ├─ exposure_time [s]
│ ├─ grating
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ curvature_radius [m]
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ groove_density [m⁻¹]
│ │ ├─ image_field
│ │ │ ├─ centre
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ curvature_radius [m]
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ x3_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ summit
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ intensity_spectrum
│ │ ├─ data [(counts) s⁻¹]
│ │ └─ time [s]
│ ├─ line_of_sight
│ │ ├─ amplitude_parameter [mixed]
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ moving_mode
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ period [s]
│ │ ├─ position_parameter
│ │ │ ├─ data [mixed]
│ │ │ └─ time [s]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ ├─ time [s]
│ │ └─ z [m]
│ ├─ name
│ ├─ processed_line[:]
│ │ ├─ intensity
│ │ │ ├─ data [s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ label
│ │ ├─ radiance
│ │ │ ├─ data [m⁻².s⁻¹.sr⁻¹]
│ │ │ └─ time [s]
│ │ └─ wavelength_central [m]
│ ├─ radiance_calibration [m⁻³.sr⁻¹]
│ ├─ radiance_calibration_date
│ ├─ radiance_spectral
│ │ ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ └─ time [s]
│ ├─ supply_high_voltage[:]
│ │ ├─ object
│ │ └─ voltage_set
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ validity
│ ├─ validity_timed
│ │ ├─ data
│ │ └─ time [s]
│ ├─ wavelength_calibration
│ │ ├─ gain [m]
│ │ └─ offset [m]
│ ├─ wavelength_calibration_date
│ └─ wavelengths [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ etendue [m².sr]
├─ etendue_method
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
spectrometer visible
IMASdd.spectrometer_visible
├─ channel[:]
│ ├─ active_spatial_resolution[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ time [s]
│ │ └─ width
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ aperture[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detector_image
│ │ ├─ circular
│ │ │ ├─ ellipticity
│ │ │ └─ radius [m]
│ │ ├─ geometry_type
│ │ └─ outline
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ etendue [m².str]
│ ├─ etendue_method
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ fibre_bundle
│ │ ├─ fibre_positions
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ fibre_radius [m]
│ │ └─ geometry
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ fibre_image
│ │ ├─ circular
│ │ │ ├─ ellipticity
│ │ │ └─ radius [m]
│ │ ├─ geometry_type
│ │ └─ outline
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ filter_spectrometer
│ │ ├─ exposure_time [s]
│ │ ├─ filter
│ │ │ ├─ wavelength_central [m]
│ │ │ └─ wavelength_width [m]
│ │ ├─ output_voltage
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ ├─ photoelectric_voltage
│ │ │ ├─ data [V]
│ │ │ └─ time [s]
│ │ ├─ photon_count
│ │ │ ├─ data [s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ processed_line[:]
│ │ │ ├─ label
│ │ │ └─ wavelength_central [m]
│ │ ├─ radiance_calibration [m⁻³.sr⁻¹]
│ │ ├─ radiance_calibration_date
│ │ ├─ sensitivity [V.W⁻¹]
│ │ └─ wavelengths [m]
│ ├─ geometry_matrix
│ │ ├─ emission_grid
│ │ │ ├─ dim1 [mixed]
│ │ │ ├─ dim2 [mixed]
│ │ │ ├─ dim3 [mixed]
│ │ │ └─ grid_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ interpolated
│ │ │ ├─ data [m⁻²]
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ voxel_map
│ │ ├─ voxels_n
│ │ ├─ with_reflections
│ │ │ ├─ data [m]
│ │ │ └─ voxel_indices
│ │ └─ without_reflections
│ │ ├─ data [m]
│ │ └─ voxel_indices
│ ├─ grating_spectrometer
│ │ ├─ exposure_time [s]
│ │ ├─ grating [m⁻¹]
│ │ ├─ instrument_function [m]
│ │ ├─ intensity_spectrum
│ │ │ ├─ data [(counts) s⁻¹]
│ │ │ └─ time [s]
│ │ ├─ processed_line[:]
│ │ │ ├─ intensity
│ │ │ │ ├─ data [s⁻¹]
│ │ │ │ └─ time [s]
│ │ │ ├─ label
│ │ │ ├─ radiance
│ │ │ │ ├─ data [m⁻².s⁻¹.sr⁻¹]
│ │ │ │ └─ time [s]
│ │ │ └─ wavelength_central [m]
│ │ ├─ radiance_calibration [m⁻³.sr⁻¹]
│ │ ├─ radiance_calibration_date
│ │ ├─ radiance_spectral
│ │ │ ├─ data [(photons).m⁻².s⁻¹.sr⁻¹.m⁻¹]
│ │ │ └─ time [s]
│ │ ├─ slit_width [m]
│ │ ├─ wavelength_calibration
│ │ │ ├─ gain [m]
│ │ │ └─ offset [m]
│ │ ├─ wavelength_calibration_date
│ │ └─ wavelengths [m]
│ ├─ isotope_ratios
│ │ ├─ isotope[:]
│ │ │ ├─ cold_neutrals_fraction
│ │ │ ├─ cold_neutrals_temperature [eV]
│ │ │ ├─ density_ratio
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ hot_neutrals_fraction
│ │ │ ├─ hot_neutrals_temperature [eV]
│ │ │ ├─ label
│ │ │ └─ time [s]
│ │ ├─ method
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ signal_to_noise [dB]
│ │ ├─ time [s]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ light_collection_efficiencies
│ │ ├─ positions
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ values
│ ├─ line_of_sight
│ │ ├─ first_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ second_point
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ object_observed
│ ├─ optical_element[:]
│ │ ├─ back_surface
│ │ │ ├─ curvature_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ x1_curvature [m]
│ │ │ └─ x2_curvature [m]
│ │ ├─ front_surface
│ │ │ ├─ curvature_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ x1_curvature [m]
│ │ │ └─ x2_curvature [m]
│ │ ├─ geometry
│ │ │ ├─ centre
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ geometry_type
│ │ │ ├─ outline
│ │ │ │ ├─ x1 [m]
│ │ │ │ └─ x2 [m]
│ │ │ ├─ radius [m]
│ │ │ ├─ surface [m²]
│ │ │ ├─ x1_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x1_width [m]
│ │ │ ├─ x2_unit_vector
│ │ │ │ ├─ x [m]
│ │ │ │ ├─ y [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ x2_width [m]
│ │ │ └─ x3_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ material_properties
│ │ │ ├─ extinction_coefficient
│ │ │ ├─ refractive_index
│ │ │ ├─ roughness
│ │ │ ├─ transmission_coefficient
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ wavelengths [m]
│ │ ├─ thickness [m]
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ polarization_spectroscopy
│ │ ├─ b_field_modulus [T]
│ │ ├─ e_field_lh_r [V.m⁻¹]
│ │ ├─ e_field_lh_tor [V.m⁻¹]
│ │ ├─ e_field_lh_z [V.m⁻¹]
│ │ ├─ n_e [m⁻³]
│ │ ├─ temperature_cold_neutrals [eV]
│ │ ├─ temperature_hot_neutrals [eV]
│ │ ├─ time [s]
│ │ ├─ velocity_cold_neutrals [m.s⁻¹]
│ │ └─ velocity_hot_neutrals [m.s⁻¹]
│ ├─ polarizer
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ polarizer_active
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ validity
│ └─ validity_timed
│ ├─ data
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ detector_layout
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
spectrometer x ray crystal
IMASdd.spectrometer_x_ray_crystal
├─ channel[:]
│ ├─ aperture
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ geometry_type
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ bin[:]
│ │ ├─ instrument_function
│ │ │ ├─ centre [m]
│ │ │ ├─ intensity [m]
│ │ │ ├─ scale [m]
│ │ │ ├─ sigma [m]
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ values [sr.m]
│ │ │ └─ wavelengths [m]
│ │ ├─ line_of_sight
│ │ │ ├─ first_point
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ wavelength [m]
│ │ └─ z_pixel_range
│ ├─ camera
│ │ ├─ camera_dimensions [m]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ identifier
│ │ ├─ line_of_sight
│ │ │ ├─ first_point
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ pixel_dimensions [m]
│ │ ├─ pixel_position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ pixels_n
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ crystal
│ │ ├─ angle_bragg [rad]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ cut
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ ├─ material
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ mesh_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ thickness [m]
│ │ ├─ wavelength_bragg [m]
│ │ ├─ x1_curvature [m]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_curvature [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ detection_efficiency
│ ├─ energies [eV]
│ ├─ energy_bound_lower [eV]
│ ├─ energy_bound_upper [eV]
│ ├─ exposure_time [s]
│ ├─ filter_window[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ ├─ material
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ photon_absorption
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ thickness [m]
│ │ ├─ wavelength_lower [m]
│ │ ├─ wavelength_upper [m]
│ │ ├─ wavelengths [m]
│ │ ├─ x1_curvature [m]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_curvature [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ frame[:]
│ │ ├─ counts_bin_n
│ │ ├─ counts_n
│ │ └─ time [s]
│ ├─ instrument_function
│ │ ├─ centre [m]
│ │ ├─ intensity [m]
│ │ ├─ scale [m]
│ │ ├─ sigma [m]
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ values [sr.m]
│ │ └─ wavelengths [m]
│ ├─ profiles_line_integrated
│ │ ├─ lines_of_sight_rho_tor_norm
│ │ │ ├─ data
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ lines_of_sight_second_point
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ t_e
│ │ │ ├─ data [eV]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ t_i
│ │ │ ├─ data [eV]
│ │ │ ├─ validity
│ │ │ └─ validity_timed
│ │ ├─ time [s]
│ │ └─ velocity_tor
│ │ ├─ data [m.s⁻¹]
│ │ ├─ validity
│ │ └─ validity_timed
│ ├─ reflector[:]
│ │ ├─ centre
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ curvature_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ ├─ material
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ outline
│ │ │ ├─ x1 [m]
│ │ │ └─ x2 [m]
│ │ ├─ radius [m]
│ │ ├─ surface [m²]
│ │ ├─ x1_curvature [m]
│ │ ├─ x1_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x1_width [m]
│ │ ├─ x2_curvature [m]
│ │ ├─ x2_unit_vector
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ x2_width [m]
│ │ └─ x3_unit_vector
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ wavelength_frames [m]
│ └─ z_frames [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
└─ time [s]
spi
IMASdd.spi
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ injector[:]
│ ├─ fragment[:]
│ │ ├─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ species[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ density [atoms.m⁻³]
│ │ │ ├─ label
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ velocity_r [m.s⁻¹]
│ │ ├─ velocity_tor [m.s⁻¹]
│ │ ├─ velocity_z [m.s⁻¹]
│ │ └─ volume [m³]
│ ├─ fragmentation_gas
│ │ ├─ atoms_n [atoms]
│ │ ├─ flow_rate [atoms.s⁻¹]
│ │ ├─ species[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ fraction
│ │ │ ├─ label
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ └─ temperature [K]
│ ├─ identifier
│ ├─ injection_direction
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ name
│ ├─ optical_pellet_diagnostic
│ │ ├─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ └─ time_arrival [s]
│ ├─ pellet
│ │ ├─ core
│ │ │ ├─ atoms_n [atoms]
│ │ │ └─ species[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ density [atoms.m⁻³]
│ │ │ ├─ label
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ diameter [m]
│ │ ├─ length [m]
│ │ ├─ position
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ shell
│ │ │ ├─ atoms_n [atoms]
│ │ │ └─ species[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ density [atoms.m⁻³]
│ │ │ ├─ label
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ velocity_r [m.s⁻¹]
│ │ ├─ velocity_shatter [m.s⁻¹]
│ │ ├─ velocity_tor [m.s⁻¹]
│ │ └─ velocity_z [m.s⁻¹]
│ ├─ propellant_gas
│ │ ├─ atoms_n [atoms]
│ │ ├─ flow_rate [atoms.s⁻¹]
│ │ ├─ species[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ fraction
│ │ │ ├─ label
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ └─ temperature [K]
│ ├─ shatter_cone
│ │ ├─ angle_major [rad]
│ │ ├─ angle_minor [rad]
│ │ ├─ direction
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ ├─ origin
│ │ │ ├─ phi [rad]
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ unit_vector_major
│ │ │ ├─ x [m]
│ │ │ ├─ y [m]
│ │ │ └─ z [m]
│ │ └─ unit_vector_minor
│ │ ├─ x [m]
│ │ ├─ y [m]
│ │ └─ z [m]
│ ├─ shattering_angle [rad]
│ ├─ shattering_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ ├─ time_shatter [s]
│ ├─ time_trigger [s]
│ ├─ velocity_mass_centre_fragments_r [m.s⁻¹]
│ ├─ velocity_mass_centre_fragments_tor [m.s⁻¹]
│ └─ velocity_mass_centre_fragments_z [m.s⁻¹]
├─ latency [s]
├─ shatter_cone_definition
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
stability
IMASdd.stability
├─ all_cleared
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ collection[:]
│ └─ identifier
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ model[:]
│ ├─ cleared
│ ├─ fraction
│ └─ identifier
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
summary
IMASdd.summary
├─ boundary
│ ├─ distance_inner_outer_separatrices
│ │ ├─ source
│ │ └─ value [m]
│ ├─ elongation
│ │ ├─ source
│ │ └─ value
│ ├─ gap_limiter_wall
│ │ ├─ source
│ │ └─ value [m]
│ ├─ geometric_axis_r
│ │ ├─ source
│ │ └─ value [m]
│ ├─ geometric_axis_z
│ │ ├─ source
│ │ └─ value [m]
│ ├─ magnetic_axis_r
│ │ ├─ source
│ │ └─ value [m]
│ ├─ magnetic_axis_z
│ │ ├─ source
│ │ └─ value [m]
│ ├─ minor_radius
│ │ ├─ source
│ │ └─ value [m]
│ ├─ strike_point_configuration
│ │ ├─ source
│ │ └─ value
│ ├─ strike_point_inner_r
│ │ ├─ source
│ │ └─ value [m]
│ ├─ strike_point_inner_z
│ │ ├─ source
│ │ └─ value [m]
│ ├─ strike_point_outer_r
│ │ ├─ source
│ │ └─ value [m]
│ ├─ strike_point_outer_z
│ │ ├─ source
│ │ └─ value [m]
│ ├─ triangularity_lower
│ │ ├─ source
│ │ └─ value
│ ├─ triangularity_upper
│ │ ├─ source
│ │ └─ value
│ ├─ type
│ │ ├─ source
│ │ └─ value
│ └─ x_point_main
│ ├─ r [m]
│ ├─ source
│ └─ z [m]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ configuration
│ ├─ source
│ └─ value
├─ disruption
│ ├─ decay_times
│ │ ├─ current_runaways
│ │ │ ├─ exponential
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ linear_20_80
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ └─ linear_custom
│ │ │ ├─ decay_time
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ x1
│ │ │ └─ x2
│ │ ├─ energy_thermal
│ │ │ ├─ exponential
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ linear_20_80
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ └─ linear_custom
│ │ │ ├─ decay_time
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ x1
│ │ │ └─ x2
│ │ ├─ ip
│ │ │ ├─ exponential
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ linear_20_80
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ └─ linear_custom
│ │ │ ├─ decay_time
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ x1
│ │ │ └─ x2
│ │ ├─ t_e_magnetic_axis
│ │ │ ├─ exponential
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ linear_20_80
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ └─ linear_custom
│ │ │ ├─ decay_time
│ │ │ │ ├─ source
│ │ │ │ └─ value [s]
│ │ │ ├─ x1
│ │ │ └─ x2
│ │ └─ t_e_volume_average
│ │ ├─ exponential
│ │ │ ├─ source
│ │ │ └─ value [s]
│ │ ├─ linear_20_80
│ │ │ ├─ source
│ │ │ └─ value [s]
│ │ └─ linear_custom
│ │ ├─ decay_time
│ │ │ ├─ source
│ │ │ └─ value [s]
│ │ ├─ x1
│ │ └─ x2
│ ├─ mitigation_valve
│ │ ├─ source
│ │ └─ value
│ ├─ time
│ │ ├─ source
│ │ └─ value [s]
│ ├─ time_half_ip
│ │ ├─ source
│ │ └─ value [s]
│ ├─ time_radiated_power_max
│ │ ├─ source
│ │ └─ value [s]
│ └─ vertical_displacement
│ ├─ source
│ └─ value
├─ elms
│ ├─ frequency
│ │ ├─ source
│ │ └─ value [Hz]
│ └─ type
│ ├─ source
│ └─ value
├─ fusion
│ ├─ current
│ │ ├─ source
│ │ └─ value [A]
│ ├─ neutron_power_total
│ │ ├─ source
│ │ └─ value [W]
│ ├─ neutron_rates
│ │ ├─ dd
│ │ │ ├─ beam_beam
│ │ │ │ ├─ source
│ │ │ │ └─ value [Hz]
│ │ │ ├─ beam_thermal
│ │ │ │ ├─ source
│ │ │ │ └─ value [Hz]
│ │ │ ├─ thermal
│ │ │ │ ├─ source
│ │ │ │ └─ value [Hz]
│ │ │ └─ total
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ dt
│ │ │ ├─ beam_beam
│ │ │ │ ├─ source
│ │ │ │ └─ value [Hz]
│ │ │ ├─ beam_thermal
│ │ │ │ ├─ source
│ │ │ │ └─ value [Hz]
│ │ │ ├─ thermal
│ │ │ │ ├─ source
│ │ │ │ └─ value [Hz]
│ │ │ └─ total
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ thermal
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ total
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ └─ tt
│ │ ├─ beam_beam
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ beam_thermal
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ thermal
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ └─ total
│ │ ├─ source
│ │ └─ value [Hz]
│ └─ power
│ ├─ source
│ └─ value [W]
├─ gas_injection_accumulated
│ ├─ ammonia
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ ammonia_deuterated
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ argon
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ beryllium
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ bottom
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ carbon
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ deuterium
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ ethane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ ethylene
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ helium_3
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ helium_4
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ hydrogen
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ impurity_seeding
│ │ ├─ source
│ │ └─ value
│ ├─ krypton
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ lithium
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ methane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ methane_carbon_13
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ methane_deuterated
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ midplane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ neon
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ nitrogen
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ oxygen
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ propane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ silane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ top
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ total
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ tritium
│ │ ├─ source
│ │ └─ value [electrons]
│ └─ xenon
│ ├─ source
│ └─ value [electrons]
├─ gas_injection_prefill
│ ├─ ammonia
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ ammonia_deuterated
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ argon
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ beryllium
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ bottom
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ carbon
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ deuterium
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ ethane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ ethylene
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ helium_3
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ helium_4
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ hydrogen
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ impurity_seeding
│ │ ├─ source
│ │ └─ value
│ ├─ krypton
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ lithium
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ methane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ methane_carbon_13
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ methane_deuterated
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ midplane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ neon
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ nitrogen
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ oxygen
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ propane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ silane
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ top
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ total
│ │ ├─ source
│ │ └─ value [electrons]
│ ├─ tritium
│ │ ├─ source
│ │ └─ value [electrons]
│ └─ xenon
│ ├─ source
│ └─ value [electrons]
├─ gas_injection_rates
│ ├─ ammonia
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ ammonia_deuterated
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ argon
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ beryllium
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ bottom
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ carbon
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ deuterium
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ ethane
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ ethylene
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ helium_3
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ helium_4
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ hydrogen
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ impurity_seeding
│ │ ├─ source
│ │ └─ value
│ ├─ krypton
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ lithium
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ methane
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ methane_carbon_13
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ methane_deuterated
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ midplane
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ neon
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ nitrogen
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ oxygen
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ propane
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ silane
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ top
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ total
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ ├─ tritium
│ │ ├─ source
│ │ └─ value [electrons.s⁻¹]
│ └─ xenon
│ ├─ source
│ └─ value [electrons.s⁻¹]
├─ global_quantities
│ ├─ b0
│ │ ├─ source
│ │ └─ value [T]
│ ├─ beta_pol
│ │ ├─ source
│ │ └─ value
│ ├─ beta_pol_mhd
│ │ ├─ source
│ │ └─ value
│ ├─ beta_tor
│ │ ├─ source
│ │ └─ value
│ ├─ beta_tor_mhd
│ │ ├─ source
│ │ └─ value
│ ├─ beta_tor_norm
│ │ ├─ source
│ │ └─ value
│ ├─ beta_tor_norm_mhd
│ │ ├─ source
│ │ └─ value
│ ├─ beta_tor_thermal_norm
│ │ ├─ source
│ │ └─ value
│ ├─ current_alignment
│ │ ├─ source
│ │ └─ value [A]
│ ├─ current_bootstrap
│ │ ├─ source
│ │ └─ value [A]
│ ├─ current_non_inductive
│ │ ├─ source
│ │ └─ value [A]
│ ├─ current_ohm
│ │ ├─ source
│ │ └─ value [A]
│ ├─ denergy_diamagnetic_dt
│ │ ├─ source
│ │ └─ value [W]
│ ├─ denergy_thermal_dt
│ │ ├─ source
│ │ └─ value [W]
│ ├─ energy_b_field_pol
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_diamagnetic
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_electrons_thermal
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_fast_parallel
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_fast_perpendicular
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_ion_total_thermal
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_mhd
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_thermal
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_total
│ │ ├─ source
│ │ └─ value [J]
│ ├─ fusion_fluence
│ │ ├─ source
│ │ └─ value [J]
│ ├─ fusion_gain
│ │ ├─ source
│ │ └─ value
│ ├─ greenwald_fraction
│ │ ├─ source
│ │ └─ value
│ ├─ h_98
│ │ ├─ source
│ │ └─ value
│ ├─ h_mode
│ │ ├─ source
│ │ └─ value
│ ├─ ip
│ │ ├─ source
│ │ └─ value [A]
│ ├─ li
│ │ ├─ source
│ │ └─ value
│ ├─ li_mhd
│ │ ├─ source
│ │ └─ value
│ ├─ power_bremsstrahlung
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_line
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_loss
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_ohm
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_radiated
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_radiated_inside_lcfs
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_radiated_outside_lcfs
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_steady
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_synchrotron
│ │ ├─ source
│ │ └─ value [W]
│ ├─ psi_external_average
│ │ ├─ source
│ │ └─ value [Wb]
│ ├─ q_95
│ │ ├─ source
│ │ └─ value
│ ├─ r0
│ │ ├─ source
│ │ └─ value [m]
│ ├─ ratio_tau_helium_fuel
│ │ ├─ source
│ │ └─ value
│ ├─ resistance
│ │ ├─ source
│ │ └─ value [ohm]
│ ├─ tau_energy
│ │ ├─ source
│ │ └─ value [s]
│ ├─ tau_energy_98
│ │ ├─ source
│ │ └─ value [s]
│ ├─ tau_helium
│ │ ├─ source
│ │ └─ value [s]
│ ├─ tau_resistive
│ │ ├─ source
│ │ └─ value [s]
│ ├─ v_loop
│ │ ├─ source
│ │ └─ value [V]
│ └─ volume
│ ├─ source
│ └─ value [m³]
├─ heating_current_drive
│ ├─ ec[:]
│ │ ├─ angle_pol
│ │ │ ├─ source
│ │ │ └─ value [rad]
│ │ ├─ angle_tor
│ │ │ ├─ source
│ │ │ └─ value [rad]
│ │ ├─ current
│ │ │ ├─ source
│ │ │ └─ value [A]
│ │ ├─ energy_fast
│ │ │ ├─ source
│ │ │ └─ value [J]
│ │ ├─ frequency
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ harmonic
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ polarisation
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ power
│ │ │ ├─ source
│ │ │ └─ value [W]
│ │ └─ power_launched
│ │ ├─ source
│ │ └─ value [W]
│ ├─ ic[:]
│ │ ├─ current
│ │ │ ├─ source
│ │ │ └─ value [A]
│ │ ├─ e_field_plus_minus_ratio
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ energy_fast
│ │ │ ├─ source
│ │ │ └─ value [J]
│ │ ├─ frequency
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ harmonic
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ k_perpendicular
│ │ │ ├─ source
│ │ │ └─ value [m⁻¹]
│ │ ├─ n_tor
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ phase
│ │ │ ├─ source
│ │ │ └─ value [rad]
│ │ ├─ position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ power
│ │ │ ├─ source
│ │ │ └─ value [W]
│ │ └─ power_launched
│ │ ├─ source
│ │ └─ value [W]
│ ├─ lh[:]
│ │ ├─ current
│ │ │ ├─ source
│ │ │ └─ value [A]
│ │ ├─ energy_fast
│ │ │ ├─ source
│ │ │ └─ value [J]
│ │ ├─ frequency
│ │ │ ├─ source
│ │ │ └─ value [Hz]
│ │ ├─ n_parallel
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ power
│ │ │ ├─ source
│ │ │ └─ value [W]
│ │ └─ power_launched
│ │ ├─ source
│ │ └─ value [W]
│ ├─ nbi[:]
│ │ ├─ angle
│ │ │ ├─ source
│ │ │ └─ value [rad]
│ │ ├─ beam_current_fraction
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ beam_power_fraction
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ current
│ │ │ ├─ source
│ │ │ └─ value [A]
│ │ ├─ direction
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ energy
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ position
│ │ │ ├─ phi
│ │ │ │ ├─ source
│ │ │ │ └─ value [rad]
│ │ │ ├─ r
│ │ │ │ ├─ source
│ │ │ │ └─ value [m]
│ │ │ └─ z
│ │ │ ├─ source
│ │ │ └─ value [m]
│ │ ├─ power
│ │ │ ├─ source
│ │ │ └─ value [W]
│ │ ├─ power_launched
│ │ │ ├─ source
│ │ │ └─ value [W]
│ │ ├─ species
│ │ │ ├─ a
│ │ │ │ ├─ source
│ │ │ │ └─ value [Atomic Mass Unit]
│ │ │ ├─ label
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ └─ z_n
│ │ │ ├─ source
│ │ │ └─ value [Elementary Charge Unit]
│ │ └─ tangency_radius
│ │ ├─ source
│ │ └─ value [m]
│ ├─ power_additional
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_ec
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_ic
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_launched_ec
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_launched_ic
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_launched_lh
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_launched_nbi
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_launched_nbi_co_injected_ratio
│ │ ├─ source
│ │ └─ value
│ ├─ power_launched_total
│ │ ├─ source
│ │ └─ value [W]
│ ├─ power_lh
│ │ ├─ source
│ │ └─ value [W]
│ └─ power_nbi
│ ├─ source
│ └─ value [W]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ kicks
│ └─ occurrence
│ ├─ source
│ └─ value
├─ limiter
│ └─ material
│ ├─ description
│ ├─ index
│ └─ name
├─ line_average
│ ├─ dn_e_dt
│ │ ├─ source
│ │ └─ value [m⁻³.s-1]
│ ├─ isotope_fraction_hydrogen
│ │ ├─ source
│ │ └─ value
│ ├─ meff_hydrogenic
│ │ ├─ source
│ │ └─ value [amu]
│ ├─ n_e
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ n_i
│ │ ├─ argon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ beryllium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ carbon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ deuterium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ helium_3
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ helium_4
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ hydrogen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ iron
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ krypton
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ lithium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ neon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ nitrogen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ oxygen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ tritium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ tungsten
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ └─ xenon
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ n_i_total
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ t_e
│ │ ├─ source
│ │ └─ value [eV]
│ ├─ t_i_average
│ │ ├─ source
│ │ └─ value [eV]
│ └─ zeff
│ ├─ source
│ └─ value
├─ local
│ ├─ divertor_target[:]
│ │ ├─ flux_expansion
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ n_e
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i_total
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ name
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ power_flux_peak
│ │ │ ├─ source
│ │ │ └─ value [W.m⁻²]
│ │ ├─ t_e
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ t_i_average
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ └─ zeff
│ │ ├─ source
│ │ └─ value
│ ├─ itb
│ │ ├─ e_field_parallel
│ │ │ ├─ source
│ │ │ └─ value [V.m⁻¹]
│ │ ├─ magnetic_shear
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ momentum_tor
│ │ │ ├─ source
│ │ │ └─ value [kg.m.s⁻¹]
│ │ ├─ n_e
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i_total
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ position
│ │ │ ├─ psi [Wb]
│ │ │ ├─ rho_tor [m]
│ │ │ └─ rho_tor_norm
│ │ ├─ q
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ t_e
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ t_i_average
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ velocity_tor
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ └─ zeff
│ │ ├─ source
│ │ └─ value
│ ├─ limiter
│ │ ├─ flux_expansion
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ n_e
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i_total
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ name
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ power_flux_peak
│ │ │ ├─ source
│ │ │ └─ value [W.m⁻²]
│ │ ├─ t_e
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ t_i_average
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ └─ zeff
│ │ ├─ source
│ │ └─ value
│ ├─ magnetic_axis
│ │ ├─ b_field
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ e_field_parallel
│ │ │ ├─ source
│ │ │ └─ value [V.m⁻¹]
│ │ ├─ magnetic_shear
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ momentum_tor
│ │ │ ├─ source
│ │ │ └─ value [kg.m.s⁻¹]
│ │ ├─ n_e
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i_total
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ position
│ │ │ ├─ psi [Wb]
│ │ │ ├─ r [m]
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ └─ z [m]
│ │ ├─ q
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ t_e
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ t_i_average
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ velocity_tor
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ └─ zeff
│ │ ├─ source
│ │ └─ value
│ ├─ pedestal
│ │ ├─ e_field_parallel
│ │ │ ├─ source
│ │ │ └─ value [V.m⁻¹]
│ │ ├─ magnetic_shear
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ momentum_tor
│ │ │ ├─ source
│ │ │ └─ value [kg.m.s⁻¹]
│ │ ├─ n_e
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i_total
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ position
│ │ │ ├─ psi [Wb]
│ │ │ ├─ rho_tor [m]
│ │ │ └─ rho_tor_norm
│ │ ├─ q
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ t_e
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ t_i_average
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ velocity_tor
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ └─ zeff
│ │ ├─ source
│ │ └─ value
│ ├─ r_eff_norm_2_3
│ │ ├─ effective_helical_ripple
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ iota
│ │ │ ├─ source
│ │ │ └─ value
│ │ └─ plateau_factor
│ │ ├─ source
│ │ └─ value
│ ├─ separatrix
│ │ ├─ e_field_parallel
│ │ │ ├─ source
│ │ │ └─ value [V.m⁻¹]
│ │ ├─ magnetic_shear
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ momentum_tor
│ │ │ ├─ source
│ │ │ └─ value [kg.m.s⁻¹]
│ │ ├─ n_e
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ n_i_total
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ position
│ │ │ ├─ psi [Wb]
│ │ │ ├─ rho_tor [m]
│ │ │ └─ rho_tor_norm
│ │ ├─ q
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ t_e
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ t_i_average
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ velocity_tor
│ │ │ ├─ argon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ beryllium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ carbon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ deuterium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_3
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ helium_4
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ hydrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ iron
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ krypton
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ lithium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ neon
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ nitrogen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ oxygen
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tritium
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ ├─ tungsten
│ │ │ │ ├─ source
│ │ │ │ └─ value [m.s⁻¹]
│ │ │ └─ xenon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ └─ zeff
│ │ ├─ source
│ │ └─ value
│ └─ separatrix_average
│ ├─ e_field_parallel
│ │ ├─ source
│ │ └─ value [V.m⁻¹]
│ ├─ magnetic_shear
│ │ ├─ source
│ │ └─ value
│ ├─ momentum_tor
│ │ ├─ source
│ │ └─ value [kg.m.s⁻¹]
│ ├─ n_e
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ n_i
│ │ ├─ argon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ beryllium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ carbon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ deuterium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ helium_3
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ helium_4
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ hydrogen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ iron
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ krypton
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ lithium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ neon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ nitrogen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ oxygen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ tritium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ tungsten
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ └─ xenon
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ n_i_total
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ position
│ │ ├─ psi [Wb]
│ │ ├─ rho_tor [m]
│ │ └─ rho_tor_norm
│ ├─ q
│ │ ├─ source
│ │ └─ value
│ ├─ t_e
│ │ ├─ source
│ │ └─ value [eV]
│ ├─ t_i_average
│ │ ├─ source
│ │ └─ value [eV]
│ ├─ velocity_tor
│ │ ├─ argon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ beryllium
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ carbon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ deuterium
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ helium_3
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ helium_4
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ hydrogen
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ iron
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ krypton
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ lithium
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ neon
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ nitrogen
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ oxygen
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ tritium
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ ├─ tungsten
│ │ │ ├─ source
│ │ │ └─ value [m.s⁻¹]
│ │ └─ xenon
│ │ ├─ source
│ │ └─ value [m.s⁻¹]
│ └─ zeff
│ ├─ source
│ └─ value
├─ magnetic_shear_flag
│ ├─ source
│ └─ value
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
├─ pedestal_fits
│ ├─ linear
│ │ ├─ b_field_pedestal_top_hfs
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ b_field_pedestal_top_lfs
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ b_field_pol_pedestal_top_average
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ b_field_pol_pedestal_top_hfs
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ b_field_pol_pedestal_top_lfs
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ b_field_tor_pedestal_top_hfs
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ b_field_tor_pedestal_top_lfs
│ │ │ ├─ source
│ │ │ └─ value [T]
│ │ ├─ beta_pol_pedestal_top_electron_average
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ beta_pol_pedestal_top_electron_hfs
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ beta_pol_pedestal_top_electron_lfs
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ coulomb_factor_pedestal_top
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ energy_thermal_pedestal_electron
│ │ │ ├─ source
│ │ │ └─ value [J]
│ │ ├─ energy_thermal_pedestal_ion
│ │ │ ├─ source
│ │ │ └─ value [J]
│ │ ├─ n_e
│ │ │ ├─ d_dpsi_norm
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ d_dpsi_norm_max
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ offset
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ pedestal_height
│ │ │ │ ├─ source
│ │ │ │ └─ value [m⁻³]
│ │ │ ├─ pedestal_position
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ ├─ pedestal_width
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ └─ separatrix
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ nustar_pedestal_top_electron
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ parameters [mixed]
│ │ ├─ pressure_electron
│ │ │ ├─ d_dpsi_norm
│ │ │ │ ├─ source
│ │ │ │ └─ value [Pa]
│ │ │ ├─ d_dpsi_norm_max
│ │ │ │ ├─ source
│ │ │ │ └─ value [Pa]
│ │ │ ├─ d_dpsi_norm_max_position
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ ├─ offset
│ │ │ │ ├─ source
│ │ │ │ └─ value [Pa]
│ │ │ ├─ pedestal_height
│ │ │ │ ├─ source
│ │ │ │ └─ value [Pa]
│ │ │ ├─ pedestal_position
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ ├─ pedestal_width
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ └─ separatrix
│ │ │ ├─ source
│ │ │ └─ value [Pa]
│ │ ├─ rhostar_pedestal_top_electron_hfs
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ rhostar_pedestal_top_electron_lfs
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ rhostar_pedestal_top_electron_magnetic_axis
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ t_e
│ │ │ ├─ d_dpsi_norm
│ │ │ │ ├─ source
│ │ │ │ └─ value [eV]
│ │ │ ├─ d_dpsi_norm_max
│ │ │ │ ├─ source
│ │ │ │ └─ value [eV]
│ │ │ ├─ offset
│ │ │ │ ├─ source
│ │ │ │ └─ value [eV]
│ │ │ ├─ pedestal_height
│ │ │ │ ├─ source
│ │ │ │ └─ value [eV]
│ │ │ ├─ pedestal_position
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ └─ pedestal_width
│ │ │ ├─ source
│ │ │ └─ value
│ │ └─ volume_inside_pedestal
│ │ ├─ source
│ │ └─ value [m⁻³]
│ └─ mtanh
│ ├─ alpha_electron_pedestal_max
│ │ ├─ source
│ │ └─ value
│ ├─ alpha_electron_pedestal_max_position
│ │ ├─ source
│ │ └─ value
│ ├─ b_field_pedestal_top_hfs
│ │ ├─ source
│ │ └─ value [T]
│ ├─ b_field_pedestal_top_lfs
│ │ ├─ source
│ │ └─ value [T]
│ ├─ b_field_pol_pedestal_top_average
│ │ ├─ source
│ │ └─ value [T]
│ ├─ b_field_pol_pedestal_top_hfs
│ │ ├─ source
│ │ └─ value [T]
│ ├─ b_field_pol_pedestal_top_lfs
│ │ ├─ source
│ │ └─ value [T]
│ ├─ b_field_tor_pedestal_top_hfs
│ │ ├─ source
│ │ └─ value [T]
│ ├─ b_field_tor_pedestal_top_lfs
│ │ ├─ source
│ │ └─ value [T]
│ ├─ beta_pol_pedestal_top_electron_average
│ │ ├─ source
│ │ └─ value
│ ├─ beta_pol_pedestal_top_electron_hfs
│ │ ├─ source
│ │ └─ value
│ ├─ beta_pol_pedestal_top_electron_lfs
│ │ ├─ source
│ │ └─ value
│ ├─ coulomb_factor_pedestal_top
│ │ ├─ source
│ │ └─ value
│ ├─ energy_thermal_pedestal_electron
│ │ ├─ source
│ │ └─ value [J]
│ ├─ energy_thermal_pedestal_ion
│ │ ├─ source
│ │ └─ value [J]
│ ├─ n_e
│ │ ├─ d_dpsi_norm
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ d_dpsi_norm_max
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ d_dpsi_norm_max_position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ offset
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ pedestal_height
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ pedestal_position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ pedestal_width
│ │ │ ├─ source
│ │ │ └─ value
│ │ └─ separatrix
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ nustar_pedestal_top_electron
│ │ ├─ source
│ │ └─ value
│ ├─ parameters [mixed]
│ ├─ pressure_electron
│ │ ├─ d_dpsi_norm
│ │ │ ├─ source
│ │ │ └─ value [Pa]
│ │ ├─ d_dpsi_norm_max
│ │ │ ├─ source
│ │ │ └─ value [Pa]
│ │ ├─ d_dpsi_norm_max_position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ offset
│ │ │ ├─ source
│ │ │ └─ value [Pa]
│ │ ├─ pedestal_height
│ │ │ ├─ source
│ │ │ └─ value [Pa]
│ │ ├─ pedestal_position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ pedestal_width
│ │ │ ├─ source
│ │ │ └─ value
│ │ └─ separatrix
│ │ ├─ source
│ │ └─ value [Pa]
│ ├─ rhostar_pedestal_top_electron_hfs
│ │ ├─ source
│ │ └─ value
│ ├─ rhostar_pedestal_top_electron_lfs
│ │ ├─ source
│ │ └─ value
│ ├─ rhostar_pedestal_top_electron_magnetic_axis
│ │ ├─ source
│ │ └─ value
│ ├─ stability
│ │ ├─ alpha_experimental
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ bootstrap_current_hager
│ │ │ ├─ alpha_critical
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ ├─ alpha_ratio
│ │ │ │ ├─ source
│ │ │ │ └─ value
│ │ │ └─ t_e_pedestal_top_critical
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ └─ bootstrap_current_sauter
│ │ ├─ alpha_critical
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ alpha_ratio
│ │ │ ├─ source
│ │ │ └─ value
│ │ └─ t_e_pedestal_top_critical
│ │ ├─ source
│ │ └─ value [eV]
│ ├─ t_e
│ │ ├─ d_dpsi_norm
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ d_dpsi_norm_max
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ d_dpsi_norm_max_position
│ │ │ ├─ source
│ │ │ └─ value
│ │ ├─ offset
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ pedestal_height
│ │ │ ├─ source
│ │ │ └─ value [eV]
│ │ ├─ pedestal_position
│ │ │ ├─ source
│ │ │ └─ value
│ │ └─ pedestal_width
│ │ ├─ source
│ │ └─ value
│ └─ volume_inside_pedestal
│ ├─ source
│ └─ value [m⁻³]
├─ pellets
│ └─ occurrence
│ ├─ source
│ └─ value
├─ plasma_duration
│ ├─ source
│ └─ value [s]
├─ rmps
│ └─ occurrence
│ ├─ source
│ └─ value
├─ runaways
│ ├─ current
│ │ ├─ source
│ │ └─ value [A]
│ └─ particles
│ ├─ source
│ └─ value
├─ scrape_off_layer
│ ├─ heat_flux_e_decay_length
│ │ ├─ source
│ │ └─ value [m]
│ ├─ heat_flux_i_decay_length
│ │ ├─ source
│ │ └─ value [m]
│ ├─ n_e_decay_length
│ │ ├─ source
│ │ └─ value [m]
│ ├─ n_i_total_decay_length
│ │ ├─ source
│ │ └─ value [m]
│ ├─ power_radiated
│ │ ├─ source
│ │ └─ value [W]
│ ├─ pressure_neutral
│ │ ├─ source
│ │ └─ value [Pa]
│ ├─ t_e_decay_length
│ │ ├─ source
│ │ └─ value [m]
│ └─ t_i_average_decay_length
│ ├─ source
│ └─ value [m]
├─ stationary_phase_flag
│ ├─ source
│ └─ value
├─ tag
│ ├─ comment
│ └─ name
├─ time [s]
├─ time_breakdown
│ ├─ source
│ └─ value [s]
├─ time_width [s]
├─ volume_average
│ ├─ dn_e_dt
│ │ ├─ source
│ │ └─ value [m⁻³.s-1]
│ ├─ isotope_fraction_hydrogen
│ │ ├─ source
│ │ └─ value
│ ├─ meff_hydrogenic
│ │ ├─ source
│ │ └─ value [amu]
│ ├─ n_e
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ n_i
│ │ ├─ argon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ beryllium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ carbon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ deuterium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ helium_3
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ helium_4
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ hydrogen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ iron
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ krypton
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ lithium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ neon
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ nitrogen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ oxygen
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ tritium
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ ├─ tungsten
│ │ │ ├─ source
│ │ │ └─ value [m⁻³]
│ │ └─ xenon
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ n_i_total
│ │ ├─ source
│ │ └─ value [m⁻³]
│ ├─ t_e
│ │ ├─ source
│ │ └─ value [eV]
│ ├─ t_i_average
│ │ ├─ source
│ │ └─ value [eV]
│ └─ zeff
│ ├─ source
│ └─ value
└─ wall
├─ evaporation
│ ├─ source
│ └─ value
└─ material
├─ description
├─ index
└─ name
temporary
IMASdd.temporary
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ constant_float0d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_float1d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_float2d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value [mixed]
├─ constant_float3d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value [mixed]
├─ constant_float4d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value [mixed]
├─ constant_float5d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value [mixed]
├─ constant_float6d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value [mixed]
├─ constant_integer0d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_integer1d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_integer2d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_integer3d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_string0d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ constant_string1d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
├─ dynamic_float1d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data [mixed]
│ └─ time [s]
├─ dynamic_float2d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data [mixed]
│ └─ time [s]
├─ dynamic_float3d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data [mixed]
│ └─ time [s]
├─ dynamic_float4d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data [mixed]
│ └─ time [s]
├─ dynamic_float5d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data [mixed]
│ └─ time [s]
├─ dynamic_float6d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data [mixed]
│ └─ time [s]
├─ dynamic_integer1d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data
│ └─ time [s]
├─ dynamic_integer2d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data
│ └─ time [s]
├─ dynamic_integer3d[:]
│ ├─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ value
│ ├─ data
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
└─ time [s]
tf
IMASdd.tf
├─ b_field_tor_vacuum_r
│ ├─ data [T.m]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coil[:]
│ ├─ conductor[:]
│ │ ├─ cross_section
│ │ │ ├─ delta_phi [rad]
│ │ │ ├─ delta_r [m]
│ │ │ └─ delta_z [m]
│ │ ├─ current
│ │ │ ├─ data [A]
│ │ │ └─ time [s]
│ │ ├─ elements
│ │ │ ├─ centres
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ end_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ intermediate_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ ├─ names
│ │ │ ├─ start_points
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ r [m]
│ │ │ │ └─ z [m]
│ │ │ └─ types
│ │ ├─ resistance [Ohm]
│ │ └─ voltage
│ │ ├─ data [V]
│ │ └─ time [s]
│ ├─ current
│ │ ├─ data [A]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ name
│ ├─ resistance [Ohm]
│ ├─ turns
│ └─ voltage
│ ├─ data [V]
│ └─ time [s]
├─ coils_n
├─ delta_b_field_tor_vacuum_r
│ ├─ data [T.m]
│ └─ time [s]
├─ field_map[:]
│ ├─ a_field_r[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ a_field_tor[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ a_field_z[:]
│ │ ├─ coefficients [T.m]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T.m]
│ ├─ b_field_r[:]
│ │ ├─ coefficients [T]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T]
│ ├─ b_field_tor[:]
│ │ ├─ coefficients [T]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T]
│ ├─ b_field_z[:]
│ │ ├─ coefficients [T]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [T]
│ ├─ grid
│ │ ├─ grid_subset[:]
│ │ │ ├─ base[:]
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ dimension
│ │ │ ├─ element[:]
│ │ │ │ └─ object[:]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ index
│ │ │ │ └─ space
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ metric
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ path
│ │ └─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ is_periodic
├─ latency [s]
├─ r0 [m]
└─ time [s]
thomson scattering
IMASdd.thomson_scattering
├─ channel[:]
│ ├─ delta_position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ ├─ time [s]
│ │ └─ z [m]
│ ├─ distance_separatrix_midplane
│ │ ├─ data [m]
│ │ └─ time [s]
│ ├─ identifier
│ ├─ n_e
│ │ ├─ data [m⁻³]
│ │ └─ time [s]
│ ├─ name
│ ├─ position
│ │ ├─ phi [rad]
│ │ ├─ r [m]
│ │ └─ z [m]
│ └─ t_e
│ ├─ data [eV]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ equilibrium_id
│ ├─ data_entry
│ │ ├─ machine
│ │ ├─ pulse
│ │ ├─ pulse_type
│ │ ├─ run
│ │ └─ user
│ ├─ name
│ └─ occurrence
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ latency [s]
├─ midplane
│ ├─ description
│ ├─ index
│ └─ name
└─ time [s]
transport solver numerics
IMASdd.transport_solver_numerics
├─ boundary_conditions_1d[:]
│ ├─ current
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ rho_tor_norm
│ │ └─ value [mixed]
│ ├─ electrons
│ │ ├─ energy
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ rho_tor_norm
│ │ │ └─ value [mixed]
│ │ └─ particles
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ rho_tor_norm
│ │ └─ value [mixed]
│ ├─ energy_ion_total
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ rho_tor_norm
│ │ └─ value [mixed]
│ ├─ ion[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ energy
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ rho_tor_norm
│ │ │ └─ value [mixed]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ particles
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ rho_tor_norm
│ │ │ └─ value [mixed]
│ │ ├─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ value [mixed]
│ │ │ ├─ is_neutral
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ rho_tor_norm
│ │ │ │ └─ value [mixed]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ ├─ momentum_tor
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ rho_tor_norm
│ │ └─ value [mixed]
│ └─ time [s]
├─ boundary_conditions_ggd[:]
│ ├─ current[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ values [mixed]
│ ├─ electrons
│ │ ├─ energy[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ values [mixed]
│ │ └─ particles[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ values [mixed]
│ ├─ grid
│ │ ├─ grid_subset[:]
│ │ │ ├─ base[:]
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ dimension
│ │ │ ├─ element[:]
│ │ │ │ └─ object[:]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ index
│ │ │ │ └─ space
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ metric
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ path
│ │ └─ space[:]
│ │ ├─ coordinates_type
│ │ ├─ geometry_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ objects_per_dimension[:]
│ │ ├─ geometry_content
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ object[:]
│ │ ├─ boundary[:]
│ │ │ ├─ index
│ │ │ └─ neighbours
│ │ ├─ geometry [mixed]
│ │ ├─ geometry_2d [mixed]
│ │ ├─ measure [m^dimension]
│ │ └─ nodes
│ ├─ ion[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ energy[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ values [mixed]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ particles[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ values [mixed]
│ │ ├─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ energy[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ values [mixed]
│ │ │ ├─ is_neutral
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ particles[:]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ values [mixed]
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ └─ time [s]
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ convergence
│ ├─ equations[:]
│ │ ├─ current
│ │ │ ├─ delta_relative
│ │ │ │ ├─ expression
│ │ │ │ └─ value
│ │ │ └─ iterations_n
│ │ ├─ electrons
│ │ │ ├─ energy
│ │ │ │ ├─ delta_relative
│ │ │ │ │ ├─ expression
│ │ │ │ │ └─ value
│ │ │ │ └─ iterations_n
│ │ │ └─ particles
│ │ │ ├─ delta_relative
│ │ │ │ ├─ expression
│ │ │ │ └─ value
│ │ │ └─ iterations_n
│ │ ├─ energy_ion_total
│ │ │ ├─ delta_relative
│ │ │ │ ├─ expression
│ │ │ │ └─ value
│ │ │ └─ iterations_n
│ │ ├─ ion[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ energy
│ │ │ │ ├─ delta_relative
│ │ │ │ │ ├─ expression
│ │ │ │ │ └─ value
│ │ │ │ └─ iterations_n
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ particles
│ │ │ │ ├─ delta_relative
│ │ │ │ │ ├─ expression
│ │ │ │ │ └─ value
│ │ │ │ └─ iterations_n
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ energy
│ │ │ │ │ ├─ delta_relative
│ │ │ │ │ │ ├─ expression
│ │ │ │ │ │ └─ value
│ │ │ │ │ └─ iterations_n
│ │ │ │ ├─ is_neutral
│ │ │ │ ├─ label
│ │ │ │ ├─ neutral_type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ particles
│ │ │ │ │ ├─ delta_relative
│ │ │ │ │ │ ├─ expression
│ │ │ │ │ │ └─ value
│ │ │ │ │ └─ iterations_n
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ ├─ z_ion [Elementary Charge Unit]
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ └─ time [s]
│ └─ time_step
│ ├─ data [s]
│ └─ time [s]
├─ derivatives_1d[:]
│ ├─ d2_drho_tor_norm2
│ │ ├─ n_i_total_over_n_e
│ │ └─ pressure_ion_total [Pa]
│ ├─ d2psi_drho_tor2 [Wb.m⁻²]
│ ├─ d_drho_tor_norm
│ │ ├─ n_i_total_over_n_e
│ │ └─ pressure_ion_total [Pa]
│ ├─ d_dt
│ │ ├─ n_i_total_over_n_e
│ │ └─ pressure_ion_total [Pa]
│ ├─ d_dvolume_drho_tor_dt [m².s⁻¹]
│ ├─ dpsi_drho_tor [Wb.m⁻¹]
│ ├─ dpsi_dt [V]
│ ├─ dpsi_dt_cphi [V]
│ ├─ dpsi_dt_crho_tor_norm [V]
│ ├─ drho_tor_dt [m.s⁻¹]
│ ├─ electrons
│ │ ├─ d2_drho_tor_norm2
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ └─ velocity_tor [m.s⁻¹]
│ │ ├─ d_drho_tor_norm
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ └─ velocity_tor [m.s⁻¹]
│ │ └─ d_dt
│ │ ├─ density [m⁻³]
│ │ ├─ density_fast [m⁻³]
│ │ ├─ pressure [Pa]
│ │ ├─ pressure_fast_parallel [Pa]
│ │ ├─ pressure_fast_perpendicular [Pa]
│ │ ├─ temperature [eV]
│ │ ├─ velocity_pol [m.s⁻¹]
│ │ └─ velocity_tor [m.s⁻¹]
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ ├─ ion[:]
│ │ ├─ a [Atomic Mass Unit]
│ │ ├─ d2_drho_tor_norm2
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ └─ velocity_tor [m.s⁻¹]
│ │ ├─ d_drho_tor_norm
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ └─ velocity_tor [m.s⁻¹]
│ │ ├─ d_dt
│ │ │ ├─ density [m⁻³]
│ │ │ ├─ density_fast [m⁻³]
│ │ │ ├─ pressure [Pa]
│ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ ├─ temperature [eV]
│ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ └─ velocity_tor [m.s⁻¹]
│ │ ├─ label
│ │ ├─ multiple_states_flag
│ │ ├─ state[:]
│ │ │ ├─ d2_drho_tor_norm2
│ │ │ │ ├─ density [m⁻³]
│ │ │ │ ├─ density_fast [m⁻³]
│ │ │ │ ├─ pressure [Pa]
│ │ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ │ ├─ temperature [eV]
│ │ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ │ └─ velocity_tor [m.s⁻¹]
│ │ │ ├─ d_drho_tor_norm
│ │ │ │ ├─ density [m⁻³]
│ │ │ │ ├─ density_fast [m⁻³]
│ │ │ │ ├─ pressure [Pa]
│ │ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ │ ├─ temperature [eV]
│ │ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ │ └─ velocity_tor [m.s⁻¹]
│ │ │ ├─ d_dt
│ │ │ │ ├─ density [m⁻³]
│ │ │ │ ├─ density_fast [m⁻³]
│ │ │ │ ├─ pressure [Pa]
│ │ │ │ ├─ pressure_fast_parallel [Pa]
│ │ │ │ ├─ pressure_fast_perpendicular [Pa]
│ │ │ │ ├─ temperature [eV]
│ │ │ │ ├─ velocity_pol [m.s⁻¹]
│ │ │ │ └─ velocity_tor [m.s⁻¹]
│ │ │ ├─ electron_configuration
│ │ │ ├─ is_neutral
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ ├─ vibrational_mode
│ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ └─ z_min [Elementary Charge Unit]
│ │ ├─ z_ion [Elementary Charge Unit]
│ │ └─ z_n [Elementary Charge Unit]
│ └─ time [s]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ primary_coordinate
│ ├─ description
│ ├─ index
│ └─ name
├─ restart_files[:]
│ ├─ descriptions
│ ├─ names
│ └─ time [s]
├─ solver
│ ├─ description
│ ├─ index
│ └─ name
├─ solver_1d[:]
│ ├─ control_parameters
│ │ ├─ integer0d[:]
│ │ │ ├─ name
│ │ │ └─ value
│ │ └─ real0d[:]
│ │ ├─ name
│ │ └─ value [mixed]
│ ├─ d_dvolume_drho_tor_dt [m².s⁻¹]
│ ├─ drho_tor_dt [m.s⁻¹]
│ ├─ equation[:]
│ │ ├─ boundary_condition[:]
│ │ │ ├─ position [mixed]
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ value [mixed]
│ │ ├─ coefficient[:]
│ │ │ └─ profile [mixed]
│ │ ├─ computation_mode
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ convergence
│ │ │ ├─ delta_relative
│ │ │ │ ├─ expression
│ │ │ │ └─ value
│ │ │ └─ iterations_n
│ │ └─ primary_quantity
│ │ ├─ d2_dr2 [mixed]
│ │ ├─ d_dr [mixed]
│ │ ├─ d_dt [mixed]
│ │ ├─ d_dt_cphi [mixed]
│ │ ├─ d_dt_cr [mixed]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ ion_index
│ │ ├─ neutral_index
│ │ ├─ profile [mixed]
│ │ └─ state_index
│ ├─ grid
│ │ ├─ area [m²]
│ │ ├─ psi [Wb]
│ │ ├─ psi_boundary [Wb]
│ │ ├─ psi_magnetic_axis [Wb]
│ │ ├─ rho_pol_norm
│ │ ├─ rho_tor [m]
│ │ ├─ rho_tor_norm
│ │ ├─ surface [m²]
│ │ └─ volume [m³]
│ └─ time [s]
├─ time [s]
├─ time_step
│ ├─ data [s]
│ └─ time [s]
├─ time_step_average
│ ├─ data [s]
│ └─ time [s]
├─ time_step_min
│ ├─ data [s]
│ └─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
turbulence
IMASdd.turbulence
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ grid_2d[:]
│ ├─ dim1 [mixed]
│ ├─ dim2 [mixed]
│ └─ time [s]
├─ grid_2d_type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ profiles_2d[:]
│ ├─ electrons
│ │ ├─ density [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ └─ temperature [eV]
│ ├─ ion[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ label
│ │ ├─ neutral_index
│ │ ├─ temperature [eV]
│ │ └─ z_ion [Elementary Charge Unit]
│ ├─ neutral[:]
│ │ ├─ density [m⁻³]
│ │ ├─ density_thermal [m⁻³]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ ion_index
│ │ ├─ label
│ │ └─ temperature [eV]
│ └─ time [s]
└─ time [s]
wall
IMASdd.wall
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ description_2d[:]
│ ├─ limiter
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ unit[:]
│ │ ├─ closed
│ │ ├─ component_type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ identifier
│ │ ├─ name
│ │ ├─ outline
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ phi_extensions [rad]
│ │ └─ resistivity [ohm.m]
│ ├─ mobile
│ │ ├─ type
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ └─ unit[:]
│ │ ├─ closed
│ │ ├─ name
│ │ ├─ outline[:]
│ │ │ ├─ r [m]
│ │ │ ├─ time [s]
│ │ │ └─ z [m]
│ │ ├─ phi_extensions [rad]
│ │ └─ resistivity [ohm.m]
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ vessel
│ ├─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ └─ unit[:]
│ ├─ annular
│ │ ├─ centreline
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline_inner
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ outline_outer
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ resistivity [ohm.m]
│ │ └─ thickness [m]
│ ├─ element[:]
│ │ ├─ j_tor
│ │ │ ├─ data [A]
│ │ │ └─ time [s]
│ │ ├─ name
│ │ ├─ outline
│ │ │ ├─ closed
│ │ │ ├─ r [m]
│ │ │ └─ z [m]
│ │ ├─ resistance [Ohm]
│ │ └─ resistivity [ohm.m]
│ ├─ identifier
│ └─ name
├─ description_ggd[:]
│ ├─ component[:]
│ │ ├─ identifiers
│ │ ├─ time [s]
│ │ └─ type[:]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ identifier
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ ggd[:]
│ │ ├─ a_field[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ r [T.m]
│ │ │ ├─ r_coefficients [T.m]
│ │ │ ├─ toroidal [T.m]
│ │ │ ├─ toroidal_coefficients [T.m]
│ │ │ ├─ z [T.m]
│ │ │ └─ z_coefficients [T.m]
│ │ ├─ e_field[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ r [V.m⁻¹]
│ │ │ ├─ r_coefficients [V.m⁻¹]
│ │ │ ├─ toroidal [V.m⁻¹]
│ │ │ ├─ toroidal_coefficients [V.m⁻¹]
│ │ │ ├─ z [V.m⁻¹]
│ │ │ └─ z_coefficients [V.m⁻¹]
│ │ ├─ energy_fluxes
│ │ │ ├─ current
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ └─ incident[:]
│ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻²]
│ │ │ ├─ kinetic
│ │ │ │ ├─ electrons
│ │ │ │ │ ├─ emitted[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ └─ incident[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ ion[:]
│ │ │ │ │ ├─ element[:]
│ │ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ │ ├─ atoms_n
│ │ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ │ ├─ emitted[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ incident[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ multiple_states_flag
│ │ │ │ │ ├─ neutral_index
│ │ │ │ │ ├─ state[:]
│ │ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ │ ├─ emitted[:]
│ │ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ │ ├─ incident[:]
│ │ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ │ ├─ label
│ │ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ │ └─ neutral[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ incident[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ ion_index
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ └─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ incident[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ label
│ │ │ │ ├─ neutral_type
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ └─ vibrational_mode
│ │ │ ├─ radiation
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ └─ incident[:]
│ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [W.m⁻²]
│ │ │ └─ recombination
│ │ │ ├─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ incident[:]
│ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ emitted[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ incident[:]
│ │ │ │ │ │ ├─ coefficients [W.m⁻²]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [W.m⁻²]
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ └─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ emitted[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ incident[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ emitted[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ incident[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ j_total[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ ├─ r [A.m⁻²]
│ │ │ ├─ r_coefficients [A.m⁻²]
│ │ │ ├─ toroidal [A.m⁻²]
│ │ │ ├─ toroidal_coefficients [A.m⁻²]
│ │ │ ├─ z [A.m⁻²]
│ │ │ └─ z_coefficients [A.m⁻²]
│ │ ├─ particle_fluxes
│ │ │ ├─ electrons
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ └─ incident[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ emitted[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ incident[:]
│ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ emitted[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ incident[:]
│ │ │ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ └─ neutral[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ emitted[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ incident[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ └─ state[:]
│ │ │ ├─ electron_configuration
│ │ │ ├─ emitted[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ incident[:]
│ │ │ │ ├─ coefficients [m⁻².s⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [m⁻².s⁻¹]
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ phi_potential[:]
│ │ │ ├─ coefficients [V]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [V]
│ │ ├─ power_density[:]
│ │ │ ├─ coefficients [W.m⁻²]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [W.m⁻²]
│ │ ├─ psi[:]
│ │ │ ├─ coefficients [Wb]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Wb]
│ │ ├─ recycling
│ │ │ ├─ ion[:]
│ │ │ │ ├─ coefficient[:]
│ │ │ │ │ ├─ coefficients
│ │ │ │ │ ├─ grid_index
│ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ └─ values
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ neutral_index
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ coefficient[:]
│ │ │ │ │ │ ├─ coefficients
│ │ │ │ │ │ ├─ grid_index
│ │ │ │ │ │ ├─ grid_subset_index
│ │ │ │ │ │ └─ values
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ └─ neutral[:]
│ │ │ ├─ coefficient[:]
│ │ │ │ ├─ coefficients
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ ion_index
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ └─ state[:]
│ │ │ ├─ coefficient[:]
│ │ │ │ ├─ coefficients
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values
│ │ │ ├─ electron_configuration
│ │ │ ├─ label
│ │ │ ├─ neutral_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ └─ vibrational_mode
│ │ ├─ resistivity[:]
│ │ │ ├─ coefficients [Ohm.m]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [Ohm.m]
│ │ ├─ temperature[:]
│ │ │ ├─ coefficients [K]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [K]
│ │ ├─ time [s]
│ │ └─ v_biasing[:]
│ │ ├─ coefficients [V]
│ │ ├─ grid_index
│ │ ├─ grid_subset_index
│ │ └─ values [V]
│ ├─ grid_ggd[:]
│ │ ├─ grid_subset[:]
│ │ │ ├─ base[:]
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ dimension
│ │ │ ├─ element[:]
│ │ │ │ └─ object[:]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ index
│ │ │ │ └─ space
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ metric
│ │ │ ├─ jacobian [mixed]
│ │ │ ├─ tensor_contravariant [mixed]
│ │ │ └─ tensor_covariant [mixed]
│ │ ├─ identifier
│ │ │ ├─ description
│ │ │ ├─ index
│ │ │ └─ name
│ │ ├─ path
│ │ ├─ space[:]
│ │ │ ├─ coordinates_type
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ objects_per_dimension[:]
│ │ │ ├─ geometry_content
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ object[:]
│ │ │ ├─ boundary[:]
│ │ │ │ ├─ index
│ │ │ │ └─ neighbours
│ │ │ ├─ geometry [mixed]
│ │ │ ├─ geometry_2d [mixed]
│ │ │ ├─ measure [m^dimension]
│ │ │ └─ nodes
│ │ └─ time [s]
│ ├─ material[:]
│ │ ├─ grid_subset[:]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ identifiers
│ │ │ ├─ descriptions
│ │ │ ├─ indices
│ │ │ └─ names
│ │ └─ time [s]
│ ├─ thickness[:]
│ │ ├─ grid_subset[:]
│ │ │ ├─ coefficients [m]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [m]
│ │ └─ time [s]
│ └─ type
│ ├─ description
│ ├─ index
│ └─ name
├─ first_wall_enclosed_volume [m³]
├─ first_wall_power_flux_peak
│ ├─ data [W.m⁻²]
│ └─ time [s]
├─ first_wall_surface_area [m²]
├─ global_quantities
│ ├─ current_tor [A]
│ ├─ electrons
│ │ ├─ gas_puff [s⁻¹]
│ │ ├─ particle_flux_from_plasma [s⁻¹]
│ │ ├─ particle_flux_from_wall [s⁻¹]
│ │ ├─ power_inner_target [W]
│ │ ├─ power_outer_target [W]
│ │ └─ pumping_speed [s⁻¹]
│ ├─ neutral[:]
│ │ ├─ element[:]
│ │ │ ├─ a [Atomic Mass Unit]
│ │ │ ├─ atoms_n
│ │ │ └─ z_n [Elementary Charge Unit]
│ │ ├─ gas_puff [s⁻¹]
│ │ ├─ incident_species[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ energies [eV]
│ │ │ ├─ label
│ │ │ ├─ sputtering_chemical_coefficient
│ │ │ └─ sputtering_physical_coefficient
│ │ ├─ label
│ │ ├─ particle_flux_from_plasma [s⁻¹]
│ │ ├─ particle_flux_from_wall [s⁻¹]
│ │ ├─ pumping_speed [s⁻¹]
│ │ ├─ recycling_energy_coefficient
│ │ ├─ recycling_particles_coefficient
│ │ └─ wall_inventory
│ ├─ power_black_body [W]
│ ├─ power_conducted [W]
│ ├─ power_convected [W]
│ ├─ power_currents [W]
│ ├─ power_density_inner_target_max [W]
│ ├─ power_density_outer_target_max [W]
│ ├─ power_incident [W]
│ ├─ power_inner_target_ion_total [W]
│ ├─ power_neutrals [W]
│ ├─ power_radiated [W]
│ ├─ power_recombination_neutrals [W]
│ ├─ power_recombination_plasma [W]
│ ├─ power_to_cooling [W]
│ └─ temperature [K]
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ temperature_reference
│ ├─ data [K]
│ └─ description
└─ time [s]
waves
IMASdd.waves
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ coherent_wave[:]
│ ├─ beam_tracing[:]
│ │ ├─ beam[:]
│ │ │ ├─ e_field
│ │ │ │ ├─ minus
│ │ │ │ │ ├─ imaginary [V.m⁻¹]
│ │ │ │ │ └─ real [V.m⁻¹]
│ │ │ │ ├─ parallel
│ │ │ │ │ ├─ imaginary [V.m⁻¹]
│ │ │ │ │ └─ real [V.m⁻¹]
│ │ │ │ └─ plus
│ │ │ │ ├─ imaginary [V.m⁻¹]
│ │ │ │ └─ real [V.m⁻¹]
│ │ │ ├─ electrons
│ │ │ │ └─ power [W]
│ │ │ ├─ ion[:]
│ │ │ │ ├─ element[:]
│ │ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ │ ├─ atoms_n
│ │ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ │ ├─ label
│ │ │ │ ├─ multiple_states_flag
│ │ │ │ ├─ power [W]
│ │ │ │ ├─ state[:]
│ │ │ │ │ ├─ electron_configuration
│ │ │ │ │ ├─ label
│ │ │ │ │ ├─ power [W]
│ │ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ │ ├─ vibrational_mode
│ │ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ │ └─ z_ion [Elementary Charge Unit]
│ │ │ ├─ length [m]
│ │ │ ├─ phase
│ │ │ │ ├─ angle [rad]
│ │ │ │ └─ curvature [m⁻¹]
│ │ │ ├─ position
│ │ │ │ ├─ phi [rad]
│ │ │ │ ├─ psi [Wb]
│ │ │ │ ├─ r [m]
│ │ │ │ ├─ theta [rad]
│ │ │ │ └─ z [m]
│ │ │ ├─ power_flow_norm
│ │ │ │ ├─ parallel
│ │ │ │ └─ perpendicular
│ │ │ ├─ power_initial [W]
│ │ │ ├─ spot
│ │ │ │ ├─ angle [rad]
│ │ │ │ └─ size [m]
│ │ │ └─ wave_vector
│ │ │ ├─ k_r [m⁻¹]
│ │ │ ├─ k_r_norm
│ │ │ ├─ k_tor [m⁻¹]
│ │ │ ├─ k_tor_norm
│ │ │ ├─ k_z [m⁻¹]
│ │ │ ├─ k_z_norm
│ │ │ ├─ n_parallel
│ │ │ ├─ n_perpendicular
│ │ │ ├─ n_tor
│ │ │ └─ varying_n_tor
│ │ └─ time [s]
│ ├─ full_wave[:]
│ │ ├─ b_field
│ │ │ ├─ bi_normal[:]
│ │ │ │ ├─ coefficients [T]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [T]
│ │ │ ├─ normal[:]
│ │ │ │ ├─ coefficients [T]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [T]
│ │ │ └─ parallel[:]
│ │ │ ├─ coefficients [T]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [T]
│ │ ├─ e_field
│ │ │ ├─ bi_normal[:]
│ │ │ │ ├─ coefficients [V.m⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [V.m⁻¹]
│ │ │ ├─ minus[:]
│ │ │ │ ├─ coefficients [V.m⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [V.m⁻¹]
│ │ │ ├─ normal[:]
│ │ │ │ ├─ coefficients [V.m⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [V.m⁻¹]
│ │ │ ├─ parallel[:]
│ │ │ │ ├─ coefficients [V.m⁻¹]
│ │ │ │ ├─ grid_index
│ │ │ │ ├─ grid_subset_index
│ │ │ │ └─ values [V.m⁻¹]
│ │ │ └─ plus[:]
│ │ │ ├─ coefficients [V.m⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [V.m⁻¹]
│ │ ├─ grid
│ │ │ ├─ grid_subset[:]
│ │ │ │ ├─ base[:]
│ │ │ │ │ ├─ jacobian [mixed]
│ │ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ │ └─ tensor_covariant [mixed]
│ │ │ │ ├─ dimension
│ │ │ │ ├─ element[:]
│ │ │ │ │ └─ object[:]
│ │ │ │ │ ├─ dimension
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ space
│ │ │ │ ├─ identifier
│ │ │ │ │ ├─ description
│ │ │ │ │ ├─ index
│ │ │ │ │ └─ name
│ │ │ │ └─ metric
│ │ │ │ ├─ jacobian [mixed]
│ │ │ │ ├─ tensor_contravariant [mixed]
│ │ │ │ └─ tensor_covariant [mixed]
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ path
│ │ │ └─ space[:]
│ │ │ ├─ coordinates_type
│ │ │ ├─ geometry_type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ identifier
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ objects_per_dimension[:]
│ │ │ ├─ geometry_content
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ └─ object[:]
│ │ │ ├─ boundary[:]
│ │ │ │ ├─ index
│ │ │ │ └─ neighbours
│ │ │ ├─ geometry [mixed]
│ │ │ ├─ geometry_2d [mixed]
│ │ │ ├─ measure [m^dimension]
│ │ │ └─ nodes
│ │ ├─ k_perpendicular[:]
│ │ │ ├─ coefficients [V.m⁻¹]
│ │ │ ├─ grid_index
│ │ │ ├─ grid_subset_index
│ │ │ └─ values [V.m⁻¹]
│ │ └─ time [s]
│ ├─ global_quantities[:]
│ │ ├─ current_tor [A]
│ │ ├─ current_tor_n_tor [A]
│ │ ├─ electrons
│ │ │ ├─ distribution_assumption
│ │ │ ├─ power_fast [W]
│ │ │ ├─ power_fast_n_tor [W]
│ │ │ ├─ power_thermal [W]
│ │ │ └─ power_thermal_n_tor [W]
│ │ ├─ frequency [Hz]
│ │ ├─ ion[:]
│ │ │ ├─ distribution_assumption
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ power_fast [W]
│ │ │ ├─ power_fast_n_tor [W]
│ │ │ ├─ power_thermal [W]
│ │ │ ├─ power_thermal_n_tor [W]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_fast [W]
│ │ │ │ ├─ power_fast_n_tor [W]
│ │ │ │ ├─ power_thermal [W]
│ │ │ │ ├─ power_thermal_n_tor [W]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ n_tor
│ │ ├─ power [W]
│ │ ├─ power_n_tor [W]
│ │ └─ time [s]
│ ├─ identifier
│ │ ├─ antenna_name
│ │ ├─ index_in_antenna
│ │ └─ type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ profiles_1d[:]
│ │ ├─ current_parallel_density [A.m⁻²]
│ │ ├─ current_parallel_density_n_tor [A.m⁻²]
│ │ ├─ current_tor_inside [A]
│ │ ├─ current_tor_inside_n_tor [A]
│ │ ├─ e_field_n_tor[:]
│ │ │ ├─ minus
│ │ │ │ ├─ amplitude [V.m⁻¹]
│ │ │ │ └─ phase [V.m⁻¹]
│ │ │ ├─ parallel
│ │ │ │ ├─ amplitude [V.m⁻¹]
│ │ │ │ └─ phase [V.m⁻¹]
│ │ │ └─ plus
│ │ │ ├─ amplitude [V.m⁻¹]
│ │ │ └─ phase [V.m⁻¹]
│ │ ├─ electrons
│ │ │ ├─ power_density_fast [W.m⁻³]
│ │ │ ├─ power_density_fast_n_tor [W.m⁻³]
│ │ │ ├─ power_density_thermal [W.m⁻³]
│ │ │ ├─ power_density_thermal_n_tor [W.m⁻³]
│ │ │ ├─ power_inside_fast [W]
│ │ │ ├─ power_inside_fast_n_tor [W]
│ │ │ ├─ power_inside_thermal [W]
│ │ │ └─ power_inside_thermal_n_tor [W]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ psi_boundary [Wb]
│ │ │ ├─ psi_magnetic_axis [Wb]
│ │ │ ├─ rho_pol_norm
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ surface [m²]
│ │ │ └─ volume [m³]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ power_density_fast [W.m⁻³]
│ │ │ ├─ power_density_fast_n_tor [W.m⁻³]
│ │ │ ├─ power_density_thermal [W.m⁻³]
│ │ │ ├─ power_density_thermal_n_tor [W.m⁻³]
│ │ │ ├─ power_inside_fast [W]
│ │ │ ├─ power_inside_fast_n_tor [W]
│ │ │ ├─ power_inside_thermal [W]
│ │ │ ├─ power_inside_thermal_n_tor [W]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_density_fast [W.m⁻³]
│ │ │ │ ├─ power_density_fast_n_tor [W.m⁻³]
│ │ │ │ ├─ power_density_thermal [W.m⁻³]
│ │ │ │ ├─ power_density_thermal_n_tor [W.m⁻³]
│ │ │ │ ├─ power_inside_fast [W]
│ │ │ │ ├─ power_inside_fast_n_tor [W]
│ │ │ │ ├─ power_inside_thermal [W]
│ │ │ │ ├─ power_inside_thermal_n_tor [W]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ k_perpendicular [V.m⁻¹]
│ │ ├─ n_tor
│ │ ├─ power_density [W.m⁻³]
│ │ ├─ power_density_n_tor [W.m⁻³]
│ │ ├─ power_inside [W]
│ │ ├─ power_inside_n_tor [W]
│ │ └─ time [s]
│ ├─ profiles_2d[:]
│ │ ├─ e_field_n_tor[:]
│ │ │ ├─ minus
│ │ │ │ ├─ amplitude [V.m⁻¹]
│ │ │ │ └─ phase [V.m⁻¹]
│ │ │ ├─ parallel
│ │ │ │ ├─ amplitude [V.m⁻¹]
│ │ │ │ └─ phase [V.m⁻¹]
│ │ │ └─ plus
│ │ │ ├─ amplitude [V.m⁻¹]
│ │ │ └─ phase [V.m⁻¹]
│ │ ├─ electrons
│ │ │ ├─ power_density_fast [W.m⁻³]
│ │ │ ├─ power_density_fast_n_tor [W.m⁻³]
│ │ │ ├─ power_density_thermal [W.m⁻³]
│ │ │ └─ power_density_thermal_n_tor [W.m⁻³]
│ │ ├─ grid
│ │ │ ├─ area [m²]
│ │ │ ├─ psi [Wb]
│ │ │ ├─ r [m]
│ │ │ ├─ rho_tor [m]
│ │ │ ├─ rho_tor_norm
│ │ │ ├─ theta_geometric [rad]
│ │ │ ├─ theta_straight [rad]
│ │ │ ├─ type
│ │ │ │ ├─ description
│ │ │ │ ├─ index
│ │ │ │ └─ name
│ │ │ ├─ volume [m³]
│ │ │ └─ z [m]
│ │ ├─ ion[:]
│ │ │ ├─ element[:]
│ │ │ │ ├─ a [Atomic Mass Unit]
│ │ │ │ ├─ atoms_n
│ │ │ │ └─ z_n [Elementary Charge Unit]
│ │ │ ├─ label
│ │ │ ├─ multiple_states_flag
│ │ │ ├─ power_density_fast [W.m⁻³]
│ │ │ ├─ power_density_fast_n_tor [W.m⁻³]
│ │ │ ├─ power_density_thermal [W.m⁻³]
│ │ │ ├─ power_density_thermal_n_tor [W.m⁻³]
│ │ │ ├─ state[:]
│ │ │ │ ├─ electron_configuration
│ │ │ │ ├─ label
│ │ │ │ ├─ power_density_fast [W.m⁻³]
│ │ │ │ ├─ power_density_fast_n_tor [W.m⁻³]
│ │ │ │ ├─ power_density_thermal [W.m⁻³]
│ │ │ │ ├─ power_density_thermal_n_tor [W.m⁻³]
│ │ │ │ ├─ vibrational_level [Elementary Charge Unit]
│ │ │ │ ├─ vibrational_mode
│ │ │ │ ├─ z_max [Elementary Charge Unit]
│ │ │ │ └─ z_min [Elementary Charge Unit]
│ │ │ └─ z_ion [Elementary Charge Unit]
│ │ ├─ n_tor
│ │ ├─ power_density [W.m⁻³]
│ │ ├─ power_density_n_tor [W.m⁻³]
│ │ └─ time [s]
│ └─ wave_solver_type
│ ├─ description
│ ├─ index
│ └─ name
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ magnetic_axis
│ ├─ r [m]
│ └─ z [m]
├─ time [s]
└─ vacuum_toroidal_field
├─ b0 [T]
└─ r0 [m]
workflow
IMASdd.workflow
├─ code
│ ├─ commit
│ ├─ description
│ ├─ library[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ name
│ ├─ output_flag
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ ids_properties
│ ├─ comment
│ ├─ creation_date
│ ├─ homogeneous_time
│ ├─ name
│ ├─ occurrence
│ ├─ occurrence_type
│ │ ├─ description
│ │ ├─ index
│ │ └─ name
│ ├─ plugins
│ │ ├─ infrastructure_get
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ infrastructure_put
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ node[:]
│ │ ├─ get_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ ├─ path
│ │ ├─ put_operation[:]
│ │ │ ├─ commit
│ │ │ ├─ description
│ │ │ ├─ name
│ │ │ ├─ parameters
│ │ │ ├─ repository
│ │ │ └─ version
│ │ └─ readback[:]
│ │ ├─ commit
│ │ ├─ description
│ │ ├─ name
│ │ ├─ parameters
│ │ ├─ repository
│ │ └─ version
│ ├─ provenance
│ │ └─ node[:]
│ │ ├─ path
│ │ └─ sources
│ ├─ provider
│ └─ version_put
│ ├─ access_layer
│ ├─ access_layer_language
│ └─ data_dictionary
├─ time [s]
└─ time_loop
├─ component[:]
│ ├─ commit
│ ├─ description
│ ├─ name
│ ├─ parameters
│ ├─ repository
│ └─ version
├─ time_end [s]
└─ workflow_cycle[:]
├─ component[:]
│ ├─ control_float [mixed]
│ ├─ control_integer
│ ├─ execution_mode
│ ├─ index
│ ├─ time_interval_elapsed [s]
│ └─ time_interval_request [s]
└─ time [s]