38 lines
637 B
YAML
38 lines
637 B
YAML
tweak:
|
|
override:
|
|
graph:
|
|
ranksep: "0.5" # Reduce the horizontal spacing (default 2)
|
|
W1:
|
|
shape: none # Hide the surrounding frame
|
|
fontsize: "12" # Reduce the space needed for text
|
|
fontcolor: white # Same as background to hide the text
|
|
|
|
connectors:
|
|
X1:
|
|
manufacturer: Amphenol
|
|
type: |
|
|
AT06-4S
|
|
+ AW4S cap
|
|
+ 4x AT62-14-0122 socket
|
|
subtype: Male
|
|
pinlabels: [CANH, CANL, GND, +12V]
|
|
R1:
|
|
type: Resistor
|
|
subtype: 120 Ohm
|
|
pincount: 2
|
|
|
|
cables:
|
|
W1:
|
|
wirecount: 2
|
|
|
|
|
|
connections:
|
|
-
|
|
- X1: 1
|
|
- W1: 1
|
|
- R1: 1
|
|
|
|
-
|
|
- X1: 2
|
|
- W1: 2
|
|
- R1: 2 |