Direct Plotting

E

ecnedad

Guest
Good day!
I just want to know how can I make a circle on the selected pin and
mark different color on the selected net (like the behavior of Direct-
Plot of ADE when selecting net and pin).
I hope anyone could help me regarding this matter.
Your help is very much appreciated.

Thanks and God bless! (^_^)
 
ecnedad wrote, on 08/25/09 08:28:
Good day!
I just want to know how can I make a circle on the selected pin and
mark different color on the selected net (like the behavior of Direct-
Plot of ADE when selecting net and pin).

I hope anyone could help me regarding this matter.
Your help is very much appreciated.

Thanks and God bless! (^_^)
asiSelectTermNet() will do this (I think, if my memory is correct). There are a
bunch of similar functions - check the documentation. These link to a form you
create, so can be used to fill in a selected terminal or net name on a form.

Regards,

Andrew.
 
On Aug 25, 8:33 pm, Andrew Beckett <andr...@DcEaLdEeTnEcTe.HcIoSm>
wrote:
ecnedad wrote, on 08/25/09 08:28:

Good day!
I just want to know how can I make a circle on the selected pin and
mark different color on the selected net (like the behavior of Direct-
Plot of ADE when selecting net and pin).

I hope anyone could help me regarding this matter.
Your help is very much appreciated.

Thanks and God bless! (^_^)

asiSelectTermNet() will do this (I think, if my memory is correct). There are a
bunch of similar functions - check the documentation. These link to a form you
create, so can be used to fill in a selected terminal or net name on a form.

Regards,

Andrew.
Thank you very much for the information.

I've tried the command asiSelectTermNet('termNet) but the following
Error message appeared at CIW:

*ERROR* No method supplies for generic function asiGetSimName

Is there any settings that I should do first before I can use the
asiSelectTermNet() command?

I hope anyone could help me about this matter.

Thank you and God bless!
 
On Aug 26, 5:20 pm, ecnedad <ecne...@gmail.com> wrote:
On Aug 25, 8:33 pm, Andrew Beckett <andr...@DcEaLdEeTnEcTe.HcIoSm
wrote:



ecnedad wrote, on 08/25/09 08:28:

Good day!
I just want to know how can I make a circle on the selected pin and
mark different color on the selected net (like the behavior ofDirect-
Plotof ADE when selecting net and pin).

I hope anyone could help me regarding this matter.
Your help is very much appreciated.

Thanks and God bless! (^_^)

asiSelectTermNet() will do this (I think, if my memory is correct). There are a
bunch of similar functions - check the documentation. These link to a form you
create, so can be used to fill in a selected terminal or net name on a form.

Regards,

Andrew.

Thank you very much for the information.

I've tried the command asiSelectTermNet('termNet) but the following
Error message appeared at CIW:

*ERROR* No method supplies for generic function asiGetSimName

Is there any settings that I should do first before I can use the
asiSelectTermNet() command?

I hope anyone could help me about this matter.

Thank you and God bless!
We have found the following command for this:

geAddNetProbe(getCurrentWindow())
geAddTermProbe(getCurrentWindow())

But the geAddTermProbe does not create circle around the pin(same with
the Direct Plot of ADE), it just highlighted the selected pin.
 

Welcome to EDABoard.com

Sponsor

Back
Top