Construct a ZerosAndPoles system and plot the Bode diagram with automatic determination of the frequency range to plot
function plotBode1 extends Modelica.Icons.Function; import Modelica_LinearSystems2.TransferFunction; import Modelica_LinearSystems2.ZerosAndPoles; input Modelica.Units.SI.Frequency f_cut = 100 "PT1 with cut-off frequency f_cut"; output Boolean ok; end plotBode1;