moro
Member level 3
Hello,
i am working on a script which translates some odb++ pcb file, and passes out a altium pcb document.
I dont know or cannot generate nets for the placed pads.
How can i create a net from the script?
I tried like this:
NetList : TStringList;
NetList.Add := 'MyNet';
But i encounter a error "undeclared identifier: Add" , has anyone experienced similar problems and maybe a solution would help me alot
i am working on a script which translates some odb++ pcb file, and passes out a altium pcb document.
I dont know or cannot generate nets for the placed pads.
How can i create a net from the script?
I tried like this:
NetList : TStringList;
NetList.Add := 'MyNet';
But i encounter a error "undeclared identifier: Add" , has anyone experienced similar problems and maybe a solution would help me alot