|
55 | 55 |
|
56 | 56 | </declaration>
|
57 | 57 | <connections>
|
58 |
| - <group conditions="$Type==Rail"> |
59 |
| - <connection name="com" start="_Start" end="_End" edge="both" /> |
60 |
| - </group> |
61 |
| - <group conditions="$Type==Rail2"> |
| 58 | + <group conditions="$Type==Rail|$Type==Rail2"> |
62 | 59 | <connection name="com" start="_Start" end="_End" edge="both" />
|
63 | 60 | </group>
|
64 | 61 | <group conditions="$Type==Ground,horizontal">
|
65 |
| - <connection start="_Start+10x" end="_End" edge="both" /> |
| 62 | + <connection name="com" start="_Start+10x" end="_End" edge="both" /> |
66 | 63 | </group>
|
67 | 64 | <group conditions="$Type==Ground,!horizontal">
|
68 |
| - <connection start="_Start" end="_End-8y" edge="both" /> |
| 65 | + <connection name="com" start="_Start" end="_End-8y" edge="both" /> |
69 | 66 | </group>
|
70 | 67 | <group conditions="$Type==Earth,horizontal">
|
71 |
| - <connection start="_Start+10x" end="_End" edge="both" /> |
| 68 | + <connection name="com" start="_Start+10x" end="_End" edge="both" /> |
72 | 69 | </group>
|
73 | 70 | <group conditions="$Type==Earth,!horizontal">
|
74 |
| - <connection start="_Start" end="_End-12y" edge="both" /> |
| 71 | + <connection name="com" start="_Start" end="_End-12y" edge="both" /> |
75 | 72 | </group>
|
76 | 73 | <group conditions="$Type==AC,horizontal">
|
77 |
| - <connection start="_Start" end="_Middle-12x" edge="start" /> |
78 |
| - <connection start="_Middle+12x" end="_End" edge="end" /> |
| 74 | + <connection name="a" start="_Start" end="_Middle-12x" edge="start" /> |
| 75 | + <connection name="b" start="_Middle+12x" end="_End" edge="end" /> |
79 | 76 | </group>
|
80 | 77 | <group conditions="$Type==AC,!horizontal">
|
81 |
| - <connection start="_Start" end="_Middle-12y" edge="start" /> |
82 |
| - <connection start="_Middle+12y" end="_End" edge="end" /> |
| 78 | + <connection name="a" start="_Start" end="_Middle-12y" edge="start" /> |
| 79 | + <connection name="b" start="_Middle+12y" end="_End" edge="end" /> |
83 | 80 | </group>
|
84 | 81 | <group conditions="($Type==DC|$Type==Current),horizontal">
|
85 |
| - <connection start="_Start" end="_Middle-16x" edge="start" /> |
86 |
| - <connection start="_Middle+16x" end="_End" edge="end" /> |
| 82 | + <connection name="pos" start="_Start" end="_Middle-16x" edge="start" /> |
| 83 | + <connection name="neg" start="_Middle+16x" end="_End" edge="end" /> |
87 | 84 | </group>
|
88 | 85 | <group conditions="($Type==DC|$Type==Current),!horizontal">
|
89 |
| - <connection start="_Start" end="_Middle-16y" edge="start" /> |
90 |
| - <connection start="_Middle+16y" end="_End" edge="end" /> |
| 86 | + <connection name="pos" start="_Start" end="_Middle-16y" edge="start" /> |
| 87 | + <connection name="neg" start="_Middle+16y" end="_End" edge="end" /> |
91 | 88 | </group>
|
92 | 89 | <group conditions="$Type==Cell,horizontal">
|
93 |
| - <connection start="_Start" end="_Middle-6x" edge="start" /> |
94 |
| - <connection start="_Middle+6x" end="_End" edge="end" /> |
| 90 | + <connection name="pos" start="_Start" end="_Middle-6x" edge="start" /> |
| 91 | + <connection name="neg" start="_Middle+6x" end="_End" edge="end" /> |
95 | 92 | </group>
|
96 | 93 | <group conditions="$Type==Cell,!horizontal">
|
97 |
| - <connection start="_Start" end="_Middle-6y" edge="start" /> |
98 |
| - <connection start="_Middle+6y" end="_End" edge="end" /> |
| 94 | + <connection name="pos" start="_Start" end="_Middle-6y" edge="start" /> |
| 95 | + <connection name="neg" start="_Middle+6y" end="_End" edge="end" /> |
99 | 96 | </group>
|
100 | 97 | <group conditions="$Type==Battery,horizontal">
|
101 |
| - <connection start="_Start" end="_Middle-12x" edge="start" /> |
102 |
| - <connection start="_Middle+12x" end="_End" edge="end" /> |
| 98 | + <connection name="pos" start="_Start" end="_Middle-12x" edge="start" /> |
| 99 | + <connection name="neg" start="_Middle+12x" end="_End" edge="end" /> |
103 | 100 | </group>
|
104 | 101 | <group conditions="$Type==Battery,!horizontal">
|
105 |
| - <connection start="_Start" end="_Middle-12y" edge="start" /> |
106 |
| - <connection start="_Middle+12y" end="_End" edge="end" /> |
| 102 | + <connection name="pos" start="_Start" end="_Middle-12y" edge="start" /> |
| 103 | + <connection name="neg" start="_Middle+12y" end="_End" edge="end" /> |
107 | 104 | </group>
|
108 | 105 | </connections>
|
109 | 106 | <render>
|
|
0 commit comments