Construct transfer functions
tf1 = 1 / (10*s + 1)3
and
tf2 = (s + 2) / (2*s2 + 3*s + 4)
and plot their Bode diagram with automatic determination of the frequency range to plot.
function plotBode1 extends Modelica.Icons.Function; import Modelica_LinearSystems2.TransferFunction; output Boolean ok; end plotBode1;