Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Scripting-Allegro-adding lines,shapes etc

Status
Not open for further replies.
Hi,

I am trying to drop a via on my open design.
i am enabling nets only and by clicking on the trace(cline) i am taking net properties to a variable.

axlSetFindFilter(?enabled list("noall"))
axlSetFindFilter(?enabled list("NETS")
?onButtons list("NETS"))
axlAddSelectBox()
axlShowObject(axlGetSelSet())
netProp = axlDBGetProperties(car(axlGetSelSet()))

Now i want to pass net name to the function axlDBCreateVia.
Specifically saying how to extract net name and pass to other function from selection.

Can anyone please help me out.

Thanks,
Manjeet
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top