de-highlight a net

C

cactii

Guest
Hi,

In composer schematic entry, after i highlighted a few nets, if i want
to de-highight a previous net, how can i de-highlight just the
previous selection and not all.

Also, where can i set the color ordering for highlighting the nets.

Thanks.
 
cactii wrote, on 10/08/09 19:41:
Hi,

In composer schematic entry, after i highlighted a few nets, if i want
to de-highight a previous net, how can i de-highlight just the
previous selection and not all.

Also, where can i set the color ordering for highlighting the nets.

Thanks.
By "highlighting" do you mean using Design->Probe->Add Net (or
Create->Probe->Add Net in IC613)? If so, removal of probes can be done under the
same menus.

As for colour control, this is mostly done automatically - it cycles through the
layers y0-y9. You can force it to be a fixed layer by calling

geSetProbeUserLPP( list("hilite" "drawing1"))

or

geSetProbeUserLPP(nil)

if you want it to cycle again.

This is covered in this solution:

http://sourcelink.cadence.com/docs/db/kdb/2001/Sept/1844262.html

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top