Table of Contents
NE
table of unsigned integer, read only
If G is a spectrum object G.NE returns a list of length G.N stating the number of energy points (minus 1) in the spectrum.
Example
Print the number of energy points used in the spectra calculated in the definitions file for spectra.
Input
- Example.Quanty
dofile("definitions.Quanty") print(G.NE)
Result
{ 1000 , 1000 , 1000 }