db objects

Discussion in 'Cadence' started by mickey_p, Nov 17, 2004.

  1. mickey_p

    mickey_p Guest

    Hi all,

    Maybe this is a simple matter, but does anyone know how to access the
    database files (ex. db:50205050) by command line. I was just
    wondering if there was a way to directly open them using SKILL.

    Thanks
     
    mickey_p, Nov 17, 2004
    #1
  2. mickey_p

    G Vandevalk Guest

    Mickey:

    Yes & No ...

    It is simple to assign a db object to a pointer.

    But you cannot use the db:# format to access it.

    (i.e. you use some command that returns a db pointer and use it.)

    say something like:

    x = getCurrentSelectedSet()

    -- Gerry

    p.s. don''t currently have a nograph skill session in front of me so not
    positive the synatax is exactly right!
     
    G Vandevalk, Nov 18, 2004
    #2
  3. Should be:

    x=geGetSelSet()

    Andrew.
     
    Andrew Beckett, Nov 22, 2004
    #3
  4. How would you go about re-selecting using "x," something like gePutSelSet(x)?

    --
    Edward Dodge

    __o |
    _`\(,_ | Vini Vidi Velo
    (_)/ (_) |
     
    Dodge, Edwardx K, Nov 24, 2004
    #4
  5. geSelectFig(x)

     
    Andrew Beckett, Nov 24, 2004
    #5
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.