Skip to content

Commit 674f6f6

Browse files
committed
fix warning messages in pid_designer
1 parent 8356044 commit 674f6f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/sisotool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def rootlocus_pid_designer(plant, gain='P', sign=+1, input_signal='r',
328328
loop = interconnect((plant, Kpgain, Kigain, Kdgain, prop, integ, deriv,
329329
C_ff, e_summer, u_summer),
330330
inplist=['input', input_signal],
331-
outlist=['output', 'y'])
331+
outlist=['output', 'y'], check_unused=False)
332332
if plot:
333333
sisotool(loop, kvect=(0.,))
334334
cl = loop[1, 1] # closed loop transfer function with initial gains

0 commit comments

Comments
 (0)