ITER Physics Data Model Documentation for ic_antennas

Antenna systems for heating and current drive in the ion cyclotron (IC) frequencies.

Notation of array of structure indices: itime indicates a time index; i1, i2, i3, ... indicate other indices with their depth in the IDS. This notation clarifies the path of a given node, but should not be used to compare indices of different nodes (they may have different meanings).

Lifecycle status: alpha since version 3.7.0

Last change occured on version: 4.0.0

Back to top IDS list

You are now in flat display mode, note that errorbars are not visible in this mode

Full path name Description Data Type Coordinates
ids_properties Interface Data Structure properties. This element identifies the node above as an IDS structure
ids_properties/comment Any comment describing the content of this IDS {constant} STR_0D
ids_properties/name User-defined name for this IDS occurrence {constant}. Introduced after DD version 3.39.0 STR_0D
ids_properties/homogeneous_time This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time node just below the root of this IDS. If 0, the time values are stored in the various time fields at lower levels in the tree. In the case only constant or static nodes are filled within the IDS, homogeneous_time must be set to 2 {constant} INT_0D
ids_properties/occurrence_type Type of data contained in this occurrence. Introduced after DD version 3.39.0. Available options (refer to the children of this identifier structure) :
Name Index Description
reconstruction 1 Equilibrium reconstruction
prediction_fixed 2 Equilibrium prediction, fixed boundary
prediction_free 3 Equilibrium prediction, free boundary
mapping 4 Used for mapping equilibrium results from one grid type / resolution to another, or for including variables not present in the first set such as the calculation of magnetic field of other derived parameters
structure
ids_properties/occurrence_type/name Short string identifier {constant} STR_0D
ids_properties/occurrence_type/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {constant} INT_0D
ids_properties/occurrence_type/description Verbose description {constant} STR_0D
ids_properties/provider Name of the person in charge of producing this data {constant} STR_0D
ids_properties/creation_date Date at which this data has been produced {constant} STR_0D
ids_properties/version_put Version of the access layer package used to PUT this IDS structure
ids_properties/version_put/data_dictionary Version of Data Dictionary used to PUT this IDS {constant} STR_0D
ids_properties/version_put/access_layer Version of Access Layer used to PUT this IDS {constant} STR_0D
ids_properties/version_put/access_layer_language Programming language of the Access Layer high level API used to PUT this IDS {constant} STR_0D
ids_properties/provenance
Lifecycle status: alpha since version 3.34.0
Provenance information about this IDS structure
ids_properties/provenance/node(i1) Set of IDS nodes for which the provenance is given. The provenance information applies to the whole structure below the IDS node. For documenting provenance information for the whole IDS, set the size of this array of structure to 1 and leave the child "path" node empty {constant} array of structures [max_size=20 (limited in MDS+ backend only)] 1- 1...N
ids_properties/provenance/node(i1)/path Path of the node within the IDS, following the syntax given in the link below. If empty, means the provenance information applies to the whole IDS. Click here for further documentation. {constant} STR_0D
ids_properties/provenance/node(i1)/reference(i2) List of references used to populate or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the reference is an input to the process described in the "code" structure at the root of the IDS. The reference can be an IDS (identified by a URI or a persitent identifier, see syntax in the link below) or non-IDS data imported directly from an non-IMAS database (identified by the command used to import the reference, or the persistent identifier of the data reference). Often data are obtained by a chain of processes, however only the last process input are recorded here. The full chain of provenance has then to be reconstructed recursively from the provenance information contained in the data references. Click here for further documentation.. Introduced after DD version 3.41.0 array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
ids_properties/provenance/node(i1)/reference(i2)/name Reference name {constant} STR_0D
ids_properties/provenance/node(i1)/reference(i2)/timestamp Date and time (UTC) at which the reference was created, expressed in a human readable form (ISO 8601) : the format of the string shall be : YYYY-MM-DDTHH:MM:SSZ. Example : 2020-07-24T14:19:00Z {constant} STR_0D
ids_properties/plugins
Lifecycle status: alpha since version 3.39.0
Information about the plugins used to write/read this IDS. This structure is filled automatically by the Access Layer at GET/PUT time, no need to fill it via a user program.. Introduced after DD version 3.38.1 structure
ids_properties/plugins/node(i1) Set of IDS nodes for which a plugin has been applied {constant} array of structures [max_size=20 (limited in MDS+ backend only)] 1- 1...N
ids_properties/plugins/node(i1)/path Path of the node within the IDS, following the syntax given in the link below. If empty, means the plugin applies to the whole IDS. Click here for further documentation. {constant} STR_0D
ids_properties/plugins/node(i1)/put_operation(i2) Plugins used to PUT a node (potentially, multiple plugins can be applied, if so they are listed by order of application) array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
ids_properties/plugins/node(i1)/put_operation(i2)/name Name of software used {constant} STR_0D
ids_properties/plugins/node(i1)/put_operation(i2)/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
ids_properties/plugins/node(i1)/put_operation(i2)/commit Unique commit reference of software {constant} STR_0D
ids_properties/plugins/node(i1)/put_operation(i2)/version Unique version (tag) of software {constant} STR_0D
ids_properties/plugins/node(i1)/put_operation(i2)/repository URL of software repository {constant} STR_0D
ids_properties/plugins/node(i1)/put_operation(i2)/parameters List of the code specific parameters in XML format {constant} STR_0D
ids_properties/plugins/node(i1)/readback(i2) Plugins to be used to read back a node (potentially, multiple plugins can be applied, listed in reverse order of application) array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
ids_properties/plugins/node(i1)/readback(i2)/name Name of software used {constant} STR_0D
ids_properties/plugins/node(i1)/readback(i2)/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
ids_properties/plugins/node(i1)/readback(i2)/commit Unique commit reference of software {constant} STR_0D
ids_properties/plugins/node(i1)/readback(i2)/version Unique version (tag) of software {constant} STR_0D
ids_properties/plugins/node(i1)/readback(i2)/repository URL of software repository {constant} STR_0D
ids_properties/plugins/node(i1)/readback(i2)/parameters List of the code specific parameters in XML format {constant} STR_0D
ids_properties/plugins/node(i1)/get_operation(i2) Plugins actually used to read back a node (potentially, multiple plugins can be applied, listed in reverse order of application). This information is filled by the plugin infrastructure during the GET operation. array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
ids_properties/plugins/node(i1)/get_operation(i2)/name Name of software used {constant} STR_0D
ids_properties/plugins/node(i1)/get_operation(i2)/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
ids_properties/plugins/node(i1)/get_operation(i2)/commit Unique commit reference of software {constant} STR_0D
ids_properties/plugins/node(i1)/get_operation(i2)/version Unique version (tag) of software {constant} STR_0D
ids_properties/plugins/node(i1)/get_operation(i2)/repository URL of software repository {constant} STR_0D
ids_properties/plugins/node(i1)/get_operation(i2)/parameters List of the code specific parameters in XML format {constant} STR_0D
ids_properties/plugins/infrastructure_put Plugin infrastructure used to PUT the data structure
ids_properties/plugins/infrastructure_put/name Name of software used {constant} STR_0D
ids_properties/plugins/infrastructure_put/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
ids_properties/plugins/infrastructure_put/commit Unique commit reference of software {constant} STR_0D
ids_properties/plugins/infrastructure_put/version Unique version (tag) of software {constant} STR_0D
ids_properties/plugins/infrastructure_put/repository URL of software repository {constant} STR_0D
ids_properties/plugins/infrastructure_get Plugin infrastructure used to GET the data structure
ids_properties/plugins/infrastructure_get/name Name of software used {constant} STR_0D
ids_properties/plugins/infrastructure_get/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
ids_properties/plugins/infrastructure_get/commit Unique commit reference of software {constant} STR_0D
ids_properties/plugins/infrastructure_get/version Unique version (tag) of software {constant} STR_0D
ids_properties/plugins/infrastructure_get/repository URL of software repository {constant} STR_0D
reference_point Reference point used to define the poloidal angle, e.g. the geometrical centre of the vacuum vessel. Used to define the poloidal mode numbers under antenna/surface_current structure
reference_point/r Major radius {constant} [m] FLT_0D
reference_point/z Height {constant} [m] FLT_0D
antenna(i1) Set of Ion Cyclotron antennas array of structures [max_size=5 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/name Short string identifier (unique for a given device) {static} STR_0D
antenna(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
antenna(i1)/frequency Frequency (average over modules) [Hz] structure
antenna(i1)/frequency/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/frequency/time
antenna(i1)/frequency/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/power_launched Power launched from this antenna into the vacuum vessel [W] structure
antenna(i1)/power_launched/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/power_launched/time
antenna(i1)/power_launched/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/power_forward Forward power arriving to the back of the antenna [W] structure
antenna(i1)/power_forward/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/power_forward/time
antenna(i1)/power_forward/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/power_reflected Reflected power [W] structure
antenna(i1)/power_reflected/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/power_reflected/time
antenna(i1)/power_reflected/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2) Set of antenna modules (each module is fed by a single transmission line) array of structures [max_size=8 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/module(i2)/name Short string identifier (unique for a given device) {static} STR_0D
antenna(i1)/module(i2)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
antenna(i1)/module(i2)/frequency Frequency [Hz] structure
antenna(i1)/module(i2)/frequency/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/frequency/time
antenna(i1)/module(i2)/frequency/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/power_launched Power launched from this module into the vacuum vessel [W] structure
antenna(i1)/module(i2)/power_launched/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/power_launched/time
antenna(i1)/module(i2)/power_launched/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/power_forward Forward power arriving to the back of the module [W] structure
antenna(i1)/module(i2)/power_forward/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/power_forward/time
antenna(i1)/module(i2)/power_forward/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/power_reflected Reflected power [W] structure
antenna(i1)/module(i2)/power_reflected/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/power_reflected/time
antenna(i1)/module(i2)/power_reflected/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/coupling_resistance Coupling resistance [Ohm]. Introduced after DD version 3.39.0 structure
antenna(i1)/module(i2)/coupling_resistance/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/coupling_resistance/time
antenna(i1)/module(i2)/coupling_resistance/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/phase_forward Phase of the forward power with respect to the first module [rad] structure
antenna(i1)/module(i2)/phase_forward/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/phase_forward/time
antenna(i1)/module(i2)/phase_forward/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/phase_reflected Phase of the reflected power with respect to the forward power of this module [rad] structure
antenna(i1)/module(i2)/phase_reflected/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/phase_reflected/time
antenna(i1)/module(i2)/phase_reflected/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/voltage(i3) Set of voltage measurements [V] array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/module(i2)/voltage(i3)/name Short string identifier (unique for a given device) {static} STR_0D
antenna(i1)/module(i2)/voltage(i3)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
antenna(i1)/module(i2)/voltage(i3)/position Position of the measurement structure
antenna(i1)/module(i2)/voltage(i3)/position/r Major radius {static} [m] FLT_0D
antenna(i1)/module(i2)/voltage(i3)/position/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
antenna(i1)/module(i2)/voltage(i3)/position/z Height {static} [m] FLT_0D
antenna(i1)/module(i2)/voltage(i3)/amplitude Amplitude of the measurement [as_parent] structure
antenna(i1)/module(i2)/voltage(i3)/amplitude/data(:) Data {dynamic} [as_parent_level_2] FLT_1D 1- antenna(i1)/module(i2)/voltage(i3)/amplitude/time
antenna(i1)/module(i2)/voltage(i3)/amplitude/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/voltage(i3)/phase Phase of the measurement [rad] structure
antenna(i1)/module(i2)/voltage(i3)/phase/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/voltage(i3)/phase/time
antenna(i1)/module(i2)/voltage(i3)/phase/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/current(i3) Set of current measurements [A] array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/module(i2)/current(i3)/name Short string identifier (unique for a given device) {static} STR_0D
antenna(i1)/module(i2)/current(i3)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
antenna(i1)/module(i2)/current(i3)/position Position of the measurement structure
antenna(i1)/module(i2)/current(i3)/position/r Major radius {static} [m] FLT_0D
antenna(i1)/module(i2)/current(i3)/position/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
antenna(i1)/module(i2)/current(i3)/position/z Height {static} [m] FLT_0D
antenna(i1)/module(i2)/current(i3)/amplitude Amplitude of the measurement [as_parent] structure
antenna(i1)/module(i2)/current(i3)/amplitude/data(:) Data {dynamic} [as_parent_level_2] FLT_1D 1- antenna(i1)/module(i2)/current(i3)/amplitude/time
antenna(i1)/module(i2)/current(i3)/amplitude/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/current(i3)/phase Phase of the measurement [rad] structure
antenna(i1)/module(i2)/current(i3)/phase/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/current(i3)/phase/time
antenna(i1)/module(i2)/current(i3)/phase/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/pressure(i3) Set of pressure measurements [Pa] array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/module(i2)/pressure(i3)/name Short string identifier (unique for a given device) {static} STR_0D
antenna(i1)/module(i2)/pressure(i3)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
antenna(i1)/module(i2)/pressure(i3)/position Position of the measurement structure
antenna(i1)/module(i2)/pressure(i3)/position/r Major radius {static} [m] FLT_0D
antenna(i1)/module(i2)/pressure(i3)/position/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
antenna(i1)/module(i2)/pressure(i3)/position/z Height {static} [m] FLT_0D
antenna(i1)/module(i2)/pressure(i3)/amplitude Amplitude of the measurement [as_parent] structure
antenna(i1)/module(i2)/pressure(i3)/amplitude/data(:) Data {dynamic} [as_parent_level_2] FLT_1D 1- antenna(i1)/module(i2)/pressure(i3)/amplitude/time
antenna(i1)/module(i2)/pressure(i3)/amplitude/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/pressure(i3)/phase Phase of the measurement [rad] structure
antenna(i1)/module(i2)/pressure(i3)/phase/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/pressure(i3)/phase/time
antenna(i1)/module(i2)/pressure(i3)/phase/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/matching_element(i3) Set of matching elements [A] array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/module(i2)/matching_element(i3)/name Short string identifier (unique for a given device) {static} STR_0D
antenna(i1)/module(i2)/matching_element(i3)/type Type of the matching element. Index = 1 : capacitor (fill capacitance); Index = 2 : stub (fill phase) structure
antenna(i1)/module(i2)/matching_element(i3)/type/name Short string identifier {static} STR_0D
antenna(i1)/module(i2)/matching_element(i3)/type/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {static} INT_0D
antenna(i1)/module(i2)/matching_element(i3)/type/description Verbose description {static} STR_0D
antenna(i1)/module(i2)/matching_element(i3)/capacitance Capacitance of the macthing element [F] structure
antenna(i1)/module(i2)/matching_element(i3)/capacitance/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/matching_element(i3)/capacitance/time
antenna(i1)/module(i2)/matching_element(i3)/capacitance/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/matching_element(i3)/phase Phase delay induced by the stub [rad] structure
antenna(i1)/module(i2)/matching_element(i3)/phase/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/matching_element(i3)/phase/time
antenna(i1)/module(i2)/matching_element(i3)/phase/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/matching_element(i3)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
antenna(i1)/module(i2)/strap(i3) Set of IC antenna straps array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
antenna(i1)/module(i2)/strap(i3)/outline Strap outline structure
antenna(i1)/module(i2)/strap(i3)/outline/r(:) Major radius {static} [m] FLT_1D 1- 1...N
antenna(i1)/module(i2)/strap(i3)/outline/phi(:) Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/outline/r
antenna(i1)/module(i2)/strap(i3)/outline/z(:) Height {static} [m] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/outline/r
antenna(i1)/module(i2)/strap(i3)/width_phi Width of strap in the toroidal direction {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/distance_to_conductor Distance to conducting wall or other conductor behind the antenna strap {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry Cross-sectional shape of the strap structure
antenna(i1)/module(i2)/strap(i3)/geometry/geometry_type Type used to describe the element shape (1:'outline', 2:'rectangle', 3:'oblique', 4:'arcs of circle, 5: 'annulus', 6 : 'thick line') {static} INT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/outline Irregular outline of the element. Repeat the first point since this is a closed contour structure
antenna(i1)/module(i2)/strap(i3)/geometry/outline/r(:) Major radius {static} [m] FLT_1D 1- 1...N
antenna(i1)/module(i2)/strap(i3)/geometry/outline/z(:) Height {static} [m] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/geometry/outline/r
antenna(i1)/module(i2)/strap(i3)/geometry/rectangle Rectangular description of the element structure
antenna(i1)/module(i2)/strap(i3)/geometry/rectangle/r Geometric centre R {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/rectangle/z Geometric centre Z {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/rectangle/width Horizontal full width {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/rectangle/height Vertical full height {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/oblique Parallelogram description of the element structure
antenna(i1)/module(i2)/strap(i3)/geometry/oblique/r Major radius of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram) Click here for further documentation. {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/oblique/z Height of the reference point (from which the alpha and beta angles are defined, marked by a + on the diagram) Click here for further documentation. {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/oblique/length_alpha Length of the parallelogram side inclined with angle alpha with respect to the major radius axis Click here for further documentation. {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/oblique/length_beta Length of the parallelogram side inclined with angle beta with respect to the height axis Click here for further documentation. {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/oblique/alpha Inclination of first angle measured counter-clockwise from horizontal outwardly directed radial vector (grad R). Click here for further documentation. {static} [rad] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/oblique/beta Inclination of second angle measured counter-clockwise from vertically upwards directed vector (grad Z). If both alpha and beta are zero (rectangle) then the simpler rectangular elements description should be used. Click here for further documentation. {static} [rad] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/arcs_of_circle Description of the element contour by a set of arcs of circle. For each of these, the position of the start point is given together with the curvature radius. The end point is given by the start point of the next arc of circle. structure
antenna(i1)/module(i2)/strap(i3)/geometry/arcs_of_circle/r(:) Major radii of the start point of each arc of circle {static} [m] FLT_1D 1- 1...N
antenna(i1)/module(i2)/strap(i3)/geometry/arcs_of_circle/z(:) Height of the start point of each arc of circle {static} [m] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/geometry/arcs_of_circle/r
antenna(i1)/module(i2)/strap(i3)/geometry/arcs_of_circle/curvature_radii(:) Curvature radius of each arc of circle {static} [m] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/geometry/arcs_of_circle/r
antenna(i1)/module(i2)/strap(i3)/geometry/annulus The element is an annulus of centre R, Z, with inner radius radius_inner and outer radius radius_outer. Introduced after DD version 3.34.0 structure
antenna(i1)/module(i2)/strap(i3)/geometry/annulus/r Centre major radius {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/annulus/z Centre height {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/annulus/radius_inner Inner radius {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/annulus/radius_outer Outer radius {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line The element is approximated by a rectangle defined by a central segment and a thickness in the direction perpendicular to the segment. Introduced after DD version 3.36.0 structure
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/first_point Position of the first point structure
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/first_point/r Major radius {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/first_point/z Height {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/second_point Position of the second point structure
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/second_point/r Major radius {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/second_point/z Height {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/geometry/thick_line/thickness Thickness {static} [m] FLT_0D
antenna(i1)/module(i2)/strap(i3)/current Root mean square current flowing along the strap [A] structure
antenna(i1)/module(i2)/strap(i3)/current/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/current/time
antenna(i1)/module(i2)/strap(i3)/current/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/module(i2)/strap(i3)/phase Phase of the strap current [rad] structure
antenna(i1)/module(i2)/strap(i3)/phase/data(:) Data {dynamic} [as_parent] FLT_1D 1- antenna(i1)/module(i2)/strap(i3)/phase/time
antenna(i1)/module(i2)/strap(i3)/phase/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
antenna(i1)/surface_current(itime) Description of the IC surface current on the antenna straps and on passive components, for every time slice {dynamic} array of structures 1- antenna(i1)/surface_current(itime)/time
antenna(i1)/surface_current(itime)/m_pol(:) Poloidal mode numbers, used to describe the spectrum of the antenna current. The poloidal angle is defined from the reference point; the angle at a point (R,Z) is given by atan((Z-Zref)/(R-Rref)), where Rref=reference_point/r and Zref=reference_point/z {dynamic} INT_1D 1- 1...N
antenna(i1)/surface_current(itime)/n_phi(:) Toroidal mode numbers, used to describe the spectrum of the antenna current. The wave vector toroidal component is defined as k_phi = n_phi grad phi where phi is the toroidal angle so that a positive n_phi means a wave propagating in the positive phi direction {dynamic} INT_1D 1- 1...N
antenna(i1)/surface_current(itime)/spectrum(:,:) Spectrum of the total surface current on the antenna strap and passive components expressed in poloidal and toroidal modes {dynamic} [A] FLT_2D 1- antenna(i1)/surface_current(itime)/m_pol
2- antenna(i1)/surface_current(itime)/n_phi
antenna(i1)/surface_current(itime)/time Time {dynamic} [s] FLT_0D
power_launched Power launched into the vacuum vessel by the whole ICRH system (sum over antennas) [W] structure
power_launched/data(:) Data {dynamic} [as_parent] FLT_1D 1- power_launched/time
power_launched/time(:) Time {dynamic} [s] FLT_1D 1- 1...N
latency Upper bound of the delay between input command received from the RT network and actuator starting to react. Applies globally to the system described by this IDS unless specific latencies (e.g. channel-specific or antenna-specific) are provided at a deeper level in the IDS structure. {static} [s]. Introduced after DD version 3.32.1 FLT_0D
code Generic decription of the code-specific parameters for the code that has produced this IDS structure
code/name Name of software generating IDS {constant} STR_0D
code/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
code/commit Unique commit reference of software {constant} STR_0D
code/version Unique version (tag) of software {constant} STR_0D
code/repository URL of software repository {constant} STR_0D
code/parameters List of the code specific parameters in XML format {constant} STR_0D
code/output_flag(:) Output flag : 0 means the run is successful, other values mean some difficulty has been encountered, the exact meaning is then code specific. Negative values mean the result shall not be used. {dynamic} INT_1D 1- time
code/library(i1) List of external libraries used by the code that has produced this IDS array of structures [max_size=10 (limited in MDS+ backend only)] 1- 1...N
code/library(i1)/name Name of software {constant} STR_0D
code/library(i1)/description Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 STR_0D
code/library(i1)/commit Unique commit reference of software {constant} STR_0D
code/library(i1)/version Unique version (tag) of software {constant} STR_0D
code/library(i1)/repository URL of software repository {constant} STR_0D
code/library(i1)/parameters List of the code specific parameters in XML format {constant} STR_0D
time(:) Generic time {dynamic} [s] FLT_1D 1- 1...N

Back to top IDS list