We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d605807 commit 810e910Copy full SHA for 810e910
2 files changed
doc/control.rst
@@ -31,7 +31,6 @@ System interconnections
31
32
append
33
combine_tf
34
- connect
35
feedback
36
interconnect
37
negate
@@ -75,7 +74,7 @@ Time domain simulation
75
74
impulse_response
76
initial_response
77
input_output_response
78
- phase_plot
+ phase_plane_plot
79
step_response
80
81
Control system analysis
@@ -182,7 +181,6 @@ Utility functions and conversions
182
181
isctime
183
isdtime
184
issiso
185
- issys
186
mag2db
187
modal_form
188
norm
doc/test_sphinxdocs.py
@@ -21,6 +21,7 @@
21
22
# Functions that should not be referenced
23
legacy_functions = [
24
+ 'FRD', # FrequencyResponseData (or frd)
25
'balred', # balanced_reduction
26
'bode', # bode_plot
27
'c2d', # sample_system
0 commit comments