Help with printing a schematic from unix command line

Discussion in 'Cadence' started by VOSS, Jun 25, 2006.

  1. VOSS

    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.
     
    VOSS, Jun 25, 2006
    #1

  2. 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, Aug 2, 2006
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.