Skip to content

Commit

Permalink
DOC: updated mixsyn docstring to use standard 'see also' format
Browse files Browse the repository at this point in the history
  • Loading branch information
murrayrm authored and roryyorke committed Jan 6, 2018
1 parent 7d70fb4 commit 36e0b0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion control/robust.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,9 @@ def mixsyn(g,w1=None,w2=None,w3=None):
If a weighting w is scalar, it will be replaced by I*w, where I is
ny-by-ny for w1 and w3, and nu-by-nu for w2.
See also hinfsyn, augw
See Also
--------
hinfsyn, augw
"""
nmeas = g.outputs
ncon = g.inputs
Expand Down

0 comments on commit 36e0b0f

Please sign in to comment.