Module:MOS: Difference between revisions

Inthar (talk | contribs)
No edit summary
Inthar (talk | contribs)
No edit summary
Line 108: Line 108:


-- Given mos a MOS structure, hardness = L/s a rational number,
-- Given mos a MOS structure, hardness = L/s a rational number,
-- return the et tuning and the bright MOS generator corresponding to the hardness.
-- return the et and the bright MOS generator corresponding to the hardness.
function p.et_tuning_by_hardness(mos, hardness)
function p.et_tuning_by_hardness(mos, hardness)
local nL, ns, equave = mos.nL, mos.ns, mos.equave
local nL, ns, equave = mos.nL, mos.ns, mos.equave