Have a look at the files area of the Protel users forum  on Yahoo:

http://groups.yahoo.com/group/protel-users/files/

There's plenty of basic scripts there (you will need to be a member to
access this area however).

or see what you can make of this:

    ResetParameters 
    AddSingleParameter "Width", width
    AddStringParameter "Layer", "Current"
    AddSingleParameter "Location1.X", xloc1
    AddSingleParameter "Location1.Y", yloc1
    AddSingleParameter "Location2.X", xloc2
    AddSingleParameter "Location2.Y", yloc2
    RunProcess "PCB:PlaceTrack"

(xloc1&2, yloc1&2 and width are the variables you define the track with)

Hope it helps.


> -----Original Message-----
> From: Rich Thompson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 16 October 2002 05:20
> To: 'Protel EDA Forum'
> Subject: [PEDA] Client Basic place line/track
> 
> 
> Hi Guys
> 
> Can anyone out there point me to the syntax for the place line/track
> command to be used from within a client basic script using 
> 99se (PCB).  
> Protel Knowledge Base Item - 2895 details what I am tring to achieve,
> but the download samples appear to be a broken link and I couldn't see
> that particular item in the help files.
> 
> I want to write a macro to draw a set amount of objects in the pcb
> workplace.
> 
> Thanks
> 
> Rich
> 

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/leave.html
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Forum Guidelines Rules:
* http://www.techservinc.com/protelusers/forumrules.html
*
* Browse or Search previous postings:
* http://www.mail-archive.com/proteledaforum@techservinc.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Reply via email to