-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Milestone
Description
- "Direct interface" will be renamed to "functional interface" - it's much more descriptive
- We should consider to stop overloading
getB
, but instead separate the functional interface.- the overload makes me not use the functinal interface because I never remember the exact arguments, and its very annoying to look it up because of the overload
- get awesome tool tips e.g. with
get_field_Cuboid()
- ideas
magpy.getB_func()
,magpy.func.getB_Cuboid()
... - Discussion needed
- Variable names should be in plural
- on functional interface
- on core interface