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 4555a2d commit 7c7e079Copy full SHA for 7c7e079
1 file changed
docs/user/motors/genericmotor.rst
@@ -129,10 +129,10 @@ Signature
129
Parameters
130
----------
131
name : str
132
- Motor name to search on ThrustCurve (example:
133
- ``"M1670"``).Only shorthand names are accepted (e.g. ``"M1670"``, not
134
- ``"Cesaroni M1670"``).
135
- when multiple matches occur the first result returned by the API is used.
+ Motor name to search on ThrustCurve (examples:
+ ``"M1670"`` or ``"Cesaroni M1670"``). Both shorthand and manufacturer-prefixed
+ names are accepted. When multiple matches occur, the first result returned by
+ the API is used.
136
**kwargs :
137
Same optional arguments accepted by the :class:`GenericMotor` constructor
138
(e.g. ``dry_mass``, ``nozzle_radius``, ``interpolation_method``). Any
0 commit comments