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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…