Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signal property to pin Connectors #42

Merged
merged 9 commits into from
Aug 21, 2017
Merged

Conversation

follower
Copy link
Contributor

As per #40.

This is to enable future re-use and potential modification of ID format.
…oles.

The intention was that Connector names should only be generated for pins/pads
but it turned out we were also generating names (which were invalid,
e.g. "S1.null") for mechanical holes. This fix ensures names are
only generated for pins/pads connectors.

(This fix should really be made on the parent of this branch.)
This work will enable us to expose a property for each connector
that indicates what signal (i.e. net) is connected to the pin.
(Per #40.)

Exposes a property (`.userData.signal`) for each pin Connector
with the name (as a string) of the signal (i.e. net) which is
connected to the pin.
@dave5 dave5 merged commit fed35f6 into master Aug 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants