Hi Guru,
I owned a techfile where define M1 with purpose of drawing, PH and SW. (Info:PH is for place holder and SW is for switch). How can i set that only M1;drawing carry the connectivity but other won't.
I tried to manipulated the interconnect validLayers setting but failed, M1;PH still carry connectivity when connected with M1;drawing. Any best way to tackle this issue. Thanks
( "virtuosoDefaultExtractorSetup" nil
interconnect(
( validLayers
(
(M1 drawing)
(VIA1 drawing)
(M2 drawing)
(VIA2 drawing)
(M3 drawing)
..................)))
My intension is simple, im looking a way to set that ONLY M1;drawing carry connectivity, the layer with other purposes are ignore.
Thanks in advance. =)