PadFrameTest.cm
Don Curry May 12, 1988 1:35:25 pm PDT
Install PadFrame
CDRead PadFrameTest
← CedarProcess.SetPriority[background]
← &design ← CDViewer.FindDesign["PadFrameTest"]
← &cx ← Sisyph.Create[&design]
← &ct ← Sisyph.ES["Test.sch", &cx]
← &obj ← PWCore.Layout[&ct]
← PWCore.Store[&ct]
PW.Draw[&obj]
← &factor ← 40
← &font ← CDTexts.MakeFont["Xerox/TiogaFonts/Helvetica7", 4*&factor/2]
← &pads ← IcPack.BuildPadModel[cell: &ct, pinWidth: 8*&factor, scale: 40/&factor, refFont: &font]
← PW.Draw[&pads]