Estimate reasonable discretisation sample time and simulation time span for time response plot
function timeResponseSamples import Modelica; import Modelica.ComplexMath; import Complex; import Modelica_LinearSystems2; input Modelica_LinearSystems2.DiscreteStateSpace dss; output Real tSpan "Time span"; end timeResponseSamples;