Skip to content

Commit b7653f8

Browse files
Update control/freqplot.py
1 parent adec95e commit b7653f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

control/freqplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,8 @@ def nyquist_plot(syslist, omega=None, plot=True, omega_limits=None,
535535
omega : array_like
536536
Set of frequencies to be evaluated in rad/sec.
537537
omega_limits : array_like of two values
538-
Limits of the to generate frequency vector.
538+
Limits to the range of frequencies. Ignored if omega
539+
is provided, and auto-generated if omitted.
539540
omega_num : int
540541
Number of samples to plot. Defaults to
541542
config.defaults['freqplot.number_of_samples'].

0 commit comments

Comments
 (0)