Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Electronic Equipment > LSI Card > Repeatedly call...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 195 of 212
Post > Topic >>

Repeatedly call of SKILL function

by psalms_17@[EMAIL PROTECTED] Jan 10, 2008 at 02:32 PM

Hello! I'm just a beginner in developing a software.We're now
developing a software using Tcl/Tk and SKILL. We have extracted data
on schematic using SKILL function. We've transfer the data to the
Tcl/
Tk using IPC.

But I have a problem. I made a funciton that will determine if the
schematic is Part2 if it contains "vdc or idc" and Part2 if it
contains "PPMU or DPS". On the first process( call of the function)
it
successfully determined the corresponding Part of the schematic but
if
I call this function again, the function does not gave the expected
result. What is the problem? is it in IPC or in my function.


procedure( PartChecking( strcvData )
      le( (instCellName)
                ATPPart = nil
                if( (memq("PPMU" instCellName) || (memq("DPS"
instCellName)
                            then
                                  ATPPart = "Part2"
                            else
                                 if( (memq("vdc" instCellName) ||
(memq("idc" instCellName)
                                       then
                                            ATPPart = "Part1"
                                 )
                )
     ); let
)


Hope there will help me on this thing. Thank you and God bless! : )
 




 1 Posts in Topic:
Repeatedly call of SKILL function
psalms_17@[EMAIL PROTECTE  2008-01-10 14:32:45 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 23:04:39 CST 2008.