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
_______________________________________________________________
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
_______________________________________________________________