Question: automatically input times steps into output=array ([]) in dsolve?

I am using the output=array([]) option in dsolve which works fine if I write in each time step of interest eg output=array([0.1,0.2,0.3]). No problem for 3 values. However, I wish to input a large number of values. Can this be automated for regular time steps?
Please Wait...