-- File: [Cherry]Documentation>NMos4.0u25Inv.thy -- Last edited by SChen, June 11, 1983 6:17 PM library[MosModels]; library[StdFunctions]; circuit[Lambda_ 2.0, Temp_ 25]= { !ThymeBasics.thy !NMos4.0u25.thy 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]; }; plot["Nmos Inverter (4 microns, 25C)", :1ns, -1, 6, In, Out]; run[tMax_ 200ns, maxIter_ 1000];