@tscircuit/schematic-trace-solver 0.0.86 → 0.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/.agents/skills/schematic-trace-visualization/SKILL.md +115 -0
  2. package/.github/scripts/import-json-bug-report.ts +15 -1
  3. package/.github/workflows/json-bug-report.yml +3 -2
  4. package/AGENTS.md +22 -0
  5. package/dist/index.js +86 -10
  6. package/lib/solvers/Example28Solver/Example28Solver.ts +46 -10
  7. package/lib/solvers/Example28Solver/countCrossingsWithOtherTraces.ts +19 -0
  8. package/lib/solvers/Example28Solver/scoreSolutionTracePath.ts +26 -0
  9. package/lib/testing/PipelineStageDebugRunner.ts +344 -0
  10. package/package.json +3 -2
  11. package/scripts/debug-pipeline-stages.ts +146 -0
  12. package/site/bug-reports/bug-report-20260706T220324Z.page.tsx +4 -0
  13. package/site/bug-reports/bug-report-20260707T020342Z.page.tsx +4 -0
  14. package/site/bug-reports/bug-report-20260707T092615Z.page.tsx +4 -0
  15. package/site/bug-reports/bug-report-20260707T134549Z.page.tsx +4 -0
  16. package/site/bug-reports/bug-report-20260707T134722Z.page.tsx +4 -0
  17. package/site/bug-reports/bug-report-20260707T140410Z.page.tsx +4 -0
  18. package/site/bug-reports/bug-report-20260707T141025Z.page.tsx +4 -0
  19. package/site/bug-reports/bug-report-20260707T141421Z.page.tsx +4 -0
  20. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +357 -3448
  21. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +64 -0
  22. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.json +233 -0
  23. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +12 -0
  24. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2098 -0
  25. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1392 -0
  26. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.test.ts +12 -0
  27. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +857 -0
  28. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +652 -0
  29. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.test.ts +12 -0
  30. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +275 -0
  31. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +265 -0
  32. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.test.ts +12 -0
  33. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +950 -0
  34. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +610 -0
  35. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.test.ts +12 -0
  36. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +218 -0
  37. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +185 -0
  38. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.test.ts +12 -0
  39. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +613 -0
  40. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +499 -0
  41. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.test.ts +12 -0
  42. package/tests/examples/__snapshots__/example01.snap.svg +59 -162
  43. package/tests/examples/__snapshots__/example02.snap.svg +64 -273
  44. package/tests/examples/__snapshots__/example03.snap.svg +85 -290
  45. package/tests/examples/__snapshots__/example04.snap.svg +50 -94
  46. package/tests/examples/__snapshots__/example05.snap.svg +73 -191
  47. package/tests/examples/__snapshots__/example06.snap.svg +49 -95
  48. package/tests/examples/__snapshots__/example07.snap.svg +65 -218
  49. package/tests/examples/__snapshots__/example08.snap.svg +61 -143
  50. package/tests/examples/__snapshots__/example09.snap.svg +123 -493
  51. package/tests/examples/__snapshots__/example10.snap.svg +57 -136
  52. package/tests/examples/__snapshots__/example11.snap.svg +64 -173
  53. package/tests/examples/__snapshots__/example12.snap.svg +58 -159
  54. package/tests/examples/__snapshots__/example13.snap.svg +78 -348
  55. package/tests/examples/__snapshots__/example14.snap.svg +77 -293
  56. package/tests/examples/__snapshots__/example15.snap.svg +140 -984
  57. package/tests/examples/__snapshots__/example16.snap.svg +62 -162
  58. package/tests/examples/__snapshots__/example17.snap.svg +67 -198
  59. package/tests/examples/__snapshots__/example18.snap.svg +69 -249
  60. package/tests/examples/__snapshots__/example19.snap.svg +63 -202
  61. package/tests/examples/__snapshots__/example20.snap.svg +60 -148
  62. package/tests/examples/__snapshots__/example21.snap.svg +73 -298
  63. package/tests/examples/__snapshots__/example22.snap.svg +62 -156
  64. package/tests/examples/__snapshots__/example23.snap.svg +66 -172
  65. package/tests/examples/__snapshots__/example24.snap.svg +64 -164
  66. package/tests/examples/__snapshots__/example25.snap.svg +76 -299
  67. package/tests/examples/__snapshots__/example26.snap.svg +64 -164
  68. package/tests/examples/__snapshots__/example27.snap.svg +83 -300
  69. package/tests/examples/__snapshots__/example28.snap.svg +54 -115
  70. package/tests/examples/__snapshots__/example29.snap.svg +257 -1299
  71. package/tests/examples/__snapshots__/example30.snap.svg +91 -293
  72. package/tests/examples/__snapshots__/example31.snap.svg +47 -88
  73. package/tests/examples/__snapshots__/example32.snap.svg +107 -405
  74. package/tests/examples/__snapshots__/example33.snap.svg +71 -180
  75. package/tests/examples/__snapshots__/example34.snap.svg +55 -116
  76. package/tests/examples/__snapshots__/example35.snap.svg +69 -176
  77. package/tests/examples/__snapshots__/example36.snap.svg +65 -159
  78. package/tests/examples/__snapshots__/example37.snap.svg +75 -223
  79. package/tests/examples/__snapshots__/example38.snap.svg +46 -76
  80. package/tests/examples/__snapshots__/example39.snap.svg +51 -106
  81. package/tests/examples/__snapshots__/example40.snap.svg +83 -270
  82. package/tests/examples/__snapshots__/example41.snap.svg +54 -118
  83. package/tests/examples/__snapshots__/example42.snap.svg +67 -194
  84. package/tests/examples/__snapshots__/example43.snap.svg +62 -168
  85. package/tests/examples/__snapshots__/example44.snap.svg +86 -369
  86. package/tests/examples/__snapshots__/example45.snap.svg +60 -169
  87. package/tests/examples/__snapshots__/example46.snap.svg +80 -342
  88. package/tests/examples/__snapshots__/example47.snap.svg +82 -323
  89. package/tests/examples/__snapshots__/example48.snap.svg +64 -167
  90. package/tests/examples/__snapshots__/example49.snap.svg +120 -565
  91. package/tests/examples/__snapshots__/example50.snap.svg +71 -195
  92. package/tests/fixtures/getLastStepGraphicsObject.ts +38 -0
  93. package/tests/fixtures/getLastStepSvg.ts +9 -0
  94. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +67 -218
  95. package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +47 -87
  96. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +73 -272
  97. package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +284 -0
  98. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +470 -0
  99. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +94 -395
  100. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +88 -467
  101. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +109 -569
  102. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +95 -459
  103. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +64 -176
  104. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +51 -112
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +239 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +432 -0
  107. package/tests/repros/repro-atmega328p-fault-pullup.test.ts +11 -0
  108. package/tests/repros/repro-atmega328p-missing-gnd-netlabel.test.ts +16 -0
  109. package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +59 -159
  110. package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +54 -118
  111. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +58 -245
  112. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView01.snap.svg +73 -222
  113. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView02.snap.svg +65 -204
  114. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/renderComparisonView/__snapshots__/renderComparisonView03.snap.svg +65 -183
  115. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +54 -139
  116. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +61 -215
  117. package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +54 -124
@@ -0,0 +1,1392 @@
1
+ {
2
+ "chips": [
3
+ {
4
+ "chipId": "schematic_component_0",
5
+ "center": {
6
+ "x": -6.200000000000001,
7
+ "y": -10.298910699999997
8
+ },
9
+ "width": 2,
10
+ "height": 0.6000000000000014,
11
+ "pins": [
12
+ {
13
+ "pinId": "J_BAT_POS.1",
14
+ "x": -7.200000000000001,
15
+ "y": -10.198910699999997
16
+ },
17
+ {
18
+ "pinId": "J_BAT_POS.2",
19
+ "x": -7.200000000000001,
20
+ "y": -10.398910699999997
21
+ },
22
+ {
23
+ "pinId": "J_BAT_POS.3",
24
+ "x": -5.200000000000001,
25
+ "y": -10.398910699999997
26
+ },
27
+ {
28
+ "pinId": "J_BAT_POS.4",
29
+ "x": -5.200000000000001,
30
+ "y": -10.198910699999997
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "chipId": "schematic_component_1",
36
+ "center": {
37
+ "x": -10.05,
38
+ "y": -8.229999999999999
39
+ },
40
+ "width": 2,
41
+ "height": 0.6000000000000005,
42
+ "pins": [
43
+ {
44
+ "pinId": "J_BAT_NEG.1",
45
+ "x": -11.05,
46
+ "y": -8.129999999999999
47
+ },
48
+ {
49
+ "pinId": "J_BAT_NEG.2",
50
+ "x": -11.05,
51
+ "y": -8.329999999999998
52
+ },
53
+ {
54
+ "pinId": "J_BAT_NEG.3",
55
+ "x": -9.05,
56
+ "y": -8.329999999999998
57
+ },
58
+ {
59
+ "pinId": "J_BAT_NEG.4",
60
+ "x": -9.05,
61
+ "y": -8.129999999999999
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "chipId": "schematic_component_2",
67
+ "center": {
68
+ "x": -7.650000000000001,
69
+ "y": -5.8199999999999985
70
+ },
71
+ "width": 2.0000000000000018,
72
+ "height": 0.40000000000000036,
73
+ "pins": [
74
+ {
75
+ "pinId": "D_PROT.1",
76
+ "x": -8.650000000000002,
77
+ "y": -5.8199999999999985
78
+ },
79
+ {
80
+ "pinId": "D_PROT.2",
81
+ "x": -6.65,
82
+ "y": -5.8199999999999985
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "chipId": "schematic_component_3",
88
+ "center": {
89
+ "x": -6.965000000000001,
90
+ "y": 0.4744553500000013
91
+ },
92
+ "width": 2,
93
+ "height": 0.39999999999999997,
94
+ "pins": [
95
+ {
96
+ "pinId": "D_SENSE_CLAMP.1",
97
+ "x": -7.965000000000001,
98
+ "y": 0.4744553500000013
99
+ },
100
+ {
101
+ "pinId": "D_SENSE_CLAMP.2",
102
+ "x": -5.965000000000001,
103
+ "y": 0.4744553500000013
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "chipId": "schematic_component_4",
109
+ "center": {
110
+ "x": -2.6400000000000023,
111
+ "y": -7.464455349999998
112
+ },
113
+ "width": 2,
114
+ "height": 0.5999999999999996,
115
+ "pins": [
116
+ {
117
+ "pinId": "U_REF.1",
118
+ "x": -3.6400000000000023,
119
+ "y": -7.364455349999998
120
+ },
121
+ {
122
+ "pinId": "U_REF.2",
123
+ "x": -3.6400000000000023,
124
+ "y": -7.564455349999998
125
+ },
126
+ {
127
+ "pinId": "U_REF.3",
128
+ "x": -1.6400000000000023,
129
+ "y": -7.464455349999998
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "chipId": "schematic_component_5",
135
+ "center": {
136
+ "x": 0.16999999999999948,
137
+ "y": -0.49999999999999956
138
+ },
139
+ "width": 2,
140
+ "height": 1.6,
141
+ "pins": [
142
+ {
143
+ "pinId": "U1.1",
144
+ "x": -0.8300000000000005,
145
+ "y": 0.10000000000000042
146
+ },
147
+ {
148
+ "pinId": "U1.2",
149
+ "x": -0.8300000000000005,
150
+ "y": -0.09999999999999959
151
+ },
152
+ {
153
+ "pinId": "U1.3",
154
+ "x": -0.8300000000000005,
155
+ "y": -0.2999999999999996
156
+ },
157
+ {
158
+ "pinId": "U1.4",
159
+ "x": -0.8300000000000005,
160
+ "y": -0.49999999999999967
161
+ },
162
+ {
163
+ "pinId": "U1.5",
164
+ "x": -0.8300000000000005,
165
+ "y": -0.6999999999999996
166
+ },
167
+ {
168
+ "pinId": "U1.6",
169
+ "x": -0.8300000000000005,
170
+ "y": -0.8999999999999996
171
+ },
172
+ {
173
+ "pinId": "U1.7",
174
+ "x": -0.8300000000000005,
175
+ "y": -1.0999999999999996
176
+ },
177
+ {
178
+ "pinId": "U1.8",
179
+ "x": 1.1699999999999995,
180
+ "y": -1.0999999999999996
181
+ },
182
+ {
183
+ "pinId": "U1.9",
184
+ "x": 1.1699999999999995,
185
+ "y": -0.8999999999999995
186
+ },
187
+ {
188
+ "pinId": "U1.10",
189
+ "x": 1.1699999999999995,
190
+ "y": -0.6999999999999995
191
+ },
192
+ {
193
+ "pinId": "U1.11",
194
+ "x": 1.1699999999999995,
195
+ "y": -0.49999999999999944
196
+ },
197
+ {
198
+ "pinId": "U1.12",
199
+ "x": 1.1699999999999995,
200
+ "y": -0.2999999999999995
201
+ },
202
+ {
203
+ "pinId": "U1.13",
204
+ "x": 1.1699999999999995,
205
+ "y": -0.09999999999999953
206
+ },
207
+ {
208
+ "pinId": "U1.14",
209
+ "x": 1.1699999999999995,
210
+ "y": 0.10000000000000042
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "chipId": "schematic_component_6",
216
+ "center": {
217
+ "x": 0.16999999999999815,
218
+ "y": -6.02
219
+ },
220
+ "width": 2,
221
+ "height": 0.8000000000000007,
222
+ "pins": [
223
+ {
224
+ "pinId": "U2.1",
225
+ "x": -0.8300000000000018,
226
+ "y": -5.819999999999999
227
+ },
228
+ {
229
+ "pinId": "U2.2",
230
+ "x": -0.8300000000000018,
231
+ "y": -6.02
232
+ },
233
+ {
234
+ "pinId": "U2.3",
235
+ "x": -0.8300000000000018,
236
+ "y": -6.22
237
+ },
238
+ {
239
+ "pinId": "U2.4",
240
+ "x": 1.1699999999999982,
241
+ "y": -6.119999999999999
242
+ },
243
+ {
244
+ "pinId": "U2.5",
245
+ "x": 1.1699999999999982,
246
+ "y": -5.92
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "chipId": "schematic_component_7",
252
+ "center": {
253
+ "x": -9.6714107,
254
+ "y": -3.464999999999999
255
+ },
256
+ "width": 1.1150000000000002,
257
+ "height": 1.1000000000000014,
258
+ "pins": [
259
+ {
260
+ "pinId": "C1.1",
261
+ "x": -9.808910699999998,
262
+ "y": -2.9149999999999983
263
+ },
264
+ {
265
+ "pinId": "C1.2",
266
+ "x": -9.808910699999998,
267
+ "y": -4.015
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "chipId": "schematic_component_8",
273
+ "center": {
274
+ "x": -10.337499999999999,
275
+ "y": -5.774999999999999
276
+ },
277
+ "width": 1.1150000000000002,
278
+ "height": 1.1000000000000014,
279
+ "pins": [
280
+ {
281
+ "pinId": "C2.1",
282
+ "x": -10.475,
283
+ "y": -5.224999999999998
284
+ },
285
+ {
286
+ "pinId": "C2.2",
287
+ "x": -10.475,
288
+ "y": -6.324999999999999
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "chipId": "schematic_component_9",
294
+ "center": {
295
+ "x": -9.551410699999998,
296
+ "y": -1.154999999999999
297
+ },
298
+ "width": 1.3550000000000004,
299
+ "height": 1.1000000000000014,
300
+ "pins": [
301
+ {
302
+ "pinId": "C_SENSE.1",
303
+ "x": -9.808910699999998,
304
+ "y": -0.6049999999999982
305
+ },
306
+ {
307
+ "pinId": "C_SENSE.2",
308
+ "x": -9.808910699999998,
309
+ "y": -1.7049999999999996
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "chipId": "schematic_component_10",
315
+ "center": {
316
+ "x": -4.597500000000002,
317
+ "y": -5.774999999999999
318
+ },
319
+ "width": 0.9739106999999985,
320
+ "height": 1.0999999999999996,
321
+ "pins": [
322
+ {
323
+ "pinId": "RREF.1",
324
+ "x": -4.890000000000002,
325
+ "y": -5.224999999999999
326
+ },
327
+ {
328
+ "pinId": "RREF.2",
329
+ "x": -4.890000000000002,
330
+ "y": -6.324999999999998
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "chipId": "schematic_component_11",
336
+ "center": {
337
+ "x": -7.200000000000001,
338
+ "y": -8.009455349999998
339
+ },
340
+ "width": 1.0999999999999996,
341
+ "height": 0.7789106999999964,
342
+ "pins": [
343
+ {
344
+ "pinId": "R_TOP.1",
345
+ "x": -7.750000000000001,
346
+ "y": -8.009455349999998
347
+ },
348
+ {
349
+ "pinId": "R_TOP.2",
350
+ "x": -6.650000000000001,
351
+ "y": -8.009455349999998
352
+ }
353
+ ]
354
+ },
355
+ {
356
+ "chipId": "schematic_component_12",
357
+ "center": {
358
+ "x": -7.306955349999999,
359
+ "y": -1.8805446499999983
360
+ },
361
+ "width": 0.9739106999999985,
362
+ "height": 1.1000000000000014,
363
+ "pins": [
364
+ {
365
+ "pinId": "R_BOT.1",
366
+ "x": -7.5994553499999995,
367
+ "y": -1.3305446499999976
368
+ },
369
+ {
370
+ "pinId": "R_BOT.2",
371
+ "x": -7.5994553499999995,
372
+ "y": -2.430544649999999
373
+ }
374
+ ]
375
+ },
376
+ {
377
+ "chipId": "schematic_component_13",
378
+ "center": {
379
+ "x": -4.890000000000002,
380
+ "y": -7.364455349999998
381
+ },
382
+ "width": 1.0999999999999996,
383
+ "height": 0.8589106999999991,
384
+ "pins": [
385
+ {
386
+ "pinId": "RTH_TOP.1",
387
+ "x": -4.3400000000000025,
388
+ "y": -7.364455349999998
389
+ },
390
+ {
391
+ "pinId": "RTH_TOP.2",
392
+ "x": -5.440000000000002,
393
+ "y": -7.364455349999998
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "chipId": "schematic_component_14",
399
+ "center": {
400
+ "x": 6.515,
401
+ "y": -3.63054465
402
+ },
403
+ "width": 1.0999999999999996,
404
+ "height": 0.7789106999999991,
405
+ "pins": [
406
+ {
407
+ "pinId": "RTH_100.1",
408
+ "x": 5.965,
409
+ "y": -3.63054465
410
+ },
411
+ {
412
+ "pinId": "RTH_100.2",
413
+ "x": 7.0649999999999995,
414
+ "y": -3.63054465
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "chipId": "schematic_component_15",
420
+ "center": {
421
+ "x": 6.515,
422
+ "y": -1.6516339500000008
423
+ },
424
+ "width": 1.0999999999999996,
425
+ "height": 0.7789106999999991,
426
+ "pins": [
427
+ {
428
+ "pinId": "RTH_80.1",
429
+ "x": 5.965,
430
+ "y": -1.6516339500000008
431
+ },
432
+ {
433
+ "pinId": "RTH_80.2",
434
+ "x": 7.0649999999999995,
435
+ "y": -1.6516339500000008
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "chipId": "schematic_component_16",
441
+ "center": {
442
+ "x": 6.515,
443
+ "y": 0.3272767499999982
444
+ },
445
+ "width": 1.0999999999999996,
446
+ "height": 0.778910699999999,
447
+ "pins": [
448
+ {
449
+ "pinId": "RTH_60.1",
450
+ "x": 5.965,
451
+ "y": 0.3272767499999982
452
+ },
453
+ {
454
+ "pinId": "RTH_60.2",
455
+ "x": 7.0649999999999995,
456
+ "y": 0.3272767499999982
457
+ }
458
+ ]
459
+ },
460
+ {
461
+ "chipId": "schematic_component_17",
462
+ "center": {
463
+ "x": 6.515,
464
+ "y": 2.3061874499999973
465
+ },
466
+ "width": 1.0999999999999996,
467
+ "height": 0.7789106999999984,
468
+ "pins": [
469
+ {
470
+ "pinId": "RTH_40.1",
471
+ "x": 5.965,
472
+ "y": 2.3061874499999973
473
+ },
474
+ {
475
+ "pinId": "RTH_40.2",
476
+ "x": 7.0649999999999995,
477
+ "y": 2.3061874499999973
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "chipId": "schematic_component_18",
483
+ "center": {
484
+ "x": -5.9969553499999995,
485
+ "y": -3.469999999999998
486
+ },
487
+ "width": 1.0939106999999986,
488
+ "height": 1.0999999999999996,
489
+ "pins": [
490
+ {
491
+ "pinId": "RTH_20.1",
492
+ "x": -6.3494553499999995,
493
+ "y": -2.919999999999998
494
+ },
495
+ {
496
+ "pinId": "RTH_20.2",
497
+ "x": -6.3494553499999995,
498
+ "y": -4.019999999999998
499
+ }
500
+ ]
501
+ },
502
+ {
503
+ "chipId": "schematic_component_19",
504
+ "center": {
505
+ "x": -3.6694553500000007,
506
+ "y": -1.6794553499999991
507
+ },
508
+ "width": 1.0999999999999996,
509
+ "height": 0.8589106999999985,
510
+ "pins": [
511
+ {
512
+ "pinId": "RHYS1.1",
513
+ "x": -3.119455350000001,
514
+ "y": -1.6794553499999991
515
+ },
516
+ {
517
+ "pinId": "RHYS1.2",
518
+ "x": -4.2194553500000005,
519
+ "y": -1.6794553499999991
520
+ }
521
+ ]
522
+ },
523
+ {
524
+ "chipId": "schematic_component_20",
525
+ "center": {
526
+ "x": -3.6800000000000006,
527
+ "y": 3.2594553499999996
528
+ },
529
+ "width": 1.0999999999999996,
530
+ "height": 0.8589106999999991,
531
+ "pins": [
532
+ {
533
+ "pinId": "RHYS2.1",
534
+ "x": -3.130000000000001,
535
+ "y": 3.2594553499999996
536
+ },
537
+ {
538
+ "pinId": "RHYS2.2",
539
+ "x": -4.23,
540
+ "y": 3.2594553499999996
541
+ }
542
+ ]
543
+ },
544
+ {
545
+ "chipId": "schematic_component_21",
546
+ "center": {
547
+ "x": -0.6300000000000008,
548
+ "y": 1.6894553499999998
549
+ },
550
+ "width": 1.1,
551
+ "height": 0.8589106999999991,
552
+ "pins": [
553
+ {
554
+ "pinId": "RHYS3.1",
555
+ "x": -0.08000000000000074,
556
+ "y": 1.6894553499999998
557
+ },
558
+ {
559
+ "pinId": "RHYS3.2",
560
+ "x": -1.1800000000000008,
561
+ "y": 1.6894553499999998
562
+ }
563
+ ]
564
+ },
565
+ {
566
+ "chipId": "schematic_component_22",
567
+ "center": {
568
+ "x": 4.502500000000001,
569
+ "y": -2.7294553499999985
570
+ },
571
+ "width": 0.9739106999999985,
572
+ "height": 1.0999999999999996,
573
+ "pins": [
574
+ {
575
+ "pinId": "RHYS4.1",
576
+ "x": 4.210000000000001,
577
+ "y": -2.1794553499999987
578
+ },
579
+ {
580
+ "pinId": "RHYS4.2",
581
+ "x": 4.210000000000001,
582
+ "y": -3.2794553499999983
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ "chipId": "schematic_component_23",
588
+ "center": {
589
+ "x": 2.9699999999999975,
590
+ "y": -7.699455349999998
591
+ },
592
+ "width": 1.1000000000000005,
593
+ "height": 0.7789106999999991,
594
+ "pins": [
595
+ {
596
+ "pinId": "RHYS5.1",
597
+ "x": 2.4199999999999973,
598
+ "y": -7.699455349999998
599
+ },
600
+ {
601
+ "pinId": "RHYS5.2",
602
+ "x": 3.519999999999998,
603
+ "y": -7.699455349999998
604
+ }
605
+ ]
606
+ },
607
+ {
608
+ "chipId": "schematic_component_24",
609
+ "center": {
610
+ "x": -1.5869553500000007,
611
+ "y": -1.8899999999999997
612
+ },
613
+ "width": 0.9539106999999991,
614
+ "height": 1.1000000000000005,
615
+ "pins": [
616
+ {
617
+ "pinId": "RPU1.1",
618
+ "x": -1.8694553500000004,
619
+ "y": -2.44
620
+ },
621
+ {
622
+ "pinId": "RPU1.2",
623
+ "x": -1.8694553500000004,
624
+ "y": -1.3399999999999994
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ "chipId": "schematic_component_25",
630
+ "center": {
631
+ "x": -1.6475000000000004,
632
+ "y": 3.47
633
+ },
634
+ "width": 0.8539106999999992,
635
+ "height": 1.1000000000000005,
636
+ "pins": [
637
+ {
638
+ "pinId": "RPU2.1",
639
+ "x": -1.8800000000000003,
640
+ "y": 4.0200000000000005
641
+ },
642
+ {
643
+ "pinId": "RPU2.2",
644
+ "x": -1.8800000000000003,
645
+ "y": 2.92
646
+ }
647
+ ]
648
+ },
649
+ {
650
+ "chipId": "schematic_component_26",
651
+ "center": {
652
+ "x": 1.4024999999999994,
653
+ "y": 1.9000000000000004
654
+ },
655
+ "width": 0.853910699999999,
656
+ "height": 1.1,
657
+ "pins": [
658
+ {
659
+ "pinId": "RPU3.1",
660
+ "x": 1.1699999999999995,
661
+ "y": 2.45
662
+ },
663
+ {
664
+ "pinId": "RPU3.2",
665
+ "x": 1.1699999999999995,
666
+ "y": 1.3500000000000003
667
+ }
668
+ ]
669
+ },
670
+ {
671
+ "chipId": "schematic_component_27",
672
+ "center": {
673
+ "x": 4.210000000000001,
674
+ "y": -1.1399999999999992
675
+ },
676
+ "width": 1.0999999999999996,
677
+ "height": 0.8589106999999991,
678
+ "pins": [
679
+ {
680
+ "pinId": "RPU4.1",
681
+ "x": 4.760000000000001,
682
+ "y": -1.1399999999999992
683
+ },
684
+ {
685
+ "pinId": "RPU4.2",
686
+ "x": 3.660000000000001,
687
+ "y": -1.1399999999999992
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "chipId": "schematic_component_28",
693
+ "center": {
694
+ "x": 1.4524999999999972,
695
+ "y": -8.02
696
+ },
697
+ "width": 0.9539106999999989,
698
+ "height": 1.1000000000000014,
699
+ "pins": [
700
+ {
701
+ "pinId": "RPU5.1",
702
+ "x": 1.1699999999999973,
703
+ "y": -8.57
704
+ },
705
+ {
706
+ "pinId": "RPU5.2",
707
+ "x": 1.1699999999999973,
708
+ "y": -7.469999999999999
709
+ }
710
+ ]
711
+ },
712
+ {
713
+ "chipId": "schematic_component_29",
714
+ "center": {
715
+ "x": -2.0700000000000007,
716
+ "y": -0.09999999999999964
717
+ },
718
+ "width": 1.13,
719
+ "height": 1.18,
720
+ "pins": [
721
+ {
722
+ "pinId": "LED1.1",
723
+ "x": -2.6350000000000007,
724
+ "y": -0.09999999999999964
725
+ },
726
+ {
727
+ "pinId": "LED1.2",
728
+ "x": -1.5050000000000008,
729
+ "y": -0.09999999999999964
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "chipId": "schematic_component_30",
735
+ "center": {
736
+ "x": -3.8600000000000008,
737
+ "y": -0.09999999999999962
738
+ },
739
+ "width": 1.1000000000000005,
740
+ "height": 0.7789106999999991,
741
+ "pins": [
742
+ {
743
+ "pinId": "RLED1.1",
744
+ "x": -4.410000000000001,
745
+ "y": -0.09999999999999964
746
+ },
747
+ {
748
+ "pinId": "RLED1.2",
749
+ "x": -3.3100000000000005,
750
+ "y": -0.09999999999999964
751
+ }
752
+ ]
753
+ },
754
+ {
755
+ "chipId": "schematic_component_31",
756
+ "center": {
757
+ "x": -2.4200000000000004,
758
+ "y": 1.6800000000000002
759
+ },
760
+ "width": 1.13,
761
+ "height": 1.1800000000000004,
762
+ "pins": [
763
+ {
764
+ "pinId": "LED2.1",
765
+ "x": -2.9850000000000003,
766
+ "y": 1.6800000000000002
767
+ },
768
+ {
769
+ "pinId": "LED2.2",
770
+ "x": -1.8550000000000004,
771
+ "y": 1.6800000000000002
772
+ }
773
+ ]
774
+ },
775
+ {
776
+ "chipId": "schematic_component_32",
777
+ "center": {
778
+ "x": -4.210000000000001,
779
+ "y": 1.6800000000000002
780
+ },
781
+ "width": 1.0999999999999996,
782
+ "height": 0.7789106999999984,
783
+ "pins": [
784
+ {
785
+ "pinId": "RLED2.1",
786
+ "x": -4.760000000000001,
787
+ "y": 1.6800000000000002
788
+ },
789
+ {
790
+ "pinId": "RLED2.2",
791
+ "x": -3.660000000000001,
792
+ "y": 1.6800000000000002
793
+ }
794
+ ]
795
+ },
796
+ {
797
+ "chipId": "schematic_component_33",
798
+ "center": {
799
+ "x": 2.4099999999999997,
800
+ "y": 0.10000000000000009
801
+ },
802
+ "width": 1.13,
803
+ "height": 1.1799999999999997,
804
+ "pins": [
805
+ {
806
+ "pinId": "LED3.1",
807
+ "x": 2.9749999999999996,
808
+ "y": 0.10000000000000002
809
+ },
810
+ {
811
+ "pinId": "LED3.2",
812
+ "x": 1.8449999999999998,
813
+ "y": 0.10000000000000016
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "chipId": "schematic_component_34",
819
+ "center": {
820
+ "x": 3.2424999999999997,
821
+ "y": 1.9000000000000004
822
+ },
823
+ "width": 0.9739106999999994,
824
+ "height": 1.1000000000000005,
825
+ "pins": [
826
+ {
827
+ "pinId": "RLED3.1",
828
+ "x": 2.9499999999999997,
829
+ "y": 2.4500000000000006
830
+ },
831
+ {
832
+ "pinId": "RLED3.2",
833
+ "x": 2.9499999999999997,
834
+ "y": 1.35
835
+ }
836
+ ]
837
+ },
838
+ {
839
+ "chipId": "schematic_component_35",
840
+ "center": {
841
+ "x": 2.6525,
842
+ "y": -1.6799999999999993
843
+ },
844
+ "width": 1.1350000000000002,
845
+ "height": 1.1299999999999997,
846
+ "pins": [
847
+ {
848
+ "pinId": "LED4.1",
849
+ "x": 2.4099999999999997,
850
+ "y": -2.244999999999999
851
+ },
852
+ {
853
+ "pinId": "LED4.2",
854
+ "x": 2.4099999999999997,
855
+ "y": -1.1149999999999993
856
+ }
857
+ ]
858
+ },
859
+ {
860
+ "chipId": "schematic_component_36",
861
+ "center": {
862
+ "x": 2.7525000000000004,
863
+ "y": -3.4699999999999998
864
+ },
865
+ "width": 1.0739106999999994,
866
+ "height": 1.0999999999999996,
867
+ "pins": [
868
+ {
869
+ "pinId": "RLED4.1",
870
+ "x": 2.41,
871
+ "y": -4.02
872
+ },
873
+ {
874
+ "pinId": "RLED4.2",
875
+ "x": 2.41,
876
+ "y": -2.92
877
+ }
878
+ ]
879
+ },
880
+ {
881
+ "chipId": "schematic_component_37",
882
+ "center": {
883
+ "x": 2.4099999999999984,
884
+ "y": -6.119999999999999
885
+ },
886
+ "width": 1.13,
887
+ "height": 1.1799999999999997,
888
+ "pins": [
889
+ {
890
+ "pinId": "LED5.1",
891
+ "x": 2.9749999999999983,
892
+ "y": -6.119999999999999
893
+ },
894
+ {
895
+ "pinId": "LED5.2",
896
+ "x": 1.8449999999999984,
897
+ "y": -6.119999999999999
898
+ }
899
+ ]
900
+ },
901
+ {
902
+ "chipId": "schematic_component_38",
903
+ "center": {
904
+ "x": 4.799999999999997,
905
+ "y": -6.119999999999999
906
+ },
907
+ "width": 1.0999999999999996,
908
+ "height": 0.8589106999999991,
909
+ "pins": [
910
+ {
911
+ "pinId": "RLED5.1",
912
+ "x": 5.349999999999997,
913
+ "y": -6.119999999999999
914
+ },
915
+ {
916
+ "pinId": "RLED5.2",
917
+ "x": 4.249999999999997,
918
+ "y": -6.119999999999999
919
+ }
920
+ ]
921
+ }
922
+ ],
923
+ "directConnections": [
924
+ {
925
+ "pinIds": [
926
+ "RREF.2",
927
+ "U_REF.1"
928
+ ],
929
+ "netId": "RREF.pin2 to U_REF.CAT"
930
+ },
931
+ {
932
+ "pinIds": [
933
+ "U_REF.1",
934
+ "RTH_TOP.1"
935
+ ],
936
+ "netId": "U_REF.CAT to RTH_TOP.pin1"
937
+ },
938
+ {
939
+ "pinIds": [
940
+ "RTH_20.2",
941
+ "R_BOT.2"
942
+ ],
943
+ "netId": "RTH_20.pin2 to R_BOT.pin2"
944
+ },
945
+ {
946
+ "pinIds": [
947
+ "U1.2",
948
+ "RHYS1.1"
949
+ ],
950
+ "netId": "U1.OUT1 to RHYS1.pin1",
951
+ "netLabelWidth": 2.05
952
+ },
953
+ {
954
+ "pinIds": [
955
+ "RPU1.2",
956
+ "U1.2"
957
+ ],
958
+ "netId": "RPU1.pin2 to U1.OUT1"
959
+ },
960
+ {
961
+ "pinIds": [
962
+ "U1.1",
963
+ "RHYS2.1"
964
+ ],
965
+ "netId": "U1.OUT2 to RHYS2.pin1",
966
+ "netLabelWidth": 2.05
967
+ },
968
+ {
969
+ "pinIds": [
970
+ "RPU2.2",
971
+ "U1.1"
972
+ ],
973
+ "netId": "RPU2.pin2 to U1.OUT2",
974
+ "netLabelWidth": 1.96
975
+ },
976
+ {
977
+ "pinIds": [
978
+ "U1.14",
979
+ "RHYS3.1"
980
+ ],
981
+ "netId": "U1.OUT3 to RHYS3.pin1"
982
+ },
983
+ {
984
+ "pinIds": [
985
+ "RPU3.2",
986
+ "U1.14"
987
+ ],
988
+ "netId": "RPU3.pin2 to U1.OUT3"
989
+ },
990
+ {
991
+ "pinIds": [
992
+ "U1.13",
993
+ "RHYS4.1"
994
+ ],
995
+ "netId": "U1.OUT4 to RHYS4.pin1",
996
+ "netLabelWidth": 2.05
997
+ },
998
+ {
999
+ "pinIds": [
1000
+ "RPU4.2",
1001
+ "U1.13"
1002
+ ],
1003
+ "netId": "RPU4.pin2 to U1.OUT4",
1004
+ "netLabelWidth": 1.96
1005
+ },
1006
+ {
1007
+ "pinIds": [
1008
+ "U2.4",
1009
+ "RHYS5.1"
1010
+ ],
1011
+ "netId": "U2.OUT to RHYS5.pin1"
1012
+ },
1013
+ {
1014
+ "pinIds": [
1015
+ "RPU5.2",
1016
+ "U2.4"
1017
+ ],
1018
+ "netId": "RPU5.pin2 to U2.OUT"
1019
+ },
1020
+ {
1021
+ "pinIds": [
1022
+ "RLED1.2",
1023
+ "LED1.1"
1024
+ ],
1025
+ "netId": "RLED1.pin2 to LED1.anode"
1026
+ },
1027
+ {
1028
+ "pinIds": [
1029
+ "LED1.2",
1030
+ "U1.2"
1031
+ ],
1032
+ "netId": "LED1.cathode to U1.OUT1"
1033
+ },
1034
+ {
1035
+ "pinIds": [
1036
+ "RLED2.2",
1037
+ "LED2.1"
1038
+ ],
1039
+ "netId": "RLED2.pin2 to LED2.anode"
1040
+ },
1041
+ {
1042
+ "pinIds": [
1043
+ "LED2.2",
1044
+ "U1.1"
1045
+ ],
1046
+ "netId": "LED2.cathode to U1.OUT2"
1047
+ },
1048
+ {
1049
+ "pinIds": [
1050
+ "RLED3.2",
1051
+ "LED3.1"
1052
+ ],
1053
+ "netId": "RLED3.pin2 to LED3.anode"
1054
+ },
1055
+ {
1056
+ "pinIds": [
1057
+ "LED3.2",
1058
+ "U1.14"
1059
+ ],
1060
+ "netId": "LED3.cathode to U1.OUT3"
1061
+ },
1062
+ {
1063
+ "pinIds": [
1064
+ "RLED4.2",
1065
+ "LED4.1"
1066
+ ],
1067
+ "netId": "RLED4.pin2 to LED4.anode"
1068
+ },
1069
+ {
1070
+ "pinIds": [
1071
+ "LED4.2",
1072
+ "U1.13"
1073
+ ],
1074
+ "netId": "LED4.cathode to U1.OUT4"
1075
+ },
1076
+ {
1077
+ "pinIds": [
1078
+ "RLED5.2",
1079
+ "LED5.1"
1080
+ ],
1081
+ "netId": "RLED5.pin2 to LED5.anode"
1082
+ },
1083
+ {
1084
+ "pinIds": [
1085
+ "LED5.2",
1086
+ "U2.4"
1087
+ ],
1088
+ "netId": "LED5.cathode to U2.OUT"
1089
+ }
1090
+ ],
1091
+ "netConnections": [
1092
+ {
1093
+ "netId": "BAT_RAW",
1094
+ "pinIds": [
1095
+ "J_BAT_POS.1",
1096
+ "J_BAT_POS.2",
1097
+ "J_BAT_POS.3",
1098
+ "J_BAT_POS.4",
1099
+ "D_PROT.2",
1100
+ "R_TOP.1"
1101
+ ],
1102
+ "netLabelWidth": 0.96
1103
+ },
1104
+ {
1105
+ "netId": "GND",
1106
+ "pinIds": [
1107
+ "J_BAT_NEG.1",
1108
+ "J_BAT_NEG.2",
1109
+ "J_BAT_NEG.3",
1110
+ "J_BAT_NEG.4",
1111
+ "D_SENSE_CLAMP.2",
1112
+ "U_REF.2",
1113
+ "U1.12",
1114
+ "U2.2",
1115
+ "C1.2",
1116
+ "C2.2",
1117
+ "C_SENSE.2",
1118
+ "R_BOT.2",
1119
+ "RTH_20.2"
1120
+ ],
1121
+ "netLabelWidth": 0.48,
1122
+ "netLabelHeight": 0.42
1123
+ },
1124
+ {
1125
+ "netId": "BAT_POS",
1126
+ "pinIds": [
1127
+ "D_PROT.1",
1128
+ "U1.3",
1129
+ "U2.5",
1130
+ "C1.1",
1131
+ "C2.1",
1132
+ "RREF.1",
1133
+ "RPU1.1",
1134
+ "RPU2.1",
1135
+ "RPU3.1",
1136
+ "RPU4.1",
1137
+ "RPU5.1",
1138
+ "RLED1.1",
1139
+ "RLED2.1",
1140
+ "RLED3.1",
1141
+ "RLED4.1",
1142
+ "RLED5.1"
1143
+ ],
1144
+ "netLabelWidth": 0.96
1145
+ },
1146
+ {
1147
+ "netId": "SENSE_DIV",
1148
+ "pinIds": [
1149
+ "D_SENSE_CLAMP.1",
1150
+ "U1.4",
1151
+ "U1.6",
1152
+ "U1.8",
1153
+ "U1.10",
1154
+ "U2.3",
1155
+ "C_SENSE.1",
1156
+ "R_TOP.2",
1157
+ "R_BOT.1"
1158
+ ],
1159
+ "netLabelWidth": 1.2
1160
+ },
1161
+ {
1162
+ "netId": "TH_20",
1163
+ "pinIds": [
1164
+ "U1.5",
1165
+ "RTH_40.2",
1166
+ "RTH_20.1",
1167
+ "RHYS1.2"
1168
+ ],
1169
+ "netLabelWidth": 0.72
1170
+ },
1171
+ {
1172
+ "netId": "TH_40",
1173
+ "pinIds": [
1174
+ "U1.7",
1175
+ "RTH_60.2",
1176
+ "RTH_40.1",
1177
+ "RHYS2.2"
1178
+ ],
1179
+ "netLabelWidth": 0.72
1180
+ },
1181
+ {
1182
+ "netId": "TH_60",
1183
+ "pinIds": [
1184
+ "U1.9",
1185
+ "RTH_80.2",
1186
+ "RTH_60.1",
1187
+ "RHYS3.2"
1188
+ ],
1189
+ "netLabelWidth": 0.72
1190
+ },
1191
+ {
1192
+ "netId": "TH_80",
1193
+ "pinIds": [
1194
+ "U1.11",
1195
+ "RTH_100.2",
1196
+ "RTH_80.1",
1197
+ "RHYS4.2"
1198
+ ],
1199
+ "netLabelWidth": 0.72
1200
+ },
1201
+ {
1202
+ "netId": "TH_100",
1203
+ "pinIds": [
1204
+ "U2.1",
1205
+ "RTH_TOP.2",
1206
+ "RTH_100.1",
1207
+ "RHYS5.2"
1208
+ ],
1209
+ "netLabelWidth": 0.84
1210
+ }
1211
+ ],
1212
+ "textBoxes": [
1213
+ {
1214
+ "chipId": "schematic_component_0",
1215
+ "center": {
1216
+ "x": -6.140000000000001,
1217
+ "y": -10.728910699999997
1218
+ },
1219
+ "width": 1.3200000000000003,
1220
+ "height": 0.17999999999999972,
1221
+ "text": "MY_18650_02"
1222
+ },
1223
+ {
1224
+ "chipId": "schematic_component_0",
1225
+ "center": {
1226
+ "x": -6.260000000000001,
1227
+ "y": -9.868910699999997
1228
+ },
1229
+ "width": 1.08,
1230
+ "height": 0.17999999999999972,
1231
+ "text": "J_BAT_POS"
1232
+ },
1233
+ {
1234
+ "chipId": "schematic_component_1",
1235
+ "center": {
1236
+ "x": -9.99,
1237
+ "y": -8.659999999999998
1238
+ },
1239
+ "width": 1.3200000000000003,
1240
+ "height": 0.17999999999999972,
1241
+ "text": "MY_18650_02"
1242
+ },
1243
+ {
1244
+ "chipId": "schematic_component_1",
1245
+ "center": {
1246
+ "x": -10.11,
1247
+ "y": -7.799999999999999
1248
+ },
1249
+ "width": 1.08,
1250
+ "height": 0.17999999999999972,
1251
+ "text": "J_BAT_NEG"
1252
+ },
1253
+ {
1254
+ "chipId": "schematic_component_2",
1255
+ "center": {
1256
+ "x": -7.830000000000002,
1257
+ "y": -6.149999999999999
1258
+ },
1259
+ "width": 0.8399999999999999,
1260
+ "height": 0.17999999999999972,
1261
+ "text": "BAT54WS"
1262
+ },
1263
+ {
1264
+ "chipId": "schematic_component_2",
1265
+ "center": {
1266
+ "x": -7.890000000000002,
1267
+ "y": -5.489999999999998
1268
+ },
1269
+ "width": 0.7199999999999998,
1270
+ "height": 0.17999999999999972,
1271
+ "text": "D_PROT"
1272
+ },
1273
+ {
1274
+ "chipId": "schematic_component_3",
1275
+ "center": {
1276
+ "x": -7.145000000000001,
1277
+ "y": 0.14445535000000126
1278
+ },
1279
+ "width": 0.8399999999999999,
1280
+ "height": 0.18,
1281
+ "text": "BAT54WS"
1282
+ },
1283
+ {
1284
+ "chipId": "schematic_component_3",
1285
+ "center": {
1286
+ "x": -6.785000000000001,
1287
+ "y": 0.8044553500000013
1288
+ },
1289
+ "width": 1.5600000000000005,
1290
+ "height": 0.17999999999999994,
1291
+ "text": "D_SENSE_CLAMP"
1292
+ },
1293
+ {
1294
+ "chipId": "schematic_component_4",
1295
+ "center": {
1296
+ "x": -2.5200000000000022,
1297
+ "y": -7.894455349999998
1298
+ },
1299
+ "width": 1.44,
1300
+ "height": 0.17999999999999972,
1301
+ "text": "LM4040D25FTA"
1302
+ },
1303
+ {
1304
+ "chipId": "schematic_component_4",
1305
+ "center": {
1306
+ "x": -2.940000000000002,
1307
+ "y": -7.034455349999998
1308
+ },
1309
+ "width": 0.6000000000000001,
1310
+ "height": 0.17999999999999972,
1311
+ "text": "U_REF"
1312
+ },
1313
+ {
1314
+ "chipId": "schematic_component_5",
1315
+ "center": {
1316
+ "x": 0.10999999999999943,
1317
+ "y": -1.4299999999999997
1318
+ },
1319
+ "width": 1.08,
1320
+ "height": 0.18000000000000016,
1321
+ "text": "LMV339IDR"
1322
+ },
1323
+ {
1324
+ "chipId": "schematic_component_5",
1325
+ "center": {
1326
+ "x": -0.3100000000000006,
1327
+ "y": 0.4300000000000005
1328
+ },
1329
+ "width": 0.24,
1330
+ "height": 0.17999999999999994,
1331
+ "text": "U1"
1332
+ },
1333
+ {
1334
+ "chipId": "schematic_component_6",
1335
+ "center": {
1336
+ "x": 0.22999999999999798,
1337
+ "y": -6.55
1338
+ },
1339
+ "width": 1.3199999999999998,
1340
+ "height": 0.17999999999999972,
1341
+ "text": "LMV331IDBVR"
1342
+ },
1343
+ {
1344
+ "chipId": "schematic_component_6",
1345
+ "center": {
1346
+ "x": -0.31000000000000194,
1347
+ "y": -5.489999999999999
1348
+ },
1349
+ "width": 0.24,
1350
+ "height": 0.17999999999999972,
1351
+ "text": "U2"
1352
+ }
1353
+ ],
1354
+ "availableNetLabelOrientations": {
1355
+ "BAT_RAW": [
1356
+ "x-",
1357
+ "x+"
1358
+ ],
1359
+ "GND": [
1360
+ "y-"
1361
+ ],
1362
+ "BAT_POS": [
1363
+ "x-",
1364
+ "x+"
1365
+ ],
1366
+ "SENSE_DIV": [
1367
+ "x-",
1368
+ "x+"
1369
+ ],
1370
+ "TH_100": [
1371
+ "x-",
1372
+ "x+"
1373
+ ],
1374
+ "TH_80": [
1375
+ "x-",
1376
+ "x+"
1377
+ ],
1378
+ "TH_60": [
1379
+ "x-",
1380
+ "x+"
1381
+ ],
1382
+ "TH_40": [
1383
+ "x-",
1384
+ "x+"
1385
+ ],
1386
+ "TH_20": [
1387
+ "x-",
1388
+ "x+"
1389
+ ]
1390
+ },
1391
+ "maxMspPairDistance": 2.4
1392
+ }