We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c79ac commit 2efb9acCopy full SHA for 2efb9ac
magpylib_force/force.py
@@ -20,7 +20,7 @@ def getFT(sources, targets, anchor=None, eps=1e-5, squeeze=True):
20
Sources that generate the magnetic field. Can be a single source (or collection)
21
or a 1D list of l sources and/or collection objects.
22
23
- targets: single object or 1D list of t objects that are in [Cuboid, Polyline]
+ targets: single object or 1D list of t objects that are in [Sphere, Cuboid, Polyline]
24
Force and Torque acting on targets in the magnetic field generated by the sources
25
will be computed. A target must have a valid `meshing` parameter.
26
0 commit comments