Revision: 302
http://sourceforge.net/p/python-control/code/302
Author: repa
Date: 2014-06-16 08:38:23 +0000 (Mon, 16 Jun 2014)
Log Message:
-----------
extend comments for root-locus procedure
Modified Paths:
--------------
trunk/src/matlab.py
trunk/src/rlocus.py
Modified: trunk/src/matlab.py
===================================================================
--- trunk/src/matlab.py 2014-06-13 04:26:38 UTC (rev 301)
+++ trunk/src/matlab.py 2014-06-16 08:38:23 UTC (rev 302)
@@ -1112,6 +1112,14 @@
Linear system
klist:
optional list of gains
+ xlim : control of x-axis range, normally with tuple, for
+ other options, see matplotlib.axes
+ ylim : control of y-axis range
+ Plot : boolean (default = True)
+ If True, plot magnitude and phase
+ PrintGain: boolean (default = True)
+ If True, report mouse clicks when close to the root-locus branches,
+ calculate gain, damping and print
Returns
-------
Modified: trunk/src/rlocus.py
===================================================================
--- trunk/src/rlocus.py 2014-06-13 04:26:38 UTC (rev 301)
+++ trunk/src/rlocus.py 2014-06-16 08:38:23 UTC (rev 302)
@@ -65,6 +65,9 @@
Linear input/output systems (SISO only, for now)
kvect : gain_range (default = None)
List of gains to use in computing diagram
+ xlim : control of x-axis range, normally with tuple, for
+ other options, see matplotlib.axes
+ ylim : control of y-axis range
Plot : boolean (default = True)
If True, plot magnitude and phase
PrintGain: boolean (default = True)
|