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
Description, motivation and use case
Currently, for all magnets you can work in strengths or currents. One could wish to always work with a default unit and have a shorter magnet.set() instread of magnet.strength.set().
Proposed solution
The proposal is to have
default choice (strengths or currents)
.set() that will shortcut to strength.set() or currents.set() depending on the default
Description, motivation and use case
Currently, for all magnets you can work in strengths or currents. One could wish to always work with a default unit and have a shorter magnet.set() instread of magnet.strength.set().
Proposed solution
The proposal is to have
Additional context
Some cases with combined function magnets may not be trivial.
Checklist