function mos(input) if #input== 0 then return { { suggest = "idsa", help = "Ids (VdsVgs-Vth)" elseif input == "b" then return "β=μeff•Cox•(W/L) (其中Cox=εox/Tox)" elseif input == "vth" then return "Vth=Vth0+γ[√(Vsb+2Φ)-√(2Φ)]" elseif input == "gm" then return "gm=β•(Vgs-Vth)•(1+λVds) (饱和区)" end end ime.register_command("fm", "mos", "MOSFET常用公式速查")