pyControl / code

pyControl GUI and framework code
https://pycontrol.readthedocs.io
GNU General Public License v3.0
23 stars 20 forks source link

Clarify how persistant variables work when value is entered in variables table. #74

Closed ThomasAkam closed 11 months ago

ThomasAkam commented 1 year ago

Current in the configure experiment tab a variable can both have a value specified and be declared persistent. It is not clear from the docs whether the specified value or stored persistant value will take priority. The logic of this should be clarified. Suggest that if a value is entered in the table then this should take priority but the user should be warned the persistant value will be overwritten.

ThomasAkam commented 11 months ago

This behaviour has been modified in commit e7f2c5e912917c6116e709f8ef44f5b470875b65 such that if a value is specified for a persistent variable in the variables table, the table value will take precedence but the user will be warned when they run the experiment.