<> <> <> <<>> <> <> <> <> <<>> CIRCUIT[Lambda _ 2.0, Temp _ 75] = { ! ThymeBasics ! NMos4.0u75C In, Out, Vdd: node; powerSupply: voltage[Vdd, Gnd] = 5; ?: capacitor[Out, Gnd] = 0.001pF; ?: DTran[Out, Out, Vdd]; ?: ETran[In, Gnd, Out]; ?: RectWave[In| period _ 80ns, width _ 45ns, tRise _ 5ns, tFall _ 5ns, tDelay _ 35ns]; }; PRINT[In, Out]; PLOT["Nmos Inverter (4 microns, 75C)", :1ns, -1, 6, In, Out]; RUN["Nmos Inverter (4 microns, 75C)", tMax _ 200ns, maxIter _ 1000];