You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with a2 a master parameter, setting directly the value is not changing the values in the calculators linked to this master.
One should instead do myinstrument.master["a2"] = 5, so using the setitem method of MasterParameters.
We should think a way to make the example work. I don't see ways to disallow a user to do as in my example.
The text was updated successfully, but these errors were encountered:
Here's an example usage that seems natural but does not work.
with a2 a master parameter, setting directly the value is not changing the values in the calculators linked to this master.
One should instead do
myinstrument.master["a2"] = 5
, so using the setitem method of MasterParameters.We should think a way to make the example work. I don't see ways to disallow a user to do as in my example.
The text was updated successfully, but these errors were encountered: