Help with printing a schematic from unix command line

V

VOSS

Guest
I'm search for help on printing from the command line. I have tried
creating a loading a template from the skill command line, but this
does not work.

Please advise if you know of a way.

--
Cheers,
Voss
 
On 24 Jun 2006 23:36:11 -0700, "VOSS" <3142857@excite.com> wrote:

I'm search for help on printing from the command line. I have tried
creating a loading a template from the skill command line, but this
does not work.

Please advise if you know of a way.

For a schematic, you can do it by defining the variable schPlotOptions
with appropriate content, and then doing:

schPlot()

One way of creating the schPlotOptions is to setup the form, and then save the
template. You can then do:

load("mytemplte.tpl")
schPlot()

This is covered in the documentation for schPlot. You can find that in the
Schematic SKILL Manual:

<instdir>/doc/skcompref/skcompref.pdf

Andrew.
--
Andrew Beckett
Principal European Technology Leader
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top