Estimate reasonable discretisation sample time and simulation time span for time response plot
function timeResponseSamples extends Modelica.Icons.Function; input Modelica_LinearSystems2.StateSpace sc; output Real dt "Sample time"; output Real tSpan "Time span"; end timeResponseSamples;