Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

geAddNetProbe() Command help

227 views
Skip to first unread message

Rajeswaran M

unread,
Mar 22, 2004, 8:14:47 AM3/22/04
to
Requirement :

Probe a particular internal net in a descended schematic in the same window.

Problem with geAddNetProbe :

when the command is used as,

geAddNetProbe(hiGetCurrentWindow list("y0" "drawing") "S")

Existence of pin "S" is checked at Top cell, not in the current descende
hierarchy, and if the pin does not exist, probe is not created.

Andrew Beckett

unread,
Mar 22, 2004, 9:39:57 AM3/22/04
to
Off the top of my head, you need to give the hierarchical path of the net. Just
checked in the docs, and it seems my memory was correct.

For example:

geAddNetProbe(hiGetCurrentWindow() list("y0" "drawing") strcat(geGetHierInst() "/" "S"))

Andrew.

--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd

Rajeswaran M

unread,
Mar 22, 2004, 11:17:30 AM3/22/04
to
Thanks !!

But it looks like there is no command called geGetHierInst() in mine,
and also it is not present in the docs of IC5. Were you refering any
custom script?

Though I put the string directly as "MN0/S", still the result is negative.

out put is,

*WARNING* : Illegal name syntax - MN0/S
*WARNING* illegal net name
*WARNING* Object MN0/S does not exist in my_test_lib sample schematic

-Rajeswaran

Bernd Fischer

unread,
Mar 22, 2004, 11:31:12 AM3/22/04
to
Andrew said 'Off the top of my head', be creative the next time use
the SKILL finder to look for the correct command.

Which is geGetInstHier( ), it works I've tested it.

Bernd

Andrew Beckett

unread,
Mar 22, 2004, 12:23:37 PM3/22/04
to
Thanks Bernd for spotting my deliberate mistake.

Honestly, I just did it to see if anyone was paying attention ;-)

That's the trouble with using the news reader on a PC, yet running the
Cadence software on UNIX - rather than cutting and pasting, I retyped it,
and had a translation error in the process...

Cheers,

Andrew.

Rajeswaran M

unread,
Mar 22, 2004, 10:31:36 PM3/22/04
to
Thanks Andrew and Bernd. It works now.

And thanks for the new phrase too :)

Thanks,
Rajes

sindhu M

unread,
Jun 1, 2022, 1:28:03 AM6/1/22
to
Hi,

Is there a way to probe 2 or more nets using the geAddNetProbe in different colors ?
the manual says, the layer purpose pair can be defaulted, but it is not working for me. Can anyone help ?

Thank you,
Sindhu
0 new messages