Guest
Hello,
I want to have some skill that gets the pins(interface terminals) and
eventually write them out to a file. I think I can figure out the
latter with some effort, the former I have so far:
cv = hiGetCurrentWindow();this seems to "pick" the schematic rather
than the layout, seems ok.
PinList = cv~>pin~>name
The first line seems to "pick" the schematic rather than the layout,
seems ok.
The second line was my best guess, and doesn't work and returns
nil. This is what I see
when I place this code in the CIW.
Thank you for any help,
Eric
I want to have some skill that gets the pins(interface terminals) and
eventually write them out to a file. I think I can figure out the
latter with some effort, the former I have so far:
cv = hiGetCurrentWindow();this seems to "pick" the schematic rather
than the layout, seems ok.
PinList = cv~>pin~>name
The first line seems to "pick" the schematic rather than the layout,
seems ok.
The second line was my best guess, and doesn't work and returns
nil. This is what I see
when I place this code in the CIW.
Thank you for any help,
Eric