-
Notifications
You must be signed in to change notification settings - Fork 227
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
Loops function #260
Comments
Hi,
See the following code which implements both variants: connectors:
X1:
pincount: 4
loops:
- [1, 2] # simple loop
cables:
W1:
wirecount: 1
colors: [GN]
connections:
- # loop using a "real" wire
- X1: [3]
- W1: [1]
- X1: [4] |
See also #48 for discussion on some possible future implementations. |
Thank you so much for the quick answer, it will be very useful. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
I'm trying to use the Loops function but I can't find any example.
What I want to do is to connect pins on a same connector and I guess this is the right function to use.
Can anybody help me?
Thanks!
The text was updated successfully, but these errors were encountered: