RE: attach label to a pin as a 'children'
Yes, I am aware of the dynamic display, but it is more useful to have the area attached to the object and visible at all times when floor-planning. I will try and play around with dbCreateLabel for...
View ArticleRE: Deleting text label from selected object
Yes, that is exactly what my intention was. I wanted to first delete the text before I regenerated a new one, this solution does exactly that. I need to go back and get more acquainted with the basics....
View ArticleRE: Working with schematics on a white background
Thanks. I actually did know (maybe only a little) about that and did have the colors set like I wanted in my display.drf. I had: ( display hilite blank dashed red red outline ) however, my schematic...
View ArticleVCO output power
Generally the output power of VCO doesn't remain constant and that is its drawback. What could be the reason behind varying output power of VCO?
View ArticleRE: VCO output power
Dear Dhara, I would not characterize the change in power with output frequency a “drawback” as much as an expected behavior. There are a multiple of reasons and this is not an extensive response, but...
View ArticleList of TLM Analysis Ports: Where Is This Packet Coming From?
Let’s say that you got an invitation from the police station nearest your home to be there the next day at 14:00. Hmm…. What could it be about? You check the letter and envelope for more information,...
View ArticleHow to edit dependent expression in ADEXL to represent specified corner sim...
Hello, suppose I have run a process corner simulation (FF, SS, TT) to find transconductance of input diff pair. I can define "Gm" as the output name. Then I wish to edit expression across corner to...
View ArticleRE: Unrouted connections
Actually, the design and routing is completed. What remains is the use of fanout for all my unconnected nets and connections-all of those remaining must connect to the ground plane (top layer) as the...
View ArticleCIS+MariaDB+recent hotfixes=problem (and solution!)
I run Capture CIS on Win7, querying a MariaDB (MySQL clone) on linux. Recently, I upgraded the ODBC used to query the database to the most recent version (3.0 MariaDB connector), to upgrade the SSL...
View ArticleRE: CIS+MariaDB+recent hotfixes=problem (and solution!)
Sorry, the post text editor had problems with the backwards quotes. It should be just one ` in the config string.
View ArticleRE: CIS database query columns
Chuck...sorry I can't help, but I have the same desire so I am hanging out to see if we get an answer!
View ArticleIEEE-like spec on CDBA and OA
Hello, In lots of places and legacy projects I saw “prop.xx”, which libManager describes as preceding data.dm. The prop.xx is defined in CDBA Data.dm is defined in open access Both seem to refer to...
View ArticleRE: psfxl warning, what it means?
Hi Andrew, I know this is an old post, but I wanted to know if you could provide any information or document(s) about the differences between these output formats: psf, psfxl, psfbin, sst2, etc. There...
View Articlehow to sort a list alphanumerically with bus names in descending order using...
I have a list such as : mylist=list("VDD" "GND" "ddd[0]" "ddd[1]" "ddd[2]" "bb[0]" "bb[1]" "bb[2]") I try ==> mylist=sort(mylist 'alphalessp) the list become ==> ("GND" "VDD" "bb[0]" "bb[1]"...
View ArticleRE: attach label to a pin as a 'children'
These work well for my case in getting all the relations & connectivity correct: pin = leCreatePin(...) label = dbCreateLabel(...) leAttachFig(label pin~>fig) dbAddFigToNet(pin~>fig net)
View ArticleRE: How to edit dependent expression in ADEXL to represent specified corner...
Hi Andrew, I have a question follow up. Suppose I run temperature sweep together with corner sim, it means under each corner Gm is not a number anymore, it is a temperature dependent curve, I wish to...
View ArticleRE: how to sort a list alphanumerically with bus names in descending order...
maybe something like the following? procedure( myLesspCompare( str1 str2 ) let( (l_chars1 l_chars2) l_chars1 = parseString(str1 "[]") l_chars2 = parseString(str2 "[]") if( length(l_chars1)==1...
View ArticleHow to use thick lines for highlighting functions: geAddHilightRectangle /...
I've been looking through the documents for a while without luck. Please kindly help: When I use geAddHilightRectangle, it comes with thin line highlights in the layout. How to switch to thick lines? I...
View ArticleRE: How to edit dependent expression in ADEXL to represent specified corner...
You could just take the ymax() of the result. Not sure that's necessarily the best solution here - but may be a quick answer that does the job. Might be worth following this up via customer support so...
View ArticleRE: How to use thick lines for highlighting functions: geAddHilightRectangle...
The thickness is controlled by the display.drf packet definition for the layer-purpose you're using for the hilight set. You can however control the thickness of the halo if you use halos on the...
View Article