frib-high-level-controls / save-set-restore

save set restore
MIT License
2 stars 0 forks source link

scaling #27

Open berryma4 opened 8 years ago

berryma4 commented 8 years ago

Our biggest issue at the moment is that we have not covered scaling the restore. The save/restore program will not be used by a majority of the lab until this is covered. This will be easily covered with the git provider, but does the masar service support restoring a scaled saveset? @shengb

shengb commented 8 years ago

This is a different topic. My definition is that save-set-restore is to restore the machine status in the past we had. If we want to scale the value, the best place is to do it in Tuner. The Tuner get the saved value, scaling it, and setting (not restore) it to the machine.

However, as the restore function is done in the client side (both CS-S & PyQt), we can have this function supported in the client side.