InterProcess Communication, geOpen and hiSetBindKey

Discussion in 'Cadence' started by bur.rosario, Jan 17, 2008.

  1. bur.rosario

    bur.rosario Guest

    Dear All,

    My parent process is ofcourse skill.

    I launched a child process with a child id named "childPID".

    using geOpen I opened a schematic and it was successfully opened.

    I binded the mouse button 1 to select only net names.

    every time i will select a net name i must transfer the name in my
    child process...

    but childPID cause an error because it was unbound variable...

    does geOpen of hiSetBindKey kill a child process?

    please help!

    thanks!
     
    bur.rosario, Jan 17, 2008
    #1
  2. bur.rosario

    bur.rosario Guest

    On Jan 17, 12:17 pm, wrote:
    Dear All,

    My parent process is ofcourse skill.

    I launched a child process with a child id named "childPID".

    using geOpen I opened a schematic and it was successfully opened.

    I binded the mouse button 1 to select only net names.

    every time i will select a net name i must transfer the name in my
    child process...

    but childPID cause an error because it was unbound variable...

    does geOpen or hiSetBindKey kill a child process?

    please help!

    thanks!
     
    bur.rosario, Jan 17, 2008
    #2
  3. bur.rosario

    bur.rosario Guest

     
    bur.rosario, Jan 17, 2008
    #3
  4. bur.rosario

    bur.rosario Guest

    does geOpen OR hiSetBindKey kill a child process?
     
    bur.rosario, Jan 17, 2008
    #4
  5. bur.rosario

    andrewb Guest

    No.

    Most likely it's because the variable is not accessible in the scope
    you're evaluating it. Hard to tell why without seeing the code, but
    you've probably just made a coding mistake.

    Andrew.
     
    andrewb, Jan 18, 2008
    #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.