ITER Physics Data Model Documentation for pulse_schedule

Description of Pulse Schedule, described by subsystems waveform references and an enveloppe around them. The controllers, pulse schedule and SDN are defined in separate IDSs. All names and identifiers of subsystems appearing in the pulse_schedule must be identical to those used in the IDSs describing the related subsystems.

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.6.0

Last change occured on version: 3.42.0

Back to top IDS list

By convention, only the upper error node should be filled in case of symmetrical error bars. The upper and lower errors are absolute and defined positive, and represent one standard deviation of the data. The effective values of the data (within one standard deviation) will be within the interval [data-data_error_lower, data+data_error_upper]. Thus whatever the sign of data, data_error_lower relates to the lower bound and data_error_upper to the upper bound of the error bar interval.

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
ic Ion cyclotron heating and current drive system structure
ic/antenna(i1) Set of ICRH antennas array of structures [max_size=3 (limited in MDS+ backend only)] 1- 1...N
ic/antenna(i1)/name Short string identifier (unique for a given device) {static} STR_0D
ic/antenna(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
ic/antenna(i1)/power_type Type of power used in the sibling power node (defining which power is referred to in this pulse_schedule). Index = 1: power_launched, 2: power_forward (see definitions in the ic_antennas IDS) structure
ic/antenna(i1)/power_type/name Short string identifier {static} STR_0D
ic/antenna(i1)/power_type/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {static} INT_0D
ic/antenna(i1)/power_type/description Verbose description {static} STR_0D
ic/antenna(i1)/power Power [W] structure
ic/antenna(i1)/power/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ic/antenna(i1)/power/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ic/time
ic/antenna(i1)/power/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ic/antenna(i1)/power/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ic/antenna(i1)/phase Phase [rad] structure
ic/antenna(i1)/phase/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ic/antenna(i1)/phase/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ic/time
ic/antenna(i1)/phase/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ic/antenna(i1)/phase/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ic/antenna(i1)/frequency Frequency [Hz] structure
ic/antenna(i1)/frequency/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ic/antenna(i1)/frequency/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ic/time
ic/antenna(i1)/frequency/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ic/antenna(i1)/frequency/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ic/power Total IC power (sum over the antennas) [W]. Introduced after DD version 3.39.0 structure
ic/power/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ic/power/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ic/time
ic/power/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ic/power/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ic/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- ic/time
ic/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
ec Electron cyclotron heating and current drive system structure
ec/beam(i1) Set of Electron Cyclotron beams array of structures [max_size=100 (limited in MDS+ backend only)] 1- 1...N
ec/beam(i1)/name Short string identifier (unique for a given device) {static} STR_0D
ec/beam(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
ec/beam(i1)/power_launched Beam power launched into the vacuum vessel [W] structure
ec/beam(i1)/power_launched/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ec/beam(i1)/power_launched/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ec/time
ec/beam(i1)/power_launched/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ec/beam(i1)/power_launched/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ec/beam(i1)/frequency Frequency [Hz] structure
ec/beam(i1)/frequency/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ec/beam(i1)/frequency/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ec/time
ec/beam(i1)/frequency/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ec/beam(i1)/frequency/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ec/beam(i1)/deposition_rho_tor_norm Normalized toroidal flux coordinate at which the main deposition should occur [-] structure
ec/beam(i1)/deposition_rho_tor_norm/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ec/beam(i1)/deposition_rho_tor_norm/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ec/time
ec/beam(i1)/deposition_rho_tor_norm/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ec/beam(i1)/deposition_rho_tor_norm/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ec/beam(i1)/steering_angle_pol Steering angle of the EC beam in the R,Z plane (from the -R axis towards the -Z axis), angle_pol=atan2(-k_Z,-k_R), where k_Z and k_R are the Z and R components of the mean wave vector in the EC beam [rad] structure
ec/beam(i1)/steering_angle_pol/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ec/beam(i1)/steering_angle_pol/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ec/time
ec/beam(i1)/steering_angle_pol/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ec/beam(i1)/steering_angle_pol/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ec/beam(i1)/steering_angle_tor Steering angle of the EC beam away from the poloidal plane that is increasing towards the positive phi axis, angle_tor=arcsin(k_phi/k), where k_phi is the component of the wave vector in the phi direction and k is the length of the wave vector. Here the term wave vector refers to the mean wave vector in the EC beam [rad] structure
ec/beam(i1)/steering_angle_tor/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ec/beam(i1)/steering_angle_tor/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ec/time
ec/beam(i1)/steering_angle_tor/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ec/beam(i1)/steering_angle_tor/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ec/power_launched Total EC power launched in the plasma (sum over the beams) [W]. Introduced after DD version 3.34.0 structure
ec/power_launched/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
ec/power_launched/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- ec/time
ec/power_launched/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
ec/power_launched/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
ec/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- ec/time
ec/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
lh Lower Hybrid heating and current drive system structure
lh/antenna(i1) Set of LH antennas array of structures [max_size=3 (limited in MDS+ backend only)] 1- 1...N
lh/antenna(i1)/name Short string identifier (unique for a given device) {static} STR_0D
lh/antenna(i1)/power_type Type of power used in the sibling power node (defining which power is referred to in this pulse_schedule). Index = 1: power_launched, 2: power_forward (see definitions in the lh_antennas IDS) structure
lh/antenna(i1)/power_type/name Short string identifier {static} STR_0D
lh/antenna(i1)/power_type/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {static} INT_0D
lh/antenna(i1)/power_type/description Verbose description {static} STR_0D
lh/antenna(i1)/power Power [W] structure
lh/antenna(i1)/power/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
lh/antenna(i1)/power/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- lh/time
lh/antenna(i1)/power/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
lh/antenna(i1)/power/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
lh/antenna(i1)/phase Phasing between neighbour waveguides (in the toroidal direction) [rad] structure
lh/antenna(i1)/phase/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
lh/antenna(i1)/phase/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- lh/time
lh/antenna(i1)/phase/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
lh/antenna(i1)/phase/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
lh/antenna(i1)/n_parallel Main parallel refractive index of the injected wave power spectrum [-] structure
lh/antenna(i1)/n_parallel/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
lh/antenna(i1)/n_parallel/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- lh/time
lh/antenna(i1)/n_parallel/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
lh/antenna(i1)/n_parallel/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
lh/antenna(i1)/frequency Frequency [Hz] structure
lh/antenna(i1)/frequency/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
lh/antenna(i1)/frequency/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- lh/time
lh/antenna(i1)/frequency/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
lh/antenna(i1)/frequency/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
lh/antenna(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
lh/power Total LH power (sum over the antennas) [W]. Introduced after DD version 3.39.0 structure
lh/power/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
lh/power/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- lh/time
lh/power/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
lh/power/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
lh/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- lh/time
lh/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
nbi Neutral beam heating and current drive system structure
nbi/unit(i1) Set of NBI units array of structures [max_size=36 (limited in MDS+ backend only)] 1- 1...N
nbi/unit(i1)/name Short string identifier (unique for a given device) {static} STR_0D
nbi/unit(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
nbi/unit(i1)/species(i2) Species injected by the NBI unit (may be more than one in case the unit injects a gas mixture) array of structures [max_size=3 (limited in MDS+ backend only)] 1- 1...N
nbi/unit(i1)/species(i2)/element(i3) List of elements forming the atom or molecule array of structures [max_size=5 (limited in MDS+ backend only)] 1- 1...N
nbi/unit(i1)/species(i2)/element(i3)/a Mass of atom {constant} [Atomic Mass Unit] FLT_0D
nbi/unit(i1)/species(i2)/element(i3)/z_n Nuclear charge {constant} [Elementary Charge Unit] INT_0D
nbi/unit(i1)/species(i2)/element(i3)/atoms_n Number of atoms of this element in the molecule {constant} INT_0D
nbi/unit(i1)/species(i2)/name String identifying neutral (e.g. H, D, T, He, C, ...) {constant} STR_0D
nbi/unit(i1)/species(i2)/fraction Relative fraction of this species (in molecules) in the gas mixture {constant} [-] FLT_0D
nbi/unit(i1)/power Power launched from this unit into the vacuum vessel [W] structure
nbi/unit(i1)/power/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
nbi/unit(i1)/power/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- nbi/time
nbi/unit(i1)/power/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
nbi/unit(i1)/power/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
nbi/unit(i1)/energy Full energy of the injected species (acceleration of a single atom) [eV] structure
nbi/unit(i1)/energy/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
nbi/unit(i1)/energy/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- nbi/time
nbi/unit(i1)/energy/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
nbi/unit(i1)/energy/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
nbi/power Total NBI power (sum over the units) [W]. Introduced after DD version 3.34.0 structure
nbi/power/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
nbi/power/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- nbi/time
nbi/power/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
nbi/power/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
nbi/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- nbi/time
nbi/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
density_control Gas injection system and density control references structure
density_control/valve(i1) Set of injection valves. Time-dependent array of structures [max_size=20 (limited in MDS+ backend only)] 1- 1...N
density_control/valve(i1)/name Short string identifier (unique for a given device) {static} STR_0D
density_control/valve(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
density_control/valve(i1)/flow_rate Flow rate of the valve [Pa.m^3.s^-1] structure
density_control/valve(i1)/flow_rate/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/valve(i1)/flow_rate/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/valve(i1)/flow_rate/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/valve(i1)/flow_rate/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/valve(i1)/species(i2) Species injected by the valve (may be more than one in case the valve injects a gas mixture) array of structures [max_size=3 (limited in MDS+ backend only)] 1- 1...N
density_control/valve(i1)/species(i2)/element(i3) List of elements forming the atom or molecule array of structures [max_size=5 (limited in MDS+ backend only)] 1- 1...N
density_control/valve(i1)/species(i2)/element(i3)/a Mass of atom {constant} [Atomic Mass Unit] FLT_0D
density_control/valve(i1)/species(i2)/element(i3)/z_n Nuclear charge {constant} [Elementary Charge Unit] INT_0D
density_control/valve(i1)/species(i2)/element(i3)/atoms_n Number of atoms of this element in the molecule {constant} INT_0D
density_control/valve(i1)/species(i2)/name String identifying neutral (e.g. H, D, T, He, C, ...) {constant} STR_0D
density_control/valve(i1)/species(i2)/fraction Relative fraction of this species (in molecules) in the gas mixture {constant} [-] FLT_0D
density_control/n_e_line Line integrated electron density over a line of sight in the whole vacuum chamber [m^-2] structure
density_control/n_e_line/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/n_e_line/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/n_e_line/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/n_e_line/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/n_e_line_lcfs Line integrated electron density over a line of sight within the LCFS [m^-2]. Introduced after DD version 3.38.1 structure
density_control/n_e_line_lcfs/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/n_e_line_lcfs/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/n_e_line_lcfs/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/n_e_line_lcfs/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/n_e_profile_average Integral of a 1D core profile over rho_tor_norm up to the LCFS [m^-3]. Introduced after DD version 3.38.1 structure
density_control/n_e_profile_average/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/n_e_profile_average/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/n_e_profile_average/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/n_e_profile_average/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/n_e_line_of_sight Description of the line of sight for calculating n_e, defined by two points when the beam is not reflected, a third point is added to define the reflected beam path. Introduced after DD version 3.34.0 structure
density_control/n_e_line_of_sight/first_point Position of the first point structure
density_control/n_e_line_of_sight/first_point/r Major radius {static} [m] FLT_0D
density_control/n_e_line_of_sight/first_point/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
density_control/n_e_line_of_sight/first_point/z Height {static} [m] FLT_0D
density_control/n_e_line_of_sight/second_point Position of the second point structure
density_control/n_e_line_of_sight/second_point/r Major radius {static} [m] FLT_0D
density_control/n_e_line_of_sight/second_point/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
density_control/n_e_line_of_sight/second_point/z Height {static} [m] FLT_0D
density_control/n_e_line_of_sight/third_point Position of the third point structure
density_control/n_e_line_of_sight/third_point/r Major radius {static} [m] FLT_0D
density_control/n_e_line_of_sight/third_point/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
density_control/n_e_line_of_sight/third_point/z Height {static} [m] FLT_0D
density_control/n_e_volume_average Volume averaged electron density (average over the plasma volume up to the LCFS) [m^-3]. Introduced after DD version 3.34.0 structure
density_control/n_e_volume_average/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/n_e_volume_average/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/n_e_volume_average/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/n_e_volume_average/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/zeff Line averaged effective charge [-] structure
density_control/zeff/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/zeff/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/zeff/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/zeff/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/zeff_method Method for zeff calculation : Index = 1: average over a line of sight in the whole vacuum chamber, 2 : average over a line of sight within the LCFS, 3 : average of a 1D core profile over rho_tor_norm up to the LCFS. Introduced after DD version 3.34.0 structure
density_control/zeff_method/name Short string identifier {static} STR_0D
density_control/zeff_method/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {static} INT_0D
density_control/zeff_method/description Verbose description {static} STR_0D
density_control/zeff_line_of_sight Description of the line of sight for calculating zeff, defined by two points when the beam is not reflected, a third point is added to define the reflected beam path. Introduced after DD version 3.34.0 structure
density_control/zeff_line_of_sight/first_point Position of the first point structure
density_control/zeff_line_of_sight/first_point/r Major radius {static} [m] FLT_0D
density_control/zeff_line_of_sight/first_point/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
density_control/zeff_line_of_sight/first_point/z Height {static} [m] FLT_0D
density_control/zeff_line_of_sight/second_point Position of the second point structure
density_control/zeff_line_of_sight/second_point/r Major radius {static} [m] FLT_0D
density_control/zeff_line_of_sight/second_point/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
density_control/zeff_line_of_sight/second_point/z Height {static} [m] FLT_0D
density_control/zeff_line_of_sight/third_point Position of the third point structure
density_control/zeff_line_of_sight/third_point/r Major radius {static} [m] FLT_0D
density_control/zeff_line_of_sight/third_point/phi Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] FLT_0D
density_control/zeff_line_of_sight/third_point/z Height {static} [m] FLT_0D
density_control/n_t_over_n_d Average ratio of tritium over deuterium density [-] structure
density_control/n_t_over_n_d/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/n_t_over_n_d/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/n_t_over_n_d/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/n_t_over_n_d/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/n_h_over_n_d Average ratio of hydrogen over deuterium density [-] structure
density_control/n_h_over_n_d/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/n_h_over_n_d/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/n_h_over_n_d/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/n_h_over_n_d/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/ion(i1) Quantities related to the different ion species, in the sense of isonuclear or isomolecular sequences. Introduced after DD version 3.34.0 array of structures [max_size=20 (limited in MDS+ backend only)] 1- 1...N
density_control/ion(i1)/element(i2) List of elements forming the atom or molecule array of structures [max_size=5 (limited in MDS+ backend only)] 1- 1...N
density_control/ion(i1)/element(i2)/a Mass of atom {constant} [Atomic Mass Unit] FLT_0D
density_control/ion(i1)/element(i2)/z_n Nuclear charge {constant} [Elementary Charge Unit] INT_0D
density_control/ion(i1)/element(i2)/atoms_n Number of atoms of this element in the molecule {constant} INT_0D
density_control/ion(i1)/z_ion Ion charge {constant} [Elementary Charge Unit] FLT_0D
density_control/ion(i1)/name String identifying ion (e.g. H, D, T, He, C, D2, ...) {constant} STR_0D
density_control/ion(i1)/n_i_volume_average Volume averaged ion density (average over the plasma volume up to the LCFS) [m^-3] structure
density_control/ion(i1)/n_i_volume_average/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
density_control/ion(i1)/n_i_volume_average/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- density_control/time
density_control/ion(i1)/n_i_volume_average/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
density_control/ion(i1)/n_i_volume_average/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
density_control/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- density_control/time
density_control/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
event(i1) List of events, either predefined triggers or events recorded during the pulse array of structures [max_size=130 (limited in MDS+ backend only)] 1- 1...N
event(i1)/type Type of this event structure
event(i1)/type/name Short string identifier {constant} STR_0D
event(i1)/type/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {constant} INT_0D
event(i1)/type/description Verbose description {constant} STR_0D
event(i1)/identifier Unique identifier of this event provided by the scheduling / event handler {constant} STR_0D
event(i1)/time_stamp Time stamp of this event {constant} [s] FLT_0D
event(i1)/duration Duration of this event {constant} [s] FLT_0D
event(i1)/acquisition_strategy Acquisition strategy related to this event: index = 1 : on-trigger; index = 2 : pre-trigger; index = 3 : post-trigger structure
event(i1)/acquisition_strategy/name Short string identifier {constant} STR_0D
event(i1)/acquisition_strategy/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {constant} INT_0D
event(i1)/acquisition_strategy/description Verbose description {constant} STR_0D
event(i1)/acquisition_state Acquisition state of the related system : index = 1 : armed; index = 2 : on; index = 3 : off; index = 4 : closed structure
event(i1)/acquisition_state/name Short string identifier {constant} STR_0D
event(i1)/acquisition_state/index Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {constant} INT_0D
event(i1)/acquisition_state/description Verbose description {constant} STR_0D
event(i1)/provider System having generated this event {constant} STR_0D
event(i1)/listeners(:) Systems listening to this event {constant} STR_1D 1- 1...N
flux_control Magnetic flux control references structure
flux_control/ip Plasma current [A] structure
flux_control/ip/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
flux_control/ip/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- flux_control/time
flux_control/ip/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
flux_control/ip/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
flux_control/v_loop Loop voltage [V] structure
flux_control/v_loop/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
flux_control/v_loop/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- flux_control/time
flux_control/v_loop/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
flux_control/v_loop/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
flux_control/li_3 Internal inductance [-] structure
flux_control/li_3/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
flux_control/li_3/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- flux_control/time
flux_control/li_3/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
flux_control/li_3/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
flux_control/beta_tor_norm Normalized toroidal beta, defined as 100 * beta_tor * a[m] * B0 [T] / ip [MA] [-] structure
flux_control/beta_tor_norm/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
flux_control/beta_tor_norm/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- flux_control/time
flux_control/beta_tor_norm/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
flux_control/beta_tor_norm/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
flux_control/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- flux_control/time
flux_control/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
pf_active Poloidal field coil references. Introduced after DD version 3.36.0 structure
pf_active/coil(i1) Set of poloidal field coils array of structures [max_size=32 (limited in MDS+ backend only)] 1- 1...N
pf_active/coil(i1)/name Short string identifier (unique for a given device) {static} STR_0D
pf_active/coil(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
pf_active/coil(i1)/current Current fed in the coil (for 1 turn, to be multiplied by the number of turns to obtain the generated magnetic field), positive when flowing from side 1 to side 2 of the coil (inside the coil), this numbering being made consistently with the convention that the current is counter-clockwise when seen from above. [A] structure
pf_active/coil(i1)/current/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
pf_active/coil(i1)/current/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- pf_active/time
pf_active/coil(i1)/current/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
pf_active/coil(i1)/current/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
pf_active/coil(i1)/resistance_additional Additional resistance due to e.g. dynamically switchable resistors [Ohm] structure
pf_active/coil(i1)/resistance_additional/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
pf_active/coil(i1)/resistance_additional/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- pf_active/time
pf_active/coil(i1)/resistance_additional/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
pf_active/coil(i1)/resistance_additional/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
pf_active/supply(i1) Set of PF power supplies array of structures [max_size=32 (limited in MDS+ backend only)] 1- 1...N
pf_active/supply(i1)/name Short string identifier (unique for a given device) {static} STR_0D
pf_active/supply(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
pf_active/supply(i1)/voltage Voltage at the supply output (Vside1-Vside2) [V] structure
pf_active/supply(i1)/voltage/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
pf_active/supply(i1)/voltage/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- pf_active/time
pf_active/supply(i1)/voltage/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
pf_active/supply(i1)/voltage/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
pf_active/supply(i1)/current Current fed into one turn of the coil. (Multiply by number of turns to obtain generated magnetic field). Positive when flowing from side 1 to side 2 of the coil, this numbering being made consistently with the convention that the current flows counter-clockwise when viewed from above. [A]. Introduced after DD version 3.39.0 structure
pf_active/supply(i1)/current/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
pf_active/supply(i1)/current/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- pf_active/time
pf_active/supply(i1)/current/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
pf_active/supply(i1)/current/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower and upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
pf_active/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- pf_active/time
pf_active/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
position_control Plasma position and shape control references structure
position_control/magnetic_axis Magnetic axis position structure
position_control/magnetic_axis/r Major radius [m] structure
position_control/magnetic_axis/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/magnetic_axis/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/magnetic_axis/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/magnetic_axis/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/magnetic_axis/z Height [m] structure
position_control/magnetic_axis/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/magnetic_axis/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/magnetic_axis/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/magnetic_axis/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/geometric_axis RZ position of the geometric axis (defined as (Rmin+Rmax) / 2 and (Zmin+Zmax) / 2 of the boundary) structure
position_control/geometric_axis/r Major radius [m] structure
position_control/geometric_axis/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/geometric_axis/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/geometric_axis/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/geometric_axis/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/geometric_axis/z Height [m] structure
position_control/geometric_axis/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/geometric_axis/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/geometric_axis/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/geometric_axis/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/minor_radius Minor radius of the plasma boundary (defined as (Rmax-Rmin) / 2 of the boundary) [m] structure
position_control/minor_radius/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/minor_radius/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/minor_radius/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/minor_radius/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/elongation Elongation of the plasma boundary Click here for further documentation. [-] structure
position_control/elongation/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/elongation/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/elongation/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/elongation/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/elongation_upper Elongation (upper half w.r.t. geometric axis) of the plasma boundary Click here for further documentation. [-] structure
position_control/elongation_upper/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/elongation_upper/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/elongation_upper/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/elongation_upper/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/elongation_lower Elongation (lower half w.r.t. geometric axis) of the plasma boundary Click here for further documentation. [-] structure
position_control/elongation_lower/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/elongation_lower/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/elongation_lower/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/elongation_lower/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/triangularity Triangularity of the plasma boundary Click here for further documentation. [-] structure
position_control/triangularity/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/triangularity/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/triangularity/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/triangularity/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/triangularity_upper Upper triangularity of the plasma boundary Click here for further documentation. [-] structure
position_control/triangularity_upper/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/triangularity_upper/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/triangularity_upper/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/triangularity_upper/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/triangularity_lower Lower triangularity of the plasma boundary Click here for further documentation. [-] structure
position_control/triangularity_lower/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/triangularity_lower/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/triangularity_lower/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/triangularity_lower/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/triangularity_inner Inner triangularity of the plasma boundary Click here for further documentation. [-]. Introduced after DD version 3.38.1 structure
position_control/triangularity_inner/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/triangularity_inner/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/triangularity_inner/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/triangularity_inner/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/triangularity_outer Outer triangularity of the plasma boundary Click here for further documentation. [-]. Introduced after DD version 3.38.1 structure
position_control/triangularity_outer/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/triangularity_outer/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/triangularity_outer/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/triangularity_outer/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/triangularity_minor Minor triangularity of the plasma boundary Click here for further documentation. [-]. Introduced after DD version 3.38.1 structure
position_control/triangularity_minor/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/triangularity_minor/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/triangularity_minor/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/triangularity_minor/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/squareness_upper_outer Upper outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009) [-]. Introduced after DD version 3.38.1 structure
position_control/squareness_upper_outer/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/squareness_upper_outer/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/squareness_upper_outer/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/squareness_upper_outer/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/squareness_upper_inner Upper inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009) [-]. Introduced after DD version 3.38.1 structure
position_control/squareness_upper_inner/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/squareness_upper_inner/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/squareness_upper_inner/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/squareness_upper_inner/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/squareness_lower_outer Lower outer squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009) [-]. Introduced after DD version 3.38.1 structure
position_control/squareness_lower_outer/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/squareness_lower_outer/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/squareness_lower_outer/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/squareness_lower_outer/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/squareness_lower_inner Lower inner squareness of the plasma boundary (definition from T. Luce, Plasma Phys. Control. Fusion 55 (2013) 095009) [-]. Introduced after DD version 3.38.1 structure
position_control/squareness_lower_inner/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/squareness_lower_inner/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/squareness_lower_inner/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/squareness_lower_inner/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/x_point(i1) Array of X-points, for each of them the RZ position is given array of structures [max_size=2 (limited in MDS+ backend only)] 1- 1...N
position_control/x_point(i1)/r Major radius [m] structure
position_control/x_point(i1)/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/x_point(i1)/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/x_point(i1)/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/x_point(i1)/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/x_point(i1)/z Height [m] structure
position_control/x_point(i1)/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/x_point(i1)/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/x_point(i1)/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/x_point(i1)/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/strike_point(i1) Array of strike points, for each of them the RZ position is given array of structures [max_size=4 (limited in MDS+ backend only)] 1- 1...N
position_control/strike_point(i1)/r Major radius [m] structure
position_control/strike_point(i1)/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/strike_point(i1)/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/strike_point(i1)/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/strike_point(i1)/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/strike_point(i1)/z Height [m] structure
position_control/strike_point(i1)/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/strike_point(i1)/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/strike_point(i1)/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/strike_point(i1)/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/active_limiter_point RZ position of the active limiter point (point of the plasma boundary in contact with the limiter) structure
position_control/active_limiter_point/r Major radius [m] structure
position_control/active_limiter_point/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/active_limiter_point/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/active_limiter_point/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/active_limiter_point/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/active_limiter_point/z Height [m] structure
position_control/active_limiter_point/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/active_limiter_point/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/active_limiter_point/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/active_limiter_point/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/boundary_outline(i1) Set of (R,Z) points defining the outline of the plasma boundary array of structures [max_size=301 (limited in MDS+ backend only)] 1- 1...N
position_control/boundary_outline(i1)/r Major radius [m] structure
position_control/boundary_outline(i1)/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/boundary_outline(i1)/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/boundary_outline(i1)/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/boundary_outline(i1)/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/boundary_outline(i1)/z Height [m] structure
position_control/boundary_outline(i1)/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/boundary_outline(i1)/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/boundary_outline(i1)/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/boundary_outline(i1)/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/z_r_max Height of the separatrix point of maximum major radius [m]. Introduced after DD version 3.38.1 structure
position_control/z_r_max/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/z_r_max/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/z_r_max/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/z_r_max/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/z_r_min Height of the separatrix point of minimum major radius [m]. Introduced after DD version 3.38.1 structure
position_control/z_r_min/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/z_r_min/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/z_r_min/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/z_r_min/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/gap(i1) Set of gaps, defined by a reference point and a direction. array of structures [max_size=51 (limited in MDS+ backend only)] 1- 1...N
position_control/gap(i1)/name Short string identifier (unique for a given device) {static} STR_0D
position_control/gap(i1)/description Description, e.g. “channel viewing the upper divertor” {static}. Introduced after DD version 3 STR_0D
position_control/gap(i1)/r Major radius of the reference point {constant} [m] FLT_0D
position_control/gap(i1)/z Height of the reference point {constant} [m] FLT_0D
position_control/gap(i1)/angle Angle between the direction in which the gap is measured (in the poloidal cross-section) and the horizontal axis. {constant} [rad] FLT_0D
position_control/gap(i1)/value Value of the gap, i.e. distance between the reference point and the separatrix along the gap direction [m] structure
position_control/gap(i1)/value/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/gap(i1)/value/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/gap(i1)/value/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/gap(i1)/value/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/current_centroid RZ position of the current centroid. Introduced after DD version 3.39.0 structure
position_control/current_centroid/r Major radius [m] structure
position_control/current_centroid/r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/current_centroid/r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/current_centroid/r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/current_centroid/r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/current_centroid/z Height [m] structure
position_control/current_centroid/z/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
position_control/current_centroid/z/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- position_control/time
position_control/current_centroid/z/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
position_control/current_centroid/z/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
position_control/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- position_control/time
position_control/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
tf Toroidal field references structure
tf/b_field_tor_vacuum_r Vacuum field times major radius in the toroidal field magnet. Positive sign means anti-clockwise when viewed from above [T.m] structure
tf/b_field_tor_vacuum_r/reference_name Reference name (e.g. in the native pulse schedule system of the device) {constant} STR_0D
tf/b_field_tor_vacuum_r/reference(:) Reference waveform. Caution : error bars of the reference/data node are not used in the usual sense, instead they are used to describe the control envelope, with a meaning depending on the chosen envelope_type option. {dynamic} [mixed] FLT_1D 1- tf/time
tf/b_field_tor_vacuum_r/reference_type Reference type: 0:relative (don't use for the moment, to be defined later when segments are introduced in the IDS structure); 1: absolute: the reference time trace is provided in the reference/data node {constant} INT_0D
tf/b_field_tor_vacuum_r/envelope_type Envelope type: 0:relative: means that the envelope upper and lower bound values are defined respectively as reference.data * reference.data_error_upper and reference.data * reference.data_error_lower. 1: absolute: the envelope upper and lower bound values are given respectively by reference/data_error_upper and reference/data_error_lower. Lower are upper are taken in the strict mathematical sense, without considering absolute values of the data {constant} INT_0D
tf/mode(:) Control mode (operation mode and/or settings used by the controller) {dynamic} INT_1D 1- tf/time
tf/time(:) Timebase for the dynamic nodes located at this level of the IDS structure and below {dynamic} [s] FLT_1D 1- 1...N
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