Im doing this ULP to get a list of pin->net connection out of the schematic.
Im accessing the Pins through
schematic->parts->device/deviceset->gates->pins and the pin.net always gives
an empty string.
What am I doing wrong?
Im doing this ULP to get a list of pin->net connection out of the schematic.
Im accessing the Pins through
schematic->parts->device/deviceset->gates->pins and the pin.net always gives
an empty string.
What am I doing wrong?
On 03/19/09 08:50, Morten Leikvoll wrote:
Im doing this ULP to get a list of pin->net connection out of the schematic.
Im accessing the Pins through
schematic->parts->device/deviceset->gates->pins and the pin.net always gives
an empty string.
What am I doing wrong?
You need to go through
schematic->sheets->parts->instances->gate->symbol->pins
in order to access the net names connected to each pin.
Klaus Schmidinger
--
_______________________________________________________________
Klaus Schmidinger Phone: +49-8635-6989-10
CadSoft Computer GmbH Fax: +49-8635-6989-40
Hofmark 2 Email: kls@cadsoft.de
D-84568 Pleiskirchen, Germany URL: www.cadsoft.de
_______________________________________________________________
"Klaus Schmidinger" <Klaus.Schmidinger@cadsoft.de> wrote in message
news:gptd51$5rn$1@cheetah.cadsoft.de...
On 03/19/09 08:50, Morten Leikvoll wrote:
Im doing this ULP to get a list of pin->net connection out of the
schematic.
Im accessing the Pins through
schematic->parts->device/deviceset->gates->pins and the pin.net always
gives
an empty string.
What am I doing wrong?
You need to go through
schematic->sheets->parts->instances->gate->symbol->pins
in order to access the net names connected to each pin.
...but the pin.contact boolean check mentioned in the help doesnt seem to
work from that end.. But thats not a big problem as I can check the name for
an empty sting.
On 03/19/09 14:23, Morten Leikvoll wrote:
..but the pin.contact boolean check mentioned in the help doesnt seem to
work from that end.. But thats not a big problem as I can check the name for
an empty sting.
Seems to work just fine here.
Can you send me an example where it doesn't work?
Klaus Schmidinger
--
_______________________________________________________________
Klaus Schmidinger Phone: +49-8635-6989-10
CadSoft Computer GmbH Fax: +49-8635-6989-40
Hofmark 2 Email: kls@cadsoft.de
D-84568 Pleiskirchen, Germany URL: www.cadsoft.de
_______________________________________________________________
Im sending you my ULP on email.
"Klaus Schmidinger" <Klaus.Schmidinger@cadsoft.de> wrote in message
news:gpthnn$q4j$1@cheetah.cadsoft.de...
On 03/19/09 14:23, Morten Leikvoll wrote:
..but the pin.contact boolean check mentioned in the help doesnt seem to
work from that end.. But thats not a big problem as I can check the name
for
an empty sting.
Seems to work just fine here.
Can you send me an example where it doesn't work?