Create new Y-axis in plot ViVA using OCEAN
In the ViVA GUI I can create a second Y-axis on the same plot for data which have very different Y values e.g. inductance and resistance. Is there a way to do this using OCEAN?
View ArticleRE: Create new Y-axis in plot ViVA using OCEAN
If the units are different, they should plot on different y axes automatically (assuming you're using IC615 onwards). If you want to force it, you can use the ?yNumber argument: plot(v("net24")...
View ArticleRE: Doube symbol
Ok. I can create a new property about pin and display it. For example: Tipe PIN: --> IN / OUT. If I chose IN, may I make to appear one arrow right ? If I chose OUT, may I make to appea one arrow left ?
View ArticleRE: Board Geometry OUTLINE subclass warning
I know this is a 2 year old thread (that I commented on before), but has a better solution to this been added since? I still have this problem and converting DESIGN_OUTLINE class shapes to OUTLINE...
View ArticleRE: Board Geometry OUTLINE subclass warning
I know this is a 2 year old thread (that I commented on before), but has a better solution to this been added since? I still have this problem and converting DESIGN_OUTLINE class shapes to OUTLINE...
View ArticleRE: Schematic editor bus naming and connections questions.
Thanks a lot Andrew. This was a big help.
View ArticleHow to Select Only Wires or Nets in Area in Schematic
Specifically in Design Entry CIS (17.2 S037), I can't find a setting that allows me to only select net wires in an area. I'm trying to quickly select all nets in an area to apply a net_physical_type...
View ArticleRE: Cadence Liberate Characterization Help
Hi, thanks for your reply Guang. This is how my template for the inverter looks like : https://pastebin.com/1gYJHUP7 As per the reference manual, I use the default modes (haven't specified them...
View ArticleHow to pass desVar using include file in ocean runs
Hi, I have a testbench with tens of design variables. I have to create multiple ocean run files to test different functionality. To avoid confusion and keep run files simple I want to have only the...
View ArticleCreate Netlist renames nets instead of changing reference designators.
I have a design that has schematic changes . Unfortunately they also changed a number of reference designators for identical circuits . It looks like the ECO process does not have an option to change...
View ArticleNeed help fast? Check out Cadence Training Bytes
Cadence Training Bytes Check out hundreds of micro-learning videos designed to teach you an element of language or methodology, how to perform a task, or how to troubleshoot a problem. Find them under...
View ArticleEasy way to manage footprints and padstack libraries
Each of my projects is different from others in terms of pcb foortprints despite the components names could be equal. Is there any way to assign footprints to parts in terms of projects and not adding...
View ArticleRE: quickplace by schematic page number
thanks sir , i have try it and cant get work , the code as follow axlSetFindFilter(?enabled list("noall" "symbols") ?onButtons list("noall" "symbols")) allSymbols = axlGetSelSet(axlAddSelectAll())...
View ArticleRE: quickplace by schematic page number
I think you should be looking at components instead of symbols, since some symbols will not have schematic information attached, please try the following: axlClearSelSet() (axlSetFindFilter ?enabled...
View ArticleChanging a dynamic parameter set in tran and using design variables.
For one of my transient simulations I need to change a set of dynamic parameters at a certain point in time to the design variable corresponding design variables. The simunlator allows me to do this if...
View ArticleRE: How to Select Only Wires or Nets in Area in Schematic
Hi teevskis, With a sheet open, RMB > Selection Filter. Enable 'Nets' only. Drag the area to select the net segments. The filter only applies in drag mode, and only includes net segments (not entire...
View Articleprotect deRegUserTriggers, drLoadDrf, etc
background: cdsinit is loaded by more than just virtuoso. ocean, runams, and others will load it. Some functions don't make sense in all environments. For example deRegUserTriggers("maskLayoutXL" ...)...
View ArticleRE: How to Select Only Wires or Nets in Area in Schematic
Perfect, thanks. I've been using Cadence PCB tools for 6 years and had no idea the Selection Filter existed.
View Articledeepprobe with analog extract
Hello, I'm using deepprobe in my simulation, but when replace the schematic view with analog extract it's stops working. For sim with schematic I use such syntax for access some net...
View ArticleADEXL SDB XML syntax question
I am trying to find any documentation on the expected xml syntax for an sdb file to be loaded for corner setup. Maybe a list of the expected keywords and/or values. Examples might be good but I have a...
View Article