Is there any way to grab and hold a license in Skill code?

Discussion in 'Cadence' started by m.deng, Jan 10, 2005.

  1. m.deng

    m.deng Guest

    Suppose I need to run a serial of commands without waiting(for UI
    reason), is there a way for me to reserve those licenses needed in
    advance?

    cheers,

    Ming
     
    m.deng, Jan 10, 2005
    #1
  2. m.deng

    Mr . SJ Guest

    lmCheckOut( "32500" 5.0)
     
    Mr . SJ, Jan 25, 2005
    #2
  3. m.deng

    m.deng Guest

    Who can I transfer the grabbed license to other programs(line command)
    such like calibre?
     
    m.deng, Jan 26, 2005
    #3
  4. m.deng

    m.deng Guest

    sorry, the question should be "How can I transfer the grabbed license to
    other programs(line command) such like calibre?"
     
    m.deng, Jan 26, 2005
    #4
  5. Sorry the question should be "Can you ask a question that makes sense?"

    Andrew.
     
    Andrew Beckett, Jan 26, 2005
    #5
  6. If you're asking how to reserve licenses, there's a mechanism for doing that
    using options files in the license file (on the DAEMON line) - but that's
    more for permanent reserving of licenses to particular groups or users.

    (it's covered in the licensing documentation).

    Andrew.
     
    Andrew Beckett, Jan 26, 2005
    #6
  7. m.deng

    m.deng Guest

    Supposing I am creating a SKILL script to do a Calibre related task. It
    needs to call some preprocessing and then call calibre. The usually
    situation I find is that after preprocessing finishes, calibre license
    is not available. So what I need to do is to grab and hold the calibre
    license when the script starts, then late somehow transfer it to calibre
    program to run.
     
    m.deng, Jan 27, 2005
    #7
  8. The only way you'll be able to do this is if Mentor provide some means of
    checking out a Calibre license, or reserving a license. If they do, you could
    invoke the command needed to do that via an ipcBeginProcess function, but
    I somehow doubt that there will be a way of doing this...

    Andrew.
     
    Andrew Beckett, Jan 27, 2005
    #8
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.