Skip to content

Commit ebde9e4

Browse files
committed
need small fix to doc in stability_margins; needed 1e-8 as cutoff for
0-frequency
1 parent 04ed40d commit ebde9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/margins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def stability_margins(sysdata, returnall=False, epsw=1e-8):
104104
minimum stability margins. For frequency data or FRD systems, only one
105105
margin is found and returned.
106106
epsw: float, optional
107-
Frequencies below this value (default 1e-10) are considered static gain,
107+
Frequencies below this value (default 1e-8) are considered static gain,
108108
and not returned as margin.
109109
110110
Returns

0 commit comments

Comments
 (0)