Skip to content

Code principles

fuoar edited this page Apr 9, 2022 · 4 revisions

Separation of GUI VI in three main parts:

  1. Initialisation of device connections and variables

  2. Main functionnalities and experiments

    • change experimental parameters
    • "focus mode"
    • acquire single spectrum or spectra vs t, p, P, E
    • save experiment data
  3. Close all device connections

Initialisation of device connections

Main routine based on an event structure

Close all connections