From d913bea14c80c22faa8ce5c77b1cdd6488121afc Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sat, 24 Oct 2020 16:35:19 +0200 Subject: [PATCH] Add test5.yml --- test/test5.yml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 test/test5.yml diff --git a/test/test5.yml b/test/test5.yml new file mode 100644 index 0000000..0e67032 --- /dev/null +++ b/test/test5.yml @@ -0,0 +1,64 @@ +connectors: + XS: + type: Screw terminal connector + subtype: male + color: GN + pincount: 3 + XM: + type: Molex KK 254 + subtype: female + pincount: 3 + F: + style: simple + type: Ferrule + subtype: 0.25 mm2 + color: LB + LED_RD: &LED + type: LED + subtype: 5mm + show_pincount: false + color: RD + pins: [+, -] + pinlabels: [Anode, Cathode] + LED_GN: + <<: *LED + color: GN + LED_YE: + <<: *LED + color: YE + +cables: + C: + category: bundle + # show_name: false + colors: [RD, BK] + gauge: 0.25 mm2 + W: + category: bundle + # show_name: false + colors: [BN] + gauge: 0.25 mm2 + +connections: + - + - [F.F1, F.F2] + - C.W1: [1,2] + - LED_RD: [+,-] + - + - F.F3 + - W.W2: [1] + - LED_GN: [+] + - + - LED_GN: [-] + - W.W3: [1] + - + - XS.X1: [1-3] + - <-- + - [F1, F2, F3] + - + - LED_YE: [+,-] + - C.W4: [1,2] + - XM.X2: [1,2] + - + - W3: [1] + - X2: [3]