Skip to content

Commit ce80819

Browse files
committed
Fixing docstrings
1 parent 8f0c037 commit ce80819

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

control/margins.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,14 @@ def disk_margins(L, omega, skew = 0.0, returnall = False):
533533
omega : sequence of array_like
534534
1D array of (non-negative) frequencies (rad/s) at which
535535
to evaluate the disk-based stability margins
536+
skew : float or array_like, optional
537+
skew parameter(s) for disk margin calculation.
538+
skew = 0 uses the "balanced" sensitivity function 0.5*(S - T)
539+
skew = 1 uses the sensitivity function S
540+
skew = -1 uses the complementary sensitivity function T
541+
returnall : bool, optional
542+
If true, return frequency-dependent margins. If False (default),
543+
return only the worst-case (minimum) margins.
536544
537545
Returns
538546
-------

0 commit comments

Comments
 (0)