====== 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 [[documentation:language_reference:objects:spectra:start|definitions file]] for spectra. ### ==== Input ==== dofile("definitions.Quanty") print(G.NE) ==== Result ==== { 1000 , 1000 , 1000 } ===== Available functions ===== {{indexmenu>../functions/#1}} ===== Available methods ===== {{indexmenu>../methods/#1}} ===== Available properties ===== {{indexmenu>.#1}}