Home > Community > Forums > PCB SKILL > route>slide axl-command??

Share

  • Email
  • Social Web
* Required Fields

Recipients email * (separate multiple addresses with commas)

Your name *

Your email *

Message *

Contact Us

* Required Fields
First Name *

Last Name *

Email *

Company / Institution *

Comments: *

 route>slide axl-command?? 

Last post Thu, Jun 11 2009 5:31 PM by sepiroth. 4 replies.
Started by sepiroth 10 Jun 2009 02:31 AM. Topic has 4 replies.
Page 1 of 1 (5 items)
Sort Posts:
  • Wed, Jun 10 2009 2:31 AM

    • sepiroth
    • Not Ranked
    • Joined on Tue, Sep 23 2008
    • Posts 3
    • Points 45
    route>slide axl-command?? Reply

     Hi, any axl-command can run the slide (route>slide) function to slide the clines?

     If no is there any other alternative way to do it?

     

    Thanks

    sepiroth

     

    • Post Points: 20
  • Wed, Jun 10 2009 11:48 AM

    • ubaid
    • Not Ranked
    • Joined on Tue, May 5 2009
    • Posts 1
    • Points 20
    Re: route>slide axl-command?? Reply

    Shift+F5 (If using <16.0)

    Shift+F3 (For 16.X verstions)

    Regards,

    Ubaid Warsi

    • Post Points: 20
  • Wed, Jun 10 2009 5:08 PM

    • sepiroth
    • Not Ranked
    • Joined on Tue, Sep 23 2008
    • Posts 3
    • Points 45
    Re: route>slide axl-command?? Reply

     Hi Ubaid,

     Those are the aliases function key. What I looking for is the axl-command that I can use when writing the SKILL programming.

    Anyone try to slide the traces by using SKILL programming before?

     

    • Post Points: 20
  • Thu, Jun 11 2009 8:03 AM

    • djhutchi
    • Top 500 Contributor
    • Joined on Fri, Nov 14 2008
    • Hillsboro, OR
    • Posts 6
    • Points 205
    Re: route>slide axl-command?? Reply

    Below is a small code segment that uses the axl funcitons to attempt sliding clines to clear DRC violations on vias that were just added:

                                            axlMsgPut("Shoving %d Clines" length(clines))
                                            axlShoveSetParams(list(1 45 1 1 0 0))
                                            unless(axlShoveItems(clines)
                                                axlDeleteObject(via)
                                                axlMsgPut("Via deleted due to Shoving Error")
                                            )

    • Post Points: 20
  • Thu, Jun 11 2009 5:31 PM

    • sepiroth
    • Not Ranked
    • Joined on Tue, Sep 23 2008
    • Posts 3
    • Points 45
    Re: route>slide axl-command?? Reply

     Hi djhutchi,

    The provided code as below is work on shoving the clines on via. Can  the code be modified so the slided distance can be set? Example, the clines want to be slide ix 100 from its original place. 

        axlSetFindFilter(?enabled '("CLINES" "VIAS") ?onButtons '("CLINES" "VIAS"))
        axlSelect()
        axlShoveSetParams(list(1 45 1 1 0 0))
        axlShoveItems(axlGetSelSet())

     

    • Post Points: 5
Page 1 of 1 (5 items)
Sort Posts:
Started by sepiroth at 10 Jun 2009 02:31 AM. Topic has 4 replies.