Plot expressions containing mathematical operations using SKILL
Hello, I defined the expression " VNPP("/M0" "total") * 2 " as an output in my assembler view. When extracting the output to a CSV using awvSaveToCSV( .. ) , I get the error: *Error* error:...
View ArticleRE: Create a symbol from layout
Hi Thank you for your attention I am using Keysight Momentum-Virtuoso tool (Momentum for golden gate tools) for creation of symbol for LVS tool i am using Calibre tool and nmLVS. 1. I have created the...
View ArticleRE: Create a symbol from layout
Dear Andrew could you please guide me, how could i complete the CDF for the mentioned error?
View ArticleRE: Create a symbol from layout
I can't help you with Calibre (it's a Mentor tool) or Momentum or Golden Gate (they're Keysight tools), but if you know what the CDL needs to look like, it should just be a matter of defining in the...
View ArticleRE: Inconsistency in maestro result DB using SKILL
Karam, I'm not entirely sure what the problem is here. For a start, your script looks incorrect - it says it is picking the first point and first corner, but it had no car() on each, and so it failed...
View ArticleRE: Plot expressions containing mathematical operations using SKILL
Well, I just tried using the same expression and passing the results of it to awvSaveToCSV, and it works fine. You'll need to provide more context on how you're using it. Andrew.
View ArticleDave Patterson on Becoming a Computer Scientist...and Going Directly to...
At SEMICON West, Dave Patterson (center) sat down for an interview with author John Markoff (left). Playing the sidekick role was Mark Hill (right), who is a professor at the University of Wisconsin,...
View Articlecopper export to CREO
Is there a way to export copper, solder mask and other features from Allegro that will import smoothly into CREO (Pro-E)? EMD, IDF, IDX see to be only 3D data. A STEP file seems to have all of the info...
View ArticleRE: Unable to import psm path
I did the update on Friday and over the weekend it looks like it did fix some things in the library. I now get a new error message. I checked the DRA E- (SPMHGE-626): Symbol...
View ArticleRE: Difference between V(P1,T1)
Andrew, thank you for the information, can you be elaborate more on how it is discontinuous?
View ArticleRE: about lines startend points
startEnd is and attribute of a line segment - not the symbol itself. use something like foreach(symbol, allSymbols foreach(pathObj setof(obj, symbol ->children, obj ->objType == "path")...
View ArticleRE: X-out on assembly variants
Get the bBox attribute from your shapes to find the corners. You must take the car of your result as (not surprisingly) axlGetSelSet returns a list of dbids.
View ArticleRE: copper export to CREO
That certainly doesn't make sense. Make sure you open a trouble-ticket with PTC about this issue.
View ArticleShape Snap to grid when shape is off grid, How to ?
Hi guys. In the picture below I have a shape. The shape was drawn on a 100 mil grid. I changed the grid to 50 mils. What I am trying to do is select the shape and then pick the bottom right hand corner...
View ArticleSKILL console ?
Hi, is there possibility somehow to have SKILL console ? Like TCL console in Capture? If not can you give some tips/advices how quicker develop and test code in SKILL. Because right now I am writing...
View ArticleRE: Difference between V(P1,T1)
Quite simply, the switch changes position instantaneously - and so the impedance of the switch changes instantaneously. That means there would be a discontinuity in the current through the switch or...
View ArticleRE: Inconsistency in maestro result DB using SKILL
Hello Andrew, Thank you for the reply, correction, and explanation. I used car( ) in my code, but it was lost in translation - my bad (updated my code above). Is re-evaluation of nil results required...
View Article