Versions Compared

Key

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

...

ITMIMAS
Code Block
languagetext
>> import_ual
>> idx=euitm_open('euitm', 111, 11);
>> disp(idx)
     0
>> ret=euitm_close(idx)
ret =
     0
>>
Code Block
languagetext
>> import imasjava.imas
>> idx=imas_open('ids', 111, 11);
>> disp(idx)
     0
>> ret=imas_close(idx)
ret =
     0
>>

4. Creation of CPO/IDS

ITMIMAS
Code Block
languagetext
>> eq=CPO_gen('equilibrium', 100)
eq =
1x100 struct array with fields:
    datainfo
    eqconstraint
    eqgeometry
    flush
    global_param
    profiles_1d
    profiles_2d
    coord_sys
    time
    codeparam
>>
Code Block
languagetext
>> eq=ids_gen('equilibrium')
eq =
           ids_properties: [1x1 struct]
    vacuum_toroidal_field: [1x1 struct]
               time_slice: {[1x1 struct]}
                     code: [1x1 struct]
                     time: []
>>