X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yFMLcUH1HNuGXGnl4SjwTcYSjdLiyc9uP4Q/qqo8DwI=; b=fVLSAa079jOczIeCUh+ILx4fQwEPTlAdZrSri9CP7nDhn2HHtFqFAwW53xwhiFxl6D voZ2FrCZIansChHj0ZD2W0PPpoFpgyWOQGD11RW1u8hZl/DLXOX0dIumjiueXPoCKd31 WO+Eb/Juf0pVC1g8boox56AZNSAF//SXRExKKvnlmmJ1MnYru/EsPiMhM7Brf7TzX4+P lI4x4XKB9wPQk5m4xz7XMm79Wy6uHPsRshupgOTZSmb1Fo/RTwDySrt53p7t/9aH2PPg b8HDR4df0LCnokyoIZBIFyYwab1nEGMas6NJBmL69QZDgq2M58NxdaMy5Q5ek130uXs6 jpsA== MIME-Version: 1.0 X-Received: by 10.202.92.2 with SMTP id q2mr1836701oib.120.1415214151998; Wed, 05 Nov 2014 11:02:31 -0800 (PST) Date: Wed, 5 Nov 2014 14:02:31 -0500 Message-ID: Subject: [geda-user] PCB file format, Difference between pin name and pin number? From: Jason White To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Currently I am working on a command line utility (eagle_inspector.py) that can read a given eagle library file and provide a list the contained footprints and symbols or spit out an internal representation for a specific footprint/symbol. I am working on adding support to convert the eagle representation into a gEDA/PCB compatible one. I've been reading the format specifications and have been unable to find out, for the PCB file format, what is the functional difference between pin name and pin number? Thanks, Jason White