<<-- CDPDPlotVersatecChipNSil.cm>> -- Set up ChipNDale for color plotting ChipNSil -- Last Edited by: Christian Jacobi, December 8, 1986 6:01:14 pm PST CDSil Install CDPDPlot _ &d _ $CDxVersatec _ &b _ $CDxVSilB _ &c _ $CDxVSilC _ &m _ $CDxVSilM _ &y _ $CDxVSilY _ CDPDPlot.Start[$chipnsil, &d, &b, &c, &m, &y, "chipnsil, versatec or c150 standard"] -- _ CDPDPlot.LayerNumber[0] <<--undefLayer>> _ CDPDPlot.Color8[&m, 10H, 10H, 10H, 10H, 10H, 10H, 0FFH, 10H] _ CDPDPlot.LayerNumber[1] <<--shadeLayer>> _ CDPDPlot.Color8[&c, 40H, 40H, 40H, 40H, 0FFH, 40H, 40H, 40H] _ CDPDPlot.LayerNumber[2] <<--errorLayer>> _ CDPDPlot.Color8[&b, 20H, 20H, 0FFH, 20H, 20H, 20H, 20H, 20H] _ CDPDPlot.LayerNumber[4] _ CDPDPlot.Color1[&b] _ CDPDPlot.LayerNumber[6] _ CDPDPlot.Color4[&b, 15, 15, 15, 15] -- _ CDPDPlot.Layer[$xgreen] _ CDPDPlot.Color4[&c, 0AH, 0, 0AH, 0] _ CDPDPlot.Color4[&y, 0AH, 4, 0AH, 0] _ CDPDPlot.Layer[$xred] _ CDPDPlot.Color4[&y, 5, 0, 5, 0] _ CDPDPlot.Color4[&m, 5, 0, 5, 0] _ CDPDPlot.Layer[$xblue] _ CDPDPlot.Color4[&c, 5, 0, 5, 0] _ CDPDPlot.Layer[$xneutral] --black _ CDPDPlot.Color4[&b, 5, 0AH, 5, 0AH] _ CDPDPlot.Layer[$xyellow] _ CDPDPlot.Color4[&y, 0AH, 0AH, 3, 3] _ CDPDPlot.End[]