Problem with changing FE parameters with command line & in the parametric scan.
In the version 080, master branch, when I use the command line typing in the terminal something like: "bdaq53 scan_xxx -p PARAMETER=x" and I want to modify one of the FE parameters specified in the yaml file (e.g. VTH_SYNC) the value for the parameter is not taken into account. It works only for parameters specified inside the scan, like for example start_column. Is this a known issue? Are you planning to fix it? I tried but didn't succeed.
In general, it doesn't matter because we can run a scan just using "python scan_xxx.py" but it looks like it causes a problem also in the parametric scan. When I use the parametric scan, that I find very useful, it works good for parameters specified inside the threshold scan, but when trying to sweep one of the parameters from the yaml file it runs, but it does just several times the threshold scan with the parameter value unmodified. Is it possible you fix it?
Another little fix that would be amazingly helpful is that the value of VCAL_HIGH doesn't make it into the parameter page of the output pdf, so for example when doing analog scans, later on we cannot know which amount of charge was actually injected. Is is possible to add it?
Thank you very much.