Im looking for a way to do an incremental placement. The number of times is a parameter. The placement of the second via will start at the initial plus an offset which will be determined by the number of times it needs to go through th e look, Hope this makes sense! if incrementNumber >1 then we start place first via at "x" <--anchor location loop incrementNumber -1 <-- number of times place next via at "x+(incrementNumber * offset) <--compute the next location Thanks