Versions Compared

Key

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

...

PUTGET


Code Block
languagepy
dbEntry = imas.db_entry(imasdef.MDSPLUS_BACKEND, db_name, 3333, 3333)
dbEntry.create()  
    
ids = pf_active()
ids.ids_properties.homogeneous_time = 2

ids.put(db_entry = dbEntry)
dbEntry.close()



Code Block
languagepy
dbEntry = imas.db_entry(imasdef.MDSPLUS_BACKEND, db_name, 3333, 3333)
dbEntry.create()  

ids = pf_active()


ids.get(db_entry = dbEntry)
dbEntry.close()




TO DO

IDS superclass

Enum for IDS names