Skip to content

Commit c4bd384

Browse files
committed
attribution
1 parent 3263646 commit c4bd384

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

control/sisotool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def _SisotoolUpdate(sys, fig, K, bode_plot_params, tvect=None):
180180
fig.subplots_adjust(top=0.9,wspace = 0.3,hspace=0.35)
181181
fig.canvas.draw()
182182

183+
# contributed by Sawyer Fuller, minster@uw.edu 2021.11.02
183184
def pid_designer(plant, gain='P', sign=+1, input_signal='r',
184185
Kp0=0, Ki0=0, Kd0=0, tau=0.01,
185186
C_ff=0, derivative_in_feedback_path=False):

0 commit comments

Comments
 (0)