Forum Post: RE: Direct Plot then Transient Signal stop updating after some time
It is same as the image.
View ArticleForum Post: quotation mark replacement with pcreReplace?
Hi, I am trying to get outputs from ocean using outputs() function into a list from a post layout simulation(netlist is dspf file). The format of outputs() is sth like this:...
View ArticleForum Post: RE: quotation mark replacement with pcreReplace?
I am putting the sample of code I am trying to fix. As mentioned earlier, this script is supposed to get saved nets from outputs() function, post-process with pcre and plot it. sigList_raw = outputs()...
View ArticleForum Post: RE: problem creating symbol of netlist subcircuit
Dear yefj, Did you follow all of the instructions at the Sourcelink article at URL:...
View ArticleForum Post: moveOrigin does not work
I've tried making the origin of the rectangle stretchable by giving 't' to ?moveOrigin in the function rodAssignHandleToParameter but I failed. I succeeded in creating the rectangle and making it...
View ArticleForum Post: trying to convert xilinx ibis file into dml. which tool should i...
https://github.com/chaujohnthan/zcu104hw/blob/master/zcu106.ibs btw, why should i use SystemSI, if orcad and allegro flow does support SI analysis?
View ArticleForum Post: Orcad pin ignore missing in latest version.
In previous versions you could generate ,for example , an op amp with 4 sections. Each section had the same power and ground pins. They you could go into the pins spreadsheet and select pins you wanted...
View ArticleForum Post: can orcad tcl script handle things like changing symbols in...
https://github.com/chaujohnthan/zcu104hw/blob/master/HPQFN_19_A.png i have lots of this stuff. converted from DxD. i want to delete the duplicated labels. the lighter blue ones.
View ArticleForum Post: RE: problem creating symbol of netlist subcircuit
OK, a few things are wrong here: I'm not sure why you created a schematic from the hspiceText view, because this will just contain the pins. The schematic creation using create cellView from cellView...
View ArticleForum Post: RE: quotation mark replacement with pcreReplace?
In theory you should just be able to use the name from outputs() directly, but I think in this case the name is confusing the mapping code. So I suggest that instead you do: sigList=outputs(?map nil)...
View ArticleForum Post: RE: Direct Plot then Transient Signal stop updating after some time
Well, given the fact that you are using an old and unsupported version (I don't know what version fo the simulator you're using too), I suggest you try just switching to "psf" in this case to see if...
View ArticleForum Post: RE: Simulation crashed - Killed by user
Maybe you have CPU time limits in your environment? If you're using a queuing system (like LSF) you might need to check the queue setups - if simulating directly, see what the "limit cputime" command...
View ArticleForum Post: RE: moveOrigin does not work
Hi John, Other than a few typos in the code above (I assume you can't have cut-and-paste it into the forum, because it doesn't work as-is), it works OK. If you have ?moveOrigin nil, then stretching the...
View ArticleForum Post: RE: skill script return wrong value for floating-point data,...
The SKILL "interpreter" (it's compiled, so isn't really an interpreter) hasn't changed. It's always been wise to make sure calculator functions can handle family data - and I don't believe anything...
View ArticleForum Post: RE: hiCreateReportField... passing arguments to its callback
It's not entirely clear what you're trying to do, but I suspect you just want to update the contents of the report field? If so, alternating the ->choices list would do it:...
View ArticleForum Post: RE: Orcad pin ignore missing in latest version.
I found it but it does not allow setting of 1 pin to ignore. You have to set the pin on each section to ignore in order for it to work. The new version seems like its a step back and not forward.
View ArticleForum Post: RE: Orcad pin ignore missing in latest version.
Ok. it looks like the new symbol editor has some functions that do not work correctly. Below is how I was able to get this to work correctly 1. If you set a power pin - pin ignore to yes on one section...
View ArticleForum Post: RE: problem creating symbol of netlist subcircuit
Hello Andrew , i was looking in hspice text editor, schematics, library manager . ,where is the "setup" tab located? so i could do the switch. Thanks [quote userid="4936"...
View ArticleForum Post: RE: Cannot add dummy net on No Connection pin
Hi, I did it. But still it is not getting connected. I am sharing the screen shot below for your reference. .
View Article