Hi all,
I need to know how I could define the rules by area so that track width and other routing constraints are automatically changed as I move into or out of a particular area in tha board (say for a BGA we have a routing width of 5 mil and for rest of board we have routinh width as 8 mil, how it could be done automatically in Altium).
InRegionRelative(X1,Y1,X2,Y2) or InRegionAbsolute(X1,Y1,X2,Y2) can be used to define a region for a specific rule. You'll find an explanation of those queries starting on page 144 in the latest version of "TR0110 Query Language Reference.pdf".
You could also use a Room, and then use something like "WithinRoom(RoomName)", or "TouchesRoom(RoomName)".
now I am able to that.
One more help i need from you is there any document from where i could get to know these commands such as Within roomand touches room etc.
Ricky
sorry you have alredy mentioned the document I will go through it and thanks once again.