Difference between dbCreate....() and schCreate....() ?

Discussion in 'Cadence' started by Reotaro Hashemoto, Jul 7, 2009.

  1. Hi,

    What is the difference between using dbCreateInstByMasterName() and
    schCreateInst() to place instances in a schematic sheet.

    Thanks,
    Ahmad
     
    Reotaro Hashemoto, Jul 7, 2009
    #1
  2. Reotaro Hashemoto

    Riad KACED Guest

    Hi Ahmad,

    If you want a connectivity database only, then dbFunctions are to be
    used. If you are aiming for a normal editable schematic, as created
    manually, then you have to use the schFunctions.

    Cheers,
    Riad.
     
    Riad KACED, Jul 8, 2009
    #2
  3. Riad KACED wrote, on 07/08/09 08:33:
    Actually it doesn't make a huge amount of difference, because ultimately you
    would extract the connectivity with something like schCheck or schExtractConn.

    The main difference is that if doing this whilst the schematic is open,
    schCreateInst avoids the need to call schSync (see the documentation for
    schSync). Even then, it rarely matters...

    Regards,

    Andrew.
     
    Andrew Beckett, Jul 8, 2009
    #3
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.