Hello,
I draw with own parts and link this with net together.
Now I want to write a CSV File with this information.
I already have all information in the file, but have problem with the "nets"
A net:
Has a source and target (or more)
now I want to loop over all nets:
| SCH.sheets(SH) |
{
| SH.nets(N) | |
| { |
But now I use segments and then pinrefs.
But I need a loop, for each net which give me the source and target of the net.
Example:
Have to loop over the nets (N$2 and then N$3):
N$2 = source HDMI-1, target EXT-1
N$3 = source HDMI-2, target EXT-2
How can I reach this goal?
Thank you!
