Skip to content

Commit 65530fd

Browse files
committed
DOC: adding parameters documentation into StochasticParachute description
1 parent 1e2a2fd commit 65530fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rocketpy/stochastic/stochastic_parachute.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ class StochasticParachute(StochasticModel):
2929
time-correlation).
3030
name : list[str]
3131
List with the name of the parachute object. This cannot be randomized.
32+
radius : tuple, list, int, float
33+
Radius of the parachute in meters.
34+
height : tuple, list, int, float
35+
Height of the parachute in meters.
36+
porosity : tuple, list, int, float
37+
Porosity of the parachute.
3238
"""
3339

3440
def __init__(

0 commit comments

Comments
 (0)