Differences

This shows you the differences between two versions of the page.

Link to this comparison view

documentation:language_reference:objects:spectra:properties:de [2016/09/29 11:13] – created Maurits W. Haverkortdocumentation:language_reference:objects:spectra:properties:de [2016/10/10 09:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +<code Quanty Example.Quanty>
 +dofile("definitions.Quanty")
 +print(G.dE)
 +</code>
 +
 +==== Result ====
 +<file Quanty_Output>
 +{ 0.012 , 0.012 , 0.012 }
 +</file>
 +
 +===== Available functions =====
 +{{indexmenu>../functions/#1}}
 +
 +===== Available methods =====
 +{{indexmenu>../methods/#1}}
 +
 +===== Available properties =====
 +{{indexmenu>.#1}}
Print/export