Forum Post: RE: sweeping nport file name with ADEXL
Specify an include path (as described in https://community.cadence.com/cadence_technology_forums/f/38/t/36287 ). If this is not what you need, you have to describe your goal in a clearer way.
View ArticleForum Post: Multiple PSS Simulations with Oceans script and integration in...
I want to do a Tuning Mode Simulation for a digital controlled Oscillator. The tuning mode analysis within the PSS Simulation Setup is not sufficient enough (Since we have multiple control vectors and...
View ArticleForum Post: RE: Find a Angle
The below code calculating angle correctly thank u edave for your help, linePts =car(axlGetSelSet())->startEnd DxDy =axlMXYSub(cadr(linePts),car(linePts) ) Dx =car(DxDy) Dy = cadr(DxDy) m =Dy/Dx...
View ArticleForum Post: DC operating points in hspice
hi, For finding Ron, I tried to save 'save M4.m1:ron sigtype=dev' in saveop.scs file and upload it to model libraries setup in ADE. But I get error 'difficulty in reading input'. I get to know that by...
View ArticleForum Post: RE: Design variables in ADE - SKILL functions
This helped out a lot! I see now that the variables I were referring to are global variables so this works perfectly. I've got a simulation in ADE that has loads of variables and most of them need to...
View ArticleForum Post: Accessing certain layer and get its ll and ur coordinates
Hello, I have a pattern of transistor has DRC errors for some spacings between successive rows. These errors will be solved if i add rectangles for these layer. so instead of adding the same layer...
View ArticleForum Post: Working with WREAL inout ports
Hi, I am trying to model a low pass filter in a charge-pump PLL and I'm trying to make that model a wreal model. The issue that I'm facing is that my input is current driven, my output is a voltage,...
View ArticleForum Post: Netlist report with hierarchical names as listed in Global...
I am using Allegro Design Entry HDL 16.6 and in order to validate schematics of electronic designs, I would like to have a Netlist report listing nets as they are listed in the Global Navigation...
View ArticleForum Post: RE: Displaying current through a pin
Thanks for telling me what psf is. Sorry about not providing the version number. It is 6.1.6. how do you enable instance currents in this version ( the info balloon you spoke of)?
View ArticleForum Post: RE: Accessing certain layer and get its ll and ur coordinates
I read old threads about this topic specially how to access a layer without flattening and i found: lpId = car(setof(lp geGetEditCellView()~>lpps lp~>layerName == "metal1" &&...
View ArticleForum Post: RE: Multiple PSS Simulations with Oceans script and integration...
Hi Tobias, I assume you mean ADE not ADS (which is a tool from another vendor...) Given that this is a reasonably detailed question involving a bunch of different tool features, this is best handled...
View ArticleForum Post: RE: Accessing certain layer and get its ll and ur coordinates
Hi Inas Mohammad, I believe geGetEditCellView()~>lpp will return shapes's lpp which are used in that cell view alone and not hierarchically. That's why you may be getting nil return. To get...
View ArticleForum Post: RE: Minimum PC requirements
Hi, I am using Orcad Lite 16.6-S055 (V16.6-112EM) and trying access to Reference design page but it shows javascript injector error. On my PC is IE8. Could anyone tell my why this error and how to fix...
View ArticleForum Post: SKILL code to perform a function on selected pins in schematic
Hi, I have a schematic, which has several symbols (instance) in it. Each symbol has a certain number of pins. I want to select a few pins from different symbols (by Ctrl clicking on the pins), and then...
View ArticleForum Post: RE: SKILL code to perform a function on selected pins in schematic
Hi Gang, Because the objects you are selecting are not in the schematic itself, you can't use the normal geGetSelSet() or geGetSelectedSet() functions. Instead you have to use geGetObjectSelectedSet()....
View ArticleForum Post: RE: Accessing certain layer and get its ll and ur coordinates
Actually the ~>lpp attribute on a cellView will list all the layer purpose pairs used in the hierarchy (provided the lower level cellViews are loaded in memory). However, the ~>lpp~>shapes...
View ArticleForum Post: RE: Accessing certain layer and get its ll and ur coordinates
Thanks for the correction.
View ArticleForum Post: RE: Displaying current through a pin
OK, the first thing to check is to open the symbol for the block in question, and see if it has labels of the form cdsTerm("pinA") cdsTerm("pinB") etc on the pins. If it has, then all you need to do is...
View ArticleForum Post: RE: Component creation from IBIS model
Not sure which document that is, but this application note covers it all pretty clearly. You don't have to have an EBD file, and it tells you when you can just use the analogLib component or when you...
View ArticleForum Post: RE: sweeping nport file name with ADEXL
In addition to what Frank mentions, if your filenames are regularly named (e.g. sp1.s2p, sp2.s2p, sp3.s2p) you can arrange the sweep without having to list all the filenames - you have to be using ADE...
View Article