Versions Compared

Key

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

...

 To be able to access the value quickly, the structure (d.detname[seg_id].alg.var_name) that we learn from configs is stored in a dictionary as:

Wiki Markup
{(detname, var_name): (alg, seg_id, var_type), }


For epics and scan EnvStore, we extract something the information above from something like this: 

...