control.use_fbs_defaults
- control.use_fbs_defaults()[source]
Use Feedback Systems (FBS) compatible settings.
The following conventions from Feedback Systems are used:
Bode plots plot gain in powers of ten, phase in degrees, frequency in rad/sec, no grid
Frequency plots use the label “Gain” for the system gain.
Nyquist plots use dashed lines for mirror image of Nyquist curve
Examples
>>> ct.use_fbs_defaults() >>> # do some FBS style plotting