added PI controller test
This commit is contained in:
@@ -115,7 +115,6 @@ class PI_controller_class:
|
||||
|
||||
if new_control > self.cv_upper_limit:
|
||||
new_control = self.cv_upper_limit
|
||||
|
||||
self.control_variable = new_control
|
||||
return self.control_variable
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
386
Regler/regler_test_optimierung.ipynb
Normal file
386
Regler/regler_test_optimierung.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user