====== Gamma ======
###
table of double, read only
###
###
If //G// is a spectrum object //G.Gamma// returns a list of length //G.N// stating the original Lorenzian broadening used to calculate the spectra.
###
===== Example =====
###
Print the Lorenzian broadening used in the spectra calculated in the [[documentation:language_reference:objects:spectra:start|definitions file]] for spectra.
###
==== Input ====
dofile("definitions.Quanty")
print(G.Gamma)
==== Result ====
{ 0.1 , 0.1 , 0.1 }
===== Available functions =====
{{indexmenu>../functions/#1}}
===== Available methods =====
{{indexmenu>../methods/#1}}
===== Available properties =====
{{indexmenu>.#1}}