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
  
  
  
  
  
  
  
  
  
  
  
  
  
  

1. Creating pulse file

ITMIMAS
Code Block
languagetext
>> import_ual
>> idx=euitm_create('euitm', 111, 11);
>> disp(idx)
     0
>>
Code Block
languagetext
>> import imasjava.imas
>> idx=imas_create('ids', 111, 11);
>> disp(idx)
     0
>>

...