table of doubles, read only
If G is a spectrum object G.dE returns a list of length G.N stating the energy steps between points in the different spectra.
Print the energy steps used in the spectra calculated in the definitions file for spectra.
dofile("definitions.Quanty") print(G.dE)
{ 0.012 , 0.012 , 0.012 }