WireViz/examples/ex03.yml
2020-07-21 22:01:10 +02:00

37 lines
677 B
YAML

connectors:
X1: &boo
type: Molex Micro-Fit
subtype: male
pinlabels: [GND, VCC]
X2: &con_power_f
type: Molex Micro-Fit
subtype: female
pinlabels: [GND, VCC]
X3:
<<: *con_power_f
X4:
<<: *con_power_f
cables:
W1:
category: bundle # bundles are routed together, but more loosely than normal cables
wirecount: 6
colors: [BK, RD] # if number of items in color list is less than wirecount, loop colors
gauge: 0.25 mm2
show_equiv: true
length: 0.2
connections:
-
- X1: [1-2]
- W1: [1-2]
- X2: [1-2]
-
- X1: [1-2]
- W1: [3,4]
- X3: [1-2]
-
- X1: [1-2]
- W1: [5,6]
- X4: [1-2]