table of double, read only
If G is a spectrum object G.Emax returns a list of length G.N stating the maximum energy included in the spectrum.
Print the maximum energy used in the spectra calculated in the definitions file for spectra.
dofile("definitions.Quanty") print(G.Emax)
{ 11 , 11 , 11 }