====== dE ======
###
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.
###
===== Example =====
###
Print the energy steps used in the spectra calculated in the [[documentation:language_reference:objects:spectra:start|definitions file]] for spectra.
###
==== Input ====
dofile("definitions.Quanty")
print(G.dE)
==== Result ====
{ 0.012 , 0.012 , 0.012 }
===== Available functions =====
{{indexmenu>../functions/#1}}
===== Available methods =====
{{indexmenu>../methods/#1}}
===== Available properties =====
{{indexmenu>.#1}}