-
Notifications
You must be signed in to change notification settings - Fork 223
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
[Feature] Allow referencing a cable's/bundle's wires by color or label, if unambiguous #193
Comments
This is an expansion of #169 and there was a suggestion of using |
I did suggest these prefixes in #10 (comment) (almost 5 months ago). |
Thanks, searching for I'm happy to discuss this feature as a new issue/PR, feel free to open one; I already have some thoughts on the matter. For the time being, #194 would close this issue ignoring the above mentioned feature. |
Similar to how a connector's pins can be referenced by its ID (as per its entry in
pins
), or by its label (as per its entry inpinlabels
) in case the label is unambiguous, a cable's/bundle's wire needs the ability to be referenced by its color (if unambiguous) since that is often the most natural way for the user. Additionally, cables should have awirelabels
attribute analogous to a connector'spinlabels
, that can also be used for referencing.Example 08's connection set should therefore work with either of the following:
Using the wire numbers (currently the only way):
Using the wire colors:
Using the new
wirelabels
attribute:The text was updated successfully, but these errors were encountered: