MBusDischarge.thy
Last Edited by: Barth, August 29, 1984 3:54:43 pm PDT
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];