Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HLI API covers all available Access Layer features consisting in:

  • creating a new Data Entry
  • opening an existing Data Entry
  • writing data from an IDS to a Data Entry
  • reading data of an IDS from an existing Data Entry
  • deleting an IDS from an existing Data Entry
  • closing a Data Entry

The HLI API covers all available Access Layer features with the following exposed methods:

...

In this tutorial, we will describe each method of the HLI API (section 1.1. HLI API). We will use the Python HLI.  Documentation of all others HLIs is available in the User guide available from this page: https://confluence.iter.org/display/IMP/Integrated+Modelling+Home+Page

...

Creating a new Data Entry using the MDS+ backend consists in creating a new (MDS+) pulse file on the disk.

In the Data Entry creation process, you will have to specified the name of a database which ha

Before to be able to create a pulse file, you need to 

Since the pulse file will be created in a directory,   

Therefore, you need to have write permissions for the database specified in the create() command.

...