<> <> <> <> <<>> CIRCUIT[Lambda _ 1, TDegC _ 25] = { Vdd: Node; ! /DATools/DATools6.1/Thyme/SignalGenerators.thy ! /DATools/DATools6.1/Thyme/BSim.thy powerSupply: voltage[Vdd, Gnd] = 5.0; in, out, ns: Node; QP1: CTran[in, Vdd, out| L _ 4, W _ 8000, sdExtend _ 5]; QN1: ETran[in, out, ns| L _ 4, W _ 8000, sdExtend _ 5]; <> R1: Resistor[ns, Gnd] = 32; --Ohm signal: Step[in | OnLevel _ 5V, OffLevel _ 0V, tRise _ 10ns, tDelay _ 10ns]; }; PLOT["Spice Example", :1ns, -1, 6, in, out, ns]; RUN[tMin _ 0ns, tMax _ 30ns]; <<>>