This won't work. leHiP2P() is a blocking function and so the subsequent code won't get executed until it completes. Even if it did, the specific calls to coordinates won't get passed to the enter function if called from code. You might be able to do the loop and use preXY() to queue up the coordinates before calling leHiP2P - I've not tried doing this though. In general though, use of a routing function this way isn't really supported as it could be used as a poor man's full auto-router (it would do one net at a time, and so wouldn't necessarily be optimal, but nevertheless it's not an intended use model). Regards, Andrew.
↧