Versions Compared

Key

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

...

Below, we have collected commonly used operations related to CPOs/IDSes. You can compare both methods by looking at different implementations of similar operations.

CHEAT SHEET
ITMIMAS
  
  
  
  
import_ual
import imasjava.imas
euitm_create('euitm', shot, run)
imas_create('ids', shot, run);
euitm_open('euitm', shot, run);
imas_open('ids', shot, run)
euitm_close(idx)
imas_close(idx)
CPO_gen('equilibrium', 100)
ids_gen('equilibrium')
  
  
  
  
  
  
  
  
  
  

1. Creating pulse file

...