Sweeper.populate_all_sweep#

Sweeper.populate_all_sweep(all_sweep: Dict, item: str, option_name: str)[source]#

Populate the Dict passed in all_sweep from QAnalysis.

Parameters:
  • all_sweep (Dict) – Reference to hold each item which corresponds to option_name.

  • item (str) – The value of each item that we want to sweep in option_name.

  • option_name (str) – The option of QComponent that we want to sweep.