Plot the Bode diagram of the continuous and the discrete transfer functions with automatic determination of the frequency range to plot
function plotBodeDiscrete import Modelica.Utilities.Streams.print; import Modelica_LinearSystems2.TransferFunction; import Modelica_LinearSystems2.DiscreteTransferFunction; output Boolean ok; end plotBodeDiscrete;