Module:MOS intervals: Difference between revisions
Added mos prefix lookup |
mNo edit summary |
||
| Line 88: | Line 88: | ||
mos_prefix = "" | mos_prefix = "" | ||
elseif string.len(frame.args['MOS Prefix']) == 0 then | elseif string.len(frame.args['MOS Prefix']) == 0 then | ||
mos_prefix_lookup = get_mos_prefix(scale_sig) | mos_prefix_lookup = p.get_mos_prefix(scale_sig) | ||
if string.len(mos_prefix_lookup) ~= 0 then | if string.len(mos_prefix_lookup) ~= 0 then | ||
mos_prefix = mos_prefix_lookup | mos_prefix = mos_prefix_lookup | ||