Skip to content

Commit 5955fd2

Browse files
committed
Update lft definition ref
1 parent 45638a0 commit 5955fd2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

control/statesp.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,11 @@ def feedback(self, other=1, sign=-1):
610610
def lft(self, other, nu=-1, ny=-1):
611611
"""Return the Linear Fractional Transformation.
612612
613-
See definition here:
613+
A definition of the LFT operator can be found in Appendix A.7,
614+
page 512 in the 2nd Edition, Multivariable Feedback Control by
615+
Sigurd Skogestad.
616+
617+
An alternative definition can be found here:
614618
https://www.mathworks.com/help/control/ref/lft.html
615619
616620
Parameters
@@ -621,6 +625,7 @@ def lft(self, other, nu=-1, ny=-1):
621625
Dimension of (plant) measurement output.
622626
nu: int, optional
623627
Dimension of (plant) control input.
628+
624629
"""
625630
other = _convertToStateSpace(other)
626631
# maximal values for nu, ny

0 commit comments

Comments
 (0)