<> <> CIRCUIT[Lambda _ 2, Temp _ 25] = { in, indgnd, out, Vdd: node; ! ThymeBasics ! CMOS2.0u25C powerSupply: voltage[Vdd, Gnd] = 5.0; ?: capacitor[out, Gnd] = 1000pF; ?: inductor[indgnd, Gnd] = 50nH; ?: NETran[in, indgnd, out, Gnd | l _ 2, w _ 500, as _ 30, ad _ 30, ps _ 32, pd _ 32]; ?: RectWave[in | period _ 200ns, width _ 100ns, tRise _ 10ns, tFall _ 10ns]; }; IC[0, Vdd _ 5.0, indgnd _ 0.0, out _ 5.0]; PLOT["M bus discharge", :1ns, -1, 6, in, indgnd, out]; RUN[tMax _ 100ns];