<> <> <> <> <> <> <> CIRCUIT[Lambda _ 1, Temp _ 25] = { in, out, Vdd: node; ! ThymeBasics ! CMOS2.0u25C powerSupply: voltage[Vdd, Gnd] = 5.0; ?: capacitor[out, Gnd] = 0.001pF; ?: PETran[in, Vdd, out, Vdd | l _ 2, w _ 4, as _ 60, ad _ 60, ps _ 34, pd _ 34]; ?: NETran[in, Gnd, out, Gnd | l _ 4, w _ 2, as _ 30, ad _ 30, ps _ 32, pd _ 32]; ?: RectWave[in | period _ 30ns, width _ 16ns, tRise _ 1ns, tFall _ 1ns, tDelay _ 14ns]; }; <> PLOT["CMOS Inverter (2 microns, 25 C)", :1ns, -1, 6, powerSupply^: -0.1mA, in, out]; RUN["CMOS Inverter (2 microns, 25 C)", tUnit _ 10ns, tMax _ 100ns];