schematic-symbols 0.0.131 → 0.0.133
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.
- package/dist/index.d.ts +21 -1
- package/dist/index.js +2540 -282
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -44,10 +44,10 @@ function getBoundsOfPrimitives(primitives) {
|
|
44
44
|
function defineSymbol(symbol) {
|
45
45
|
let size = symbol.size;
|
46
46
|
if (!size) {
|
47
|
-
const
|
47
|
+
const bounds59 = getBoundsOfPrimitives(symbol.primitives);
|
48
48
|
size = {
|
49
|
-
width:
|
50
|
-
height:
|
49
|
+
width: bounds59.maxX - bounds59.minX,
|
50
|
+
height: bounds59.maxY - bounds59.minY
|
51
51
|
};
|
52
52
|
}
|
53
53
|
return { ...symbol, size };
|
@@ -494,14 +494,14 @@ var rotateRightFacingSymbol = (symbol, opts) => {
|
|
494
494
|
...applyToPoint(transform2, port)
|
495
495
|
})
|
496
496
|
);
|
497
|
-
const
|
497
|
+
const bounds59 = getBoundsOfPrimitives(rotatedPrimitives);
|
498
498
|
return {
|
499
499
|
primitives: rotatedPrimitives,
|
500
500
|
center,
|
501
501
|
ports: rotatedPorts,
|
502
502
|
size: {
|
503
|
-
width:
|
504
|
-
height:
|
503
|
+
width: bounds59.maxX - bounds59.minX,
|
504
|
+
height: bounds59.maxY - bounds59.minY
|
505
505
|
},
|
506
506
|
...overrides
|
507
507
|
};
|
@@ -902,10 +902,10 @@ var SymbolModifier = class {
|
|
902
902
|
return this;
|
903
903
|
}
|
904
904
|
computeSize() {
|
905
|
-
const
|
905
|
+
const bounds59 = getBoundsOfPrimitives(this.symbol.primitives);
|
906
906
|
return {
|
907
|
-
width:
|
908
|
-
height:
|
907
|
+
width: bounds59.maxX - bounds59.minX,
|
908
|
+
height: bounds59.maxY - bounds59.minY
|
909
909
|
};
|
910
910
|
}
|
911
911
|
build() {
|
@@ -14421,6 +14421,328 @@ ref32.anchor = "middle_left";
|
|
14421
14421
|
val28.anchor = "middle_right";
|
14422
14422
|
var rectifier_diode_vert_default = rotated20;
|
14423
14423
|
|
14424
|
+
// assets/generated/resistor.json
|
14425
|
+
var resistor_default = {
|
14426
|
+
paths: {
|
14427
|
+
path27: {
|
14428
|
+
type: "path",
|
14429
|
+
points: [
|
14430
|
+
{
|
14431
|
+
x: 0.4569043500000003,
|
14432
|
+
y: 0.039157350000001756
|
14433
|
+
},
|
14434
|
+
{
|
14435
|
+
x: 0.20771145000000057,
|
14436
|
+
y: 0.039157350000001756
|
14437
|
+
}
|
14438
|
+
],
|
14439
|
+
color: "primary",
|
14440
|
+
fill: false
|
14441
|
+
},
|
14442
|
+
"path27-0": {
|
14443
|
+
type: "path",
|
14444
|
+
points: [
|
14445
|
+
{
|
14446
|
+
x: -0.20769534999999983,
|
14447
|
+
y: 0.039438150000000505
|
14448
|
+
},
|
14449
|
+
{
|
14450
|
+
x: -0.45688825,
|
14451
|
+
y: 0.039438150000000505
|
14452
|
+
}
|
14453
|
+
],
|
14454
|
+
color: "primary",
|
14455
|
+
fill: false
|
14456
|
+
},
|
14457
|
+
"path27-8-2-4": {
|
14458
|
+
type: "path",
|
14459
|
+
points: [
|
14460
|
+
{
|
14461
|
+
x: 0.20630645000000047,
|
14462
|
+
y: 0.039758450000002554
|
14463
|
+
},
|
14464
|
+
{
|
14465
|
+
x: 0.1862114500000005,
|
14466
|
+
y: -0.048316949999996694
|
14467
|
+
}
|
14468
|
+
],
|
14469
|
+
color: "primary",
|
14470
|
+
fill: false
|
14471
|
+
},
|
14472
|
+
"path27-8-2-4-29": {
|
14473
|
+
type: "path",
|
14474
|
+
points: [
|
14475
|
+
{
|
14476
|
+
x: -0.18642914999999993,
|
14477
|
+
y: 0.13528805000000332
|
14478
|
+
},
|
14479
|
+
{
|
14480
|
+
x: -0.20595035000000017,
|
14481
|
+
y: 0.038328650000002185
|
14482
|
+
}
|
14483
|
+
],
|
14484
|
+
color: "primary",
|
14485
|
+
fill: false
|
14486
|
+
},
|
14487
|
+
"path27-8-2-4-5": {
|
14488
|
+
type: "path",
|
14489
|
+
points: [
|
14490
|
+
{
|
14491
|
+
x: 0.18570235000000013,
|
14492
|
+
y: -0.04760624999999763
|
14493
|
+
},
|
14494
|
+
{
|
14495
|
+
x: 0.13272245000000016,
|
14496
|
+
y: 0.13556055000000278
|
14497
|
+
}
|
14498
|
+
],
|
14499
|
+
color: "primary",
|
14500
|
+
fill: false
|
14501
|
+
},
|
14502
|
+
"path27-8-2-4-5-1": {
|
14503
|
+
type: "path",
|
14504
|
+
points: [
|
14505
|
+
{
|
14506
|
+
x: 0.0797579500000003,
|
14507
|
+
y: -0.04767594999999858
|
14508
|
+
},
|
14509
|
+
{
|
14510
|
+
x: 0.13273785000000027,
|
14511
|
+
y: 0.13549085000000183
|
14512
|
+
}
|
14513
|
+
],
|
14514
|
+
color: "primary",
|
14515
|
+
fill: false
|
14516
|
+
},
|
14517
|
+
"path27-8-2-4-5-1-9": {
|
14518
|
+
type: "path",
|
14519
|
+
points: [
|
14520
|
+
{
|
14521
|
+
x: 0.07970425000000025,
|
14522
|
+
y: -0.04777924999999961
|
14523
|
+
},
|
14524
|
+
{
|
14525
|
+
x: 0.026724350000000285,
|
14526
|
+
y: 0.1353875500000008
|
14527
|
+
}
|
14528
|
+
],
|
14529
|
+
color: "primary",
|
14530
|
+
fill: false
|
14531
|
+
},
|
14532
|
+
"path27-8-2-4-5-1-9-2": {
|
14533
|
+
type: "path",
|
14534
|
+
points: [
|
14535
|
+
{
|
14536
|
+
x: -0.026406449999999637,
|
14537
|
+
y: -0.04765794999999784
|
14538
|
+
},
|
14539
|
+
{
|
14540
|
+
x: 0.02657345000000033,
|
14541
|
+
y: 0.13550885000000257
|
14542
|
+
}
|
14543
|
+
],
|
14544
|
+
color: "primary",
|
14545
|
+
fill: false
|
14546
|
+
},
|
14547
|
+
"path27-8-2-4-5-1-9-2-1": {
|
14548
|
+
type: "path",
|
14549
|
+
points: [
|
14550
|
+
{
|
14551
|
+
x: -0.026501049999999804,
|
14552
|
+
y: -0.047703750000000156
|
14553
|
+
},
|
14554
|
+
{
|
14555
|
+
x: -0.07948094999999977,
|
14556
|
+
y: 0.13546305000000203
|
14557
|
+
}
|
14558
|
+
],
|
14559
|
+
color: "primary",
|
14560
|
+
fill: false
|
14561
|
+
},
|
14562
|
+
"path27-8-2-4-5-1-9-2-1-2": {
|
14563
|
+
type: "path",
|
14564
|
+
points: [
|
14565
|
+
{
|
14566
|
+
x: -0.13244634999999993,
|
14567
|
+
y: -0.04776144999999943
|
14568
|
+
},
|
14569
|
+
{
|
14570
|
+
x: -0.07946644999999997,
|
14571
|
+
y: 0.13540535000000276
|
14572
|
+
}
|
14573
|
+
],
|
14574
|
+
color: "primary",
|
14575
|
+
fill: false
|
14576
|
+
},
|
14577
|
+
"path27-8-2-4-5-1-9-2-1-2-2": {
|
14578
|
+
type: "path",
|
14579
|
+
points: [
|
14580
|
+
{
|
14581
|
+
x: -0.13283204999999976,
|
14582
|
+
y: -0.047856349999998216
|
14583
|
+
},
|
14584
|
+
{
|
14585
|
+
x: -0.18581194999999973,
|
14586
|
+
y: 0.1353104500000022
|
14587
|
+
}
|
14588
|
+
],
|
14589
|
+
color: "primary",
|
14590
|
+
fill: false
|
14591
|
+
}
|
14592
|
+
},
|
14593
|
+
texts: {
|
14594
|
+
top1: {
|
14595
|
+
type: "text",
|
14596
|
+
text: "{REF}",
|
14597
|
+
x: -0.05143284999999986,
|
14598
|
+
y: 0.4200086500000033
|
14599
|
+
},
|
14600
|
+
bottom1: {
|
14601
|
+
type: "text",
|
14602
|
+
text: "{VAL}",
|
14603
|
+
x: -0.04241885000000023,
|
14604
|
+
y: -0.42000864999999976
|
14605
|
+
}
|
14606
|
+
},
|
14607
|
+
refblocks: {
|
14608
|
+
left1: {
|
14609
|
+
x: -0.46575425000000026,
|
14610
|
+
y: 0.037257550000001416
|
14611
|
+
},
|
14612
|
+
right1: {
|
14613
|
+
x: 0.4657542499999998,
|
14614
|
+
y: 0.03817785000000207
|
14615
|
+
}
|
14616
|
+
},
|
14617
|
+
bounds: {
|
14618
|
+
minX: -0.49391269100000024,
|
14619
|
+
maxX: 0.4939126909999998,
|
14620
|
+
minY: -0.42000864999999976,
|
14621
|
+
maxY: 0.4200086500000033,
|
14622
|
+
width: 0.987825382,
|
14623
|
+
height: 0.8400173000000031,
|
14624
|
+
centerX: -2220446049250313e-31,
|
14625
|
+
centerY: 17763568394002505e-31
|
14626
|
+
},
|
14627
|
+
circles: {}
|
14628
|
+
};
|
14629
|
+
|
14630
|
+
// symbols/resistor_down.ts
|
14631
|
+
var { paths: paths40, texts: texts53, bounds: bounds40, refblocks: refblocks40, circles: circles36 } = resistor_default;
|
14632
|
+
var resistor_down_default = modifySymbol({
|
14633
|
+
primitives: [
|
14634
|
+
...Object.values(paths40),
|
14635
|
+
...Object.values(circles36),
|
14636
|
+
{
|
14637
|
+
type: "text",
|
14638
|
+
text: "{REF}",
|
14639
|
+
x: -0.2,
|
14640
|
+
y: 0.2194553499999995
|
14641
|
+
},
|
14642
|
+
{
|
14643
|
+
type: "text",
|
14644
|
+
text: "{VAL}",
|
14645
|
+
x: 0.2,
|
14646
|
+
y: 0.2194553499999995
|
14647
|
+
}
|
14648
|
+
],
|
14649
|
+
ports: [
|
14650
|
+
{ ...refblocks40.left1, labels: ["1"] },
|
14651
|
+
// TODO add more "standard" labels
|
14652
|
+
{ ...refblocks40.right1, labels: ["2"] }
|
14653
|
+
// TODO add more "standard" labels
|
14654
|
+
],
|
14655
|
+
size: { width: bounds40.width, height: bounds40.height },
|
14656
|
+
center: { x: bounds40.centerX, y: bounds40.centerY }
|
14657
|
+
}).rotateRightFacingSymbol("down").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
|
14658
|
+
|
14659
|
+
// symbols/resistor_left.ts
|
14660
|
+
var { paths: paths41, texts: texts54, bounds: bounds41, refblocks: refblocks41, circles: circles37 } = resistor_default;
|
14661
|
+
var resistor_left_default = modifySymbol({
|
14662
|
+
primitives: [
|
14663
|
+
...Object.values(paths41),
|
14664
|
+
...Object.values(circles37),
|
14665
|
+
{
|
14666
|
+
type: "text",
|
14667
|
+
text: "{REF}",
|
14668
|
+
x: 0,
|
14669
|
+
y: -0.1704553499999995
|
14670
|
+
},
|
14671
|
+
{
|
14672
|
+
type: "text",
|
14673
|
+
text: "{VAL}",
|
14674
|
+
x: 0,
|
14675
|
+
y: 0.2294553499999995
|
14676
|
+
}
|
14677
|
+
],
|
14678
|
+
ports: [
|
14679
|
+
{ ...refblocks41.left1, labels: ["1"] },
|
14680
|
+
// TODO add more "standard" labels
|
14681
|
+
{ ...refblocks41.right1, labels: ["2"] }
|
14682
|
+
// TODO add more "standard" labels
|
14683
|
+
],
|
14684
|
+
size: { width: bounds41.width, height: bounds41.height },
|
14685
|
+
center: { x: bounds41.centerX, y: bounds41.centerY }
|
14686
|
+
}).rotateRightFacingSymbol("left").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_bottom").changeTextAnchor("{VAL}", "middle_top").build();
|
14687
|
+
|
14688
|
+
// symbols/resistor_right.ts
|
14689
|
+
var { paths: paths42, texts: texts55, bounds: bounds42, refblocks: refblocks42, circles: circles38 } = resistor_default;
|
14690
|
+
var resistor_right_default = modifySymbol({
|
14691
|
+
primitives: [
|
14692
|
+
...Object.values(paths42),
|
14693
|
+
...Object.values(circles38),
|
14694
|
+
{
|
14695
|
+
type: "text",
|
14696
|
+
text: "{REF}",
|
14697
|
+
x: 0,
|
14698
|
+
y: 0.2294553499999995
|
14699
|
+
},
|
14700
|
+
{
|
14701
|
+
type: "text",
|
14702
|
+
text: "{VAL}",
|
14703
|
+
x: 0,
|
14704
|
+
y: -0.1704553499999995
|
14705
|
+
}
|
14706
|
+
],
|
14707
|
+
ports: [
|
14708
|
+
{ ...refblocks42.left1, labels: ["1"] },
|
14709
|
+
// TODO add more "standard" labels
|
14710
|
+
{ ...refblocks42.right1, labels: ["2"] }
|
14711
|
+
// TODO add more "standard" labels
|
14712
|
+
],
|
14713
|
+
size: { width: bounds42.width, height: bounds42.height },
|
14714
|
+
center: { x: bounds42.centerX, y: bounds42.centerY }
|
14715
|
+
}).rotateRightFacingSymbol("right").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_bottom").changeTextAnchor("{VAL}", "middle_top").build();
|
14716
|
+
|
14717
|
+
// symbols/resistor_up.ts
|
14718
|
+
var { paths: paths43, texts: texts56, bounds: bounds43, refblocks: refblocks43, circles: circles39 } = resistor_default;
|
14719
|
+
var resistor_up_default = modifySymbol({
|
14720
|
+
primitives: [
|
14721
|
+
...Object.values(paths43),
|
14722
|
+
...Object.values(circles39),
|
14723
|
+
{
|
14724
|
+
type: "text",
|
14725
|
+
text: "{REF}",
|
14726
|
+
x: 0.2,
|
14727
|
+
y: -0.1404553499999995
|
14728
|
+
},
|
14729
|
+
{
|
14730
|
+
type: "text",
|
14731
|
+
text: "{VAL}",
|
14732
|
+
x: -0.2,
|
14733
|
+
y: -0.1494553499999995
|
14734
|
+
}
|
14735
|
+
],
|
14736
|
+
ports: [
|
14737
|
+
{ ...refblocks43.left1, labels: ["1"] },
|
14738
|
+
// TODO add more "standard" labels
|
14739
|
+
{ ...refblocks43.right1, labels: ["2"] }
|
14740
|
+
// TODO add more "standard" labels
|
14741
|
+
],
|
14742
|
+
size: { width: bounds43.width, height: bounds43.height },
|
14743
|
+
center: { x: bounds43.centerX, y: bounds43.centerY }
|
14744
|
+
}).rotateRightFacingSymbol("up").labelPort("left", ["1"]).labelPort("right", ["2"]).changeTextAnchor("{REF}", "middle_left").changeTextAnchor("{VAL}", "middle_left").build();
|
14745
|
+
|
14424
14746
|
// assets/generated/resonator.json
|
14425
14747
|
var resonator_default = {
|
14426
14748
|
paths: {
|
@@ -14767,11 +15089,11 @@ var resonator_default = {
|
|
14767
15089
|
};
|
14768
15090
|
|
14769
15091
|
// symbols/resonator_horz.ts
|
14770
|
-
var { paths:
|
15092
|
+
var { paths: paths44, texts: texts57, bounds: bounds44, refblocks: refblocks44, circles: circles40 } = resonator_default;
|
14771
15093
|
var resonator_horz_default = defineSymbol({
|
14772
15094
|
primitives: [
|
14773
|
-
...Object.values(
|
14774
|
-
...Object.values(
|
15095
|
+
...Object.values(paths44),
|
15096
|
+
...Object.values(circles40),
|
14775
15097
|
// { ...texts.top1, anchor: "middle_left" },
|
14776
15098
|
// { ...texts.bottom1, anchor: "middle_left" },
|
14777
15099
|
{
|
@@ -14790,15 +15112,15 @@ var resonator_horz_default = defineSymbol({
|
|
14790
15112
|
}
|
14791
15113
|
],
|
14792
15114
|
ports: [
|
14793
|
-
{ ...
|
15115
|
+
{ ...refblocks44.left1, labels: ["1"] },
|
14794
15116
|
// TODO add more "standard" labels
|
14795
|
-
{ ...
|
15117
|
+
{ ...refblocks44.right1, labels: ["2"] },
|
14796
15118
|
// TODO add more "standard" labels
|
14797
|
-
{ ...
|
15119
|
+
{ ...refblocks44.right2, labels: ["3"] }
|
14798
15120
|
// TODO add more "standard" labels
|
14799
15121
|
],
|
14800
|
-
size: { width:
|
14801
|
-
center: { x:
|
15122
|
+
size: { width: bounds44.width, height: bounds44.height },
|
15123
|
+
center: { x: bounds44.centerX, y: bounds44.centerY }
|
14802
15124
|
});
|
14803
15125
|
|
14804
15126
|
// symbols/resonator_vert.ts
|
@@ -15154,15 +15476,15 @@ var silicon_controlled_rectifier_default = {
|
|
15154
15476
|
};
|
15155
15477
|
|
15156
15478
|
// symbols/silicon_controlled_rectifier_horz.ts
|
15157
|
-
var { paths:
|
15479
|
+
var { paths: paths45, texts: texts58, bounds: bounds45, refblocks: refblocks45, circles: circles41 } = silicon_controlled_rectifier_default;
|
15158
15480
|
var silicon_controlled_rectifier_horz_default = modifySymbol(silicon_controlled_rectifier_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).labelPort("bottom1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
15159
15481
|
|
15160
15482
|
// symbols/silicon_controlled_rectifier_vert.ts
|
15161
15483
|
var rotatedSymbol19 = rotateSymbol(silicon_controlled_rectifier_horz_default);
|
15162
|
-
var
|
15484
|
+
var texts59 = rotatedSymbol19.primitives.filter(
|
15163
15485
|
(primitive) => primitive.type === "text"
|
15164
15486
|
);
|
15165
|
-
var ref34 =
|
15487
|
+
var ref34 = texts59.find((text) => text.text === "{REF}");
|
15166
15488
|
ref34.y = 0;
|
15167
15489
|
ref34.anchor = "middle_left";
|
15168
15490
|
var silicon_controlled_rectifier_vert_default = rotatedSymbol19;
|
@@ -15574,42 +15896,1954 @@ var solderjumper2_default = {
|
|
15574
15896
|
type: "path",
|
15575
15897
|
points: [
|
15576
15898
|
{
|
15577
|
-
x: -0.18117559999999955,
|
15578
|
-
y: -0.025908000000000264
|
15899
|
+
x: -0.18117559999999955,
|
15900
|
+
y: -0.025908000000000264
|
15901
|
+
},
|
15902
|
+
{
|
15903
|
+
x: -0.4408346999999999,
|
15904
|
+
y: -0.025908000000000264
|
15905
|
+
}
|
15906
|
+
],
|
15907
|
+
color: "primary",
|
15908
|
+
fill: false
|
15909
|
+
},
|
15910
|
+
"path44-0": {
|
15911
|
+
type: "path",
|
15912
|
+
points: [
|
15913
|
+
{
|
15914
|
+
x: 0.44036239999999993,
|
15915
|
+
y: -0.024193299999999418
|
15916
|
+
},
|
15917
|
+
{
|
15918
|
+
x: 0.1820955000000004,
|
15919
|
+
y: -0.024193299999999418
|
15920
|
+
}
|
15921
|
+
],
|
15922
|
+
color: "primary",
|
15923
|
+
fill: false
|
15924
|
+
},
|
15925
|
+
path2: {
|
15926
|
+
type: "path",
|
15927
|
+
points: [
|
15928
|
+
{
|
15929
|
+
x: 0.0689196000000003,
|
15930
|
+
y: 0.10123170000000048
|
15931
|
+
},
|
15932
|
+
{
|
15933
|
+
x: 0.0689196000000003,
|
15934
|
+
y: -0.15075489999999903
|
15935
|
+
}
|
15936
|
+
],
|
15937
|
+
color: "primary",
|
15938
|
+
fill: true
|
15939
|
+
},
|
15940
|
+
"path2-8": {
|
15941
|
+
type: "path",
|
15942
|
+
points: [
|
15943
|
+
{
|
15944
|
+
x: -0.06809120000000002,
|
15945
|
+
y: 0.1013280000000003
|
15946
|
+
},
|
15947
|
+
{
|
15948
|
+
x: -0.06809120000000002,
|
15949
|
+
y: -0.15065859999999898
|
15950
|
+
}
|
15951
|
+
],
|
15952
|
+
color: "primary",
|
15953
|
+
fill: true
|
15954
|
+
},
|
15955
|
+
"path8704-1": {
|
15956
|
+
type: "path",
|
15957
|
+
points: [
|
15958
|
+
{
|
15959
|
+
x: -0.07273700000000005,
|
15960
|
+
y: -0.15401969999999987
|
15961
|
+
},
|
15962
|
+
{
|
15963
|
+
x: -0.07273700000000005,
|
15964
|
+
y: -0.15401969999999987
|
15965
|
+
},
|
15966
|
+
{
|
15967
|
+
x: -0.0883637452185186,
|
15968
|
+
y: -0.1455928476925925
|
15969
|
+
},
|
15970
|
+
{
|
15971
|
+
x: -0.10242134708148157,
|
15972
|
+
y: -0.13685699620740738
|
15973
|
+
},
|
15974
|
+
{
|
15975
|
+
x: -0.11496246490000012,
|
15976
|
+
y: -0.1278441337
|
15977
|
+
},
|
15978
|
+
{
|
15979
|
+
x: -0.12603975798518532,
|
15980
|
+
y: -0.11858624832592597
|
15981
|
+
},
|
15982
|
+
{
|
15983
|
+
x: -0.13570588564814828,
|
15984
|
+
y: -0.10911532824074079
|
15985
|
+
},
|
15986
|
+
{
|
15987
|
+
x: -0.14401350720000017,
|
15988
|
+
y: -0.09946336160000008
|
15989
|
+
},
|
15990
|
+
{
|
15991
|
+
x: -0.15101528195185202,
|
15992
|
+
y: -0.08966233655925933
|
15993
|
+
},
|
15994
|
+
{
|
15995
|
+
x: -0.15676386921481505,
|
15996
|
+
y: -0.07974424127407413
|
15997
|
+
},
|
15998
|
+
{
|
15999
|
+
x: -0.16131192830000016,
|
16000
|
+
y: -0.06974106390000002
|
16001
|
+
},
|
16002
|
+
{
|
16003
|
+
x: -0.16471211851851875,
|
16004
|
+
y: -0.05968479259259264
|
16005
|
+
},
|
16006
|
+
{
|
16007
|
+
x: -0.16701709918148167,
|
16008
|
+
y: -0.04960741550740742
|
16009
|
+
},
|
16010
|
+
{
|
16011
|
+
x: -0.16827952960000025,
|
16012
|
+
y: -0.03954092080000003
|
16013
|
+
},
|
16014
|
+
{
|
16015
|
+
x: -0.16855206908518539,
|
16016
|
+
y: -0.029517296625925914
|
16017
|
+
},
|
16018
|
+
{
|
16019
|
+
x: -0.16788737694814843,
|
16020
|
+
y: -0.01956853114074074
|
16021
|
+
},
|
16022
|
+
{
|
16023
|
+
x: -0.16633811250000025,
|
16024
|
+
y: -0.009726612499999964
|
16025
|
+
},
|
16026
|
+
{
|
16027
|
+
x: -0.16395693505185213,
|
16028
|
+
y: -2352885925920034e-20
|
16029
|
+
},
|
16030
|
+
{
|
16031
|
+
x: -0.16079650391481512,
|
16032
|
+
y: 0.009508731625925994
|
16033
|
+
},
|
16034
|
+
{
|
16035
|
+
x: -0.15690947840000036,
|
16036
|
+
y: 0.018838180800000083
|
16037
|
+
},
|
16038
|
+
{
|
16039
|
+
x: -0.15234851781851885,
|
16040
|
+
y: 0.0279328305074075
|
16041
|
+
},
|
16042
|
+
{
|
16043
|
+
x: -0.14716628148148186,
|
16044
|
+
y: 0.03676069259259269
|
16045
|
+
},
|
16046
|
+
{
|
16047
|
+
x: -0.14141542870000037,
|
16048
|
+
y: 0.04528977890000009
|
16049
|
+
},
|
16050
|
+
{
|
16051
|
+
x: -0.13514861878518558,
|
16052
|
+
y: 0.053488101274074155
|
16053
|
+
},
|
16054
|
+
{
|
16055
|
+
x: -0.12841851104814855,
|
16056
|
+
y: 0.06132367155925933
|
16057
|
+
},
|
16058
|
+
{
|
16059
|
+
x: -0.12127776480000044,
|
16060
|
+
y: 0.06876450160000006
|
16061
|
+
},
|
16062
|
+
{
|
16063
|
+
x: -0.11377903935185232,
|
16064
|
+
y: 0.07577860324074076
|
16065
|
+
},
|
16066
|
+
{
|
16067
|
+
x: -0.1059749940148153,
|
16068
|
+
y: 0.08233398832592591
|
16069
|
+
},
|
16070
|
+
{
|
16071
|
+
x: -0.09791828810000051,
|
16072
|
+
y: 0.08839866869999995
|
16073
|
+
},
|
16074
|
+
{
|
16075
|
+
x: -0.08966158091851906,
|
16076
|
+
y: 0.0939406562074073
|
16077
|
+
},
|
16078
|
+
{
|
16079
|
+
x: -0.08125753178148204,
|
16080
|
+
y: 0.09892796269259241
|
16081
|
+
},
|
16082
|
+
{
|
16083
|
+
x: -0.0727588000000006,
|
16084
|
+
y: 0.10332859999999976
|
16085
|
+
},
|
16086
|
+
{
|
16087
|
+
x: -0.07275880000000057,
|
16088
|
+
y: 0.10332859999999977
|
16089
|
+
}
|
16090
|
+
],
|
16091
|
+
color: "primary",
|
16092
|
+
fill: false
|
16093
|
+
},
|
16094
|
+
"path8704-1-7": {
|
16095
|
+
type: "path",
|
16096
|
+
points: [
|
16097
|
+
{
|
16098
|
+
x: 0.07349080000000119,
|
16099
|
+
y: -0.15414649999999952
|
16100
|
+
},
|
16101
|
+
{
|
16102
|
+
x: 0.07349080000000119,
|
16103
|
+
y: -0.15414649999999952
|
16104
|
+
},
|
16105
|
+
{
|
16106
|
+
x: 0.08911754521851972,
|
16107
|
+
y: -0.14571964769259216
|
16108
|
+
},
|
16109
|
+
{
|
16110
|
+
x: 0.1031751470814827,
|
16111
|
+
y: -0.13698379620740703
|
16112
|
+
},
|
16113
|
+
{
|
16114
|
+
x: 0.11571626490000125,
|
16115
|
+
y: -0.12797093369999965
|
16116
|
+
},
|
16117
|
+
{
|
16118
|
+
x: 0.12679355798518643,
|
16119
|
+
y: -0.11871304832592562
|
16120
|
+
},
|
16121
|
+
{
|
16122
|
+
x: 0.13645968564814942,
|
16123
|
+
y: -0.10924212824074045
|
16124
|
+
},
|
16125
|
+
{
|
16126
|
+
x: 0.1447673072000013,
|
16127
|
+
y: -0.09959016159999971
|
16128
|
+
},
|
16129
|
+
{
|
16130
|
+
x: 0.15176908195185318,
|
16131
|
+
y: -0.08978913655925898
|
16132
|
+
},
|
16133
|
+
{
|
16134
|
+
x: 0.15751766921481616,
|
16135
|
+
y: -0.0798710412740738
|
16136
|
+
},
|
16137
|
+
{
|
16138
|
+
x: 0.1620657283000013,
|
16139
|
+
y: -0.06986786389999967
|
16140
|
+
},
|
16141
|
+
{
|
16142
|
+
x: 0.16546591851851983,
|
16143
|
+
y: -0.0598115925925923
|
16144
|
+
},
|
16145
|
+
{
|
16146
|
+
x: 0.16777089918148277,
|
16147
|
+
y: -0.04973421550740708
|
16148
|
+
},
|
16149
|
+
{
|
16150
|
+
x: 0.1690333296000014,
|
16151
|
+
y: -0.03966772079999968
|
16152
|
+
},
|
16153
|
+
{
|
16154
|
+
x: 0.1693058690851865,
|
16155
|
+
y: -0.029644096625925563
|
16156
|
+
},
|
16157
|
+
{
|
16158
|
+
x: 0.16864117694814956,
|
16159
|
+
y: -0.01969533114074039
|
16160
|
+
},
|
16161
|
+
{
|
16162
|
+
x: 0.16709191250000135,
|
16163
|
+
y: -0.009853412499999614
|
16164
|
+
},
|
16165
|
+
{
|
16166
|
+
x: 0.16471073505185324,
|
16167
|
+
y: -15032885925885323e-20
|
16168
|
+
},
|
16169
|
+
{
|
16170
|
+
x: 0.1615503039148162,
|
16171
|
+
y: 0.009381931625926349
|
16172
|
+
},
|
16173
|
+
{
|
16174
|
+
x: 0.15766327840000144,
|
16175
|
+
y: 0.018711380800000437
|
16176
|
+
},
|
16177
|
+
{
|
16178
|
+
x: 0.15310231781851993,
|
16179
|
+
y: 0.027806030507407847
|
16180
|
+
},
|
16181
|
+
{
|
16182
|
+
x: 0.1479200814814829,
|
16183
|
+
y: 0.03663389259259304
|
16184
|
+
},
|
16185
|
+
{
|
16186
|
+
x: 0.14216922870000145,
|
16187
|
+
y: 0.04516297890000044
|
16188
|
+
},
|
16189
|
+
{
|
16190
|
+
x: 0.13590241878518663,
|
16191
|
+
y: 0.053361301274074506
|
16192
|
+
},
|
16193
|
+
{
|
16194
|
+
x: 0.1291723110481496,
|
16195
|
+
y: 0.061196871559259694
|
16196
|
+
},
|
16197
|
+
{
|
16198
|
+
x: 0.12203156480000146,
|
16199
|
+
y: 0.0686377016000004
|
16200
|
+
},
|
16201
|
+
{
|
16202
|
+
x: 0.11453283935185332,
|
16203
|
+
y: 0.07565180324074111
|
16204
|
+
},
|
16205
|
+
{
|
16206
|
+
x: 0.1067287940148163,
|
16207
|
+
y: 0.08220718832592627
|
16208
|
+
},
|
16209
|
+
{
|
16210
|
+
x: 0.09867208810000148,
|
16211
|
+
y: 0.0882718687000003
|
16212
|
+
},
|
16213
|
+
{
|
16214
|
+
x: 0.09041538091852001,
|
16215
|
+
y: 0.09381385620740765
|
16216
|
+
},
|
16217
|
+
{
|
16218
|
+
x: 0.08201133178148297,
|
16219
|
+
y: 0.09880116269259277
|
16220
|
+
},
|
16221
|
+
{
|
16222
|
+
x: 0.07351260000000151,
|
16223
|
+
y: 0.10320180000000011
|
16224
|
+
},
|
16225
|
+
{
|
16226
|
+
x: 0.07351260000000148,
|
16227
|
+
y: 0.10320180000000012
|
16228
|
+
}
|
16229
|
+
],
|
16230
|
+
color: "primary",
|
16231
|
+
fill: false
|
16232
|
+
}
|
16233
|
+
},
|
16234
|
+
texts: {
|
16235
|
+
top1: {
|
16236
|
+
type: "text",
|
16237
|
+
text: "{REF}",
|
16238
|
+
x: -0.020635199999998965,
|
16239
|
+
y: 0.15414649999999952
|
16240
|
+
}
|
16241
|
+
},
|
16242
|
+
refblocks: {
|
16243
|
+
left1: {
|
16244
|
+
x: -0.4458008,
|
16245
|
+
y: -0.025023700000000426
|
16246
|
+
},
|
16247
|
+
right1: {
|
16248
|
+
x: 0.4458008,
|
16249
|
+
y: -0.02514810000000045
|
16250
|
+
}
|
16251
|
+
},
|
16252
|
+
bounds: {
|
16253
|
+
minX: -0.473959241,
|
16254
|
+
maxX: 0.473959241,
|
16255
|
+
minY: -0.15414649999999952,
|
16256
|
+
maxY: 0.15414649999999952,
|
16257
|
+
width: 0.947918482,
|
16258
|
+
height: 0.30829299999999904,
|
16259
|
+
centerX: 0,
|
16260
|
+
centerY: 0
|
16261
|
+
},
|
16262
|
+
circles: {}
|
16263
|
+
};
|
16264
|
+
|
16265
|
+
// symbols/solderjumper2_down.ts
|
16266
|
+
var solderjumper2_down_default = modifySymbol(solderjumper2_default).rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_left").build();
|
16267
|
+
|
16268
|
+
// symbols/solderjumper2_left.ts
|
16269
|
+
var solderjumper2_left_default = modifySymbol(solderjumper2_default).rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_top").build();
|
16270
|
+
|
16271
|
+
// symbols/solderjumper2_right.ts
|
16272
|
+
var solderjumper2_right_default = modifySymbol(solderjumper2_default).rotateRightFacingSymbol("right").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
16273
|
+
|
16274
|
+
// symbols/solderjumper2_up.ts
|
16275
|
+
var solderjumper2_up_default = modifySymbol(solderjumper2_default).rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_right").build();
|
16276
|
+
|
16277
|
+
// assets/generated/solderjumper3_bridged12.json
|
16278
|
+
var solderjumper3_bridged12_default = {
|
16279
|
+
paths: {
|
16280
|
+
path44: {
|
16281
|
+
type: "path",
|
16282
|
+
points: [
|
16283
|
+
{
|
16284
|
+
x: -0.2201434999999996,
|
16285
|
+
y: 0.10070297049999977
|
16286
|
+
},
|
16287
|
+
{
|
16288
|
+
x: -0.4423810999999995,
|
16289
|
+
y: 0.10070297049999977
|
16290
|
+
}
|
16291
|
+
],
|
16292
|
+
color: "primary",
|
16293
|
+
fill: false
|
16294
|
+
},
|
16295
|
+
"path44-0": {
|
16296
|
+
type: "path",
|
16297
|
+
points: [
|
16298
|
+
{
|
16299
|
+
x: 0.4419198000000002,
|
16300
|
+
y: 0.10241767050000061
|
16301
|
+
},
|
16302
|
+
{
|
16303
|
+
x: 0.2202255999999998,
|
16304
|
+
y: 0.10241767050000061
|
16305
|
+
}
|
16306
|
+
],
|
16307
|
+
color: "primary",
|
16308
|
+
fill: false
|
16309
|
+
},
|
16310
|
+
"path44-5": {
|
16311
|
+
type: "path",
|
16312
|
+
points: [
|
16313
|
+
{
|
16314
|
+
x: -0.002608399999999067,
|
16315
|
+
y: -0.026941129499999494
|
16316
|
+
},
|
16317
|
+
{
|
16318
|
+
x: -0.002608399999999067,
|
16319
|
+
y: -0.2491787294999992
|
16320
|
+
}
|
16321
|
+
],
|
16322
|
+
color: "primary",
|
16323
|
+
fill: false
|
16324
|
+
},
|
16325
|
+
path2: {
|
16326
|
+
type: "path",
|
16327
|
+
points: [
|
16328
|
+
{
|
16329
|
+
x: 0.12018260000000036,
|
16330
|
+
y: 0.2278426705000005
|
16331
|
+
},
|
16332
|
+
{
|
16333
|
+
x: 0.12018260000000036,
|
16334
|
+
y: -0.024143929499998995
|
16335
|
+
}
|
16336
|
+
],
|
16337
|
+
color: "primary",
|
16338
|
+
fill: true
|
16339
|
+
},
|
16340
|
+
"path2-88": {
|
16341
|
+
type: "path",
|
16342
|
+
points: [
|
16343
|
+
{
|
16344
|
+
x: 0.04308860000000081,
|
16345
|
+
y: 0.22353577050000006
|
16346
|
+
},
|
16347
|
+
{
|
16348
|
+
x: 0.04308860000000081,
|
16349
|
+
y: -0.019988129499999507
|
16350
|
+
}
|
16351
|
+
],
|
16352
|
+
color: "primary",
|
16353
|
+
fill: true
|
16354
|
+
},
|
16355
|
+
"path2-88-5": {
|
16356
|
+
type: "path",
|
16357
|
+
points: [
|
16358
|
+
{
|
16359
|
+
x: -0.04643790000000014,
|
16360
|
+
y: 0.22381407049999957
|
16361
|
+
},
|
16362
|
+
{
|
16363
|
+
x: -0.04643790000000014,
|
16364
|
+
y: -0.01941752950000053
|
16365
|
+
}
|
16366
|
+
],
|
16367
|
+
color: "primary",
|
16368
|
+
fill: true
|
16369
|
+
},
|
16370
|
+
"path2-88-5-1": {
|
16371
|
+
type: "path",
|
16372
|
+
points: [
|
16373
|
+
{
|
16374
|
+
x: 0.041140400000001076,
|
16375
|
+
y: 0.22426507050000066
|
16376
|
+
},
|
16377
|
+
{
|
16378
|
+
x: -0.04564229999999947,
|
16379
|
+
y: 0.22426507050000066
|
16380
|
+
}
|
16381
|
+
],
|
16382
|
+
color: "primary",
|
16383
|
+
fill: true
|
16384
|
+
},
|
16385
|
+
"path2-88-5-1-6": {
|
16386
|
+
type: "path",
|
16387
|
+
points: [
|
16388
|
+
{
|
16389
|
+
x: 0.040946200000001154,
|
16390
|
+
y: -0.020314929500000023
|
16391
|
+
},
|
16392
|
+
{
|
16393
|
+
x: -0.04528299999999841,
|
16394
|
+
y: -0.020314929500000023
|
16395
|
+
}
|
16396
|
+
],
|
16397
|
+
color: "primary",
|
16398
|
+
fill: true
|
16399
|
+
},
|
16400
|
+
"path2-8": {
|
16401
|
+
type: "path",
|
16402
|
+
points: [
|
16403
|
+
{
|
16404
|
+
x: -0.12100790000000017,
|
16405
|
+
y: 0.22793897050000034
|
16406
|
+
},
|
16407
|
+
{
|
16408
|
+
x: -0.12100790000000017,
|
16409
|
+
y: -0.024047629499998946
|
16410
|
+
}
|
16411
|
+
],
|
16412
|
+
color: "primary",
|
16413
|
+
fill: true
|
16414
|
+
},
|
16415
|
+
"path8704-1": {
|
16416
|
+
type: "path",
|
16417
|
+
points: [
|
16418
|
+
{
|
16419
|
+
x: -0.1256537000000002,
|
16420
|
+
y: -0.02740872949999984
|
16421
|
+
},
|
16422
|
+
{
|
16423
|
+
x: -0.1256537000000002,
|
16424
|
+
y: -0.02740872949999984
|
16425
|
+
},
|
16426
|
+
{
|
16427
|
+
x: -0.1412804452185187,
|
16428
|
+
y: -0.01898187719259248
|
16429
|
+
},
|
16430
|
+
{
|
16431
|
+
x: -0.15533804708148174,
|
16432
|
+
y: -0.01024602570740734
|
16433
|
+
},
|
16434
|
+
{
|
16435
|
+
x: -0.16787916490000027,
|
16436
|
+
y: -0.0012331631999999643
|
16437
|
+
},
|
16438
|
+
{
|
16439
|
+
x: -0.17895645798518547,
|
16440
|
+
y: 0.008024722174074087
|
16441
|
+
},
|
16442
|
+
{
|
16443
|
+
x: -0.18862258564814843,
|
16444
|
+
y: 0.017495642259259248
|
16445
|
+
},
|
16446
|
+
{
|
16447
|
+
x: -0.19693020720000035,
|
16448
|
+
y: 0.027147608899999988
|
16449
|
+
},
|
16450
|
+
{
|
16451
|
+
x: -0.2039319819518522,
|
16452
|
+
y: 0.036948633940740716
|
16453
|
+
},
|
16454
|
+
{
|
16455
|
+
x: -0.20968056921481518,
|
16456
|
+
y: 0.04686672922592592
|
16457
|
+
},
|
16458
|
+
{
|
16459
|
+
x: -0.21422862830000028,
|
16460
|
+
y: 0.056869906599999985
|
16461
|
+
},
|
16462
|
+
{
|
16463
|
+
x: -0.21762881851851887,
|
16464
|
+
y: 0.0669261779074074
|
16465
|
+
},
|
16466
|
+
{
|
16467
|
+
x: -0.2199337991814818,
|
16468
|
+
y: 0.07700355499259258
|
16469
|
+
},
|
16470
|
+
{
|
16471
|
+
x: -0.22119622960000043,
|
16472
|
+
y: 0.08707004970000001
|
16473
|
+
},
|
16474
|
+
{
|
16475
|
+
x: -0.2214687690851855,
|
16476
|
+
y: 0.0970936738740741
|
16477
|
+
},
|
16478
|
+
{
|
16479
|
+
x: -0.2208040769481486,
|
16480
|
+
y: 0.10704243935925932
|
16481
|
+
},
|
16482
|
+
{
|
16483
|
+
x: -0.21925481250000037,
|
16484
|
+
y: 0.11688435800000004
|
16485
|
+
},
|
16486
|
+
{
|
16487
|
+
x: -0.21687363505185228,
|
16488
|
+
y: 0.12658744164074084
|
16489
|
+
},
|
16490
|
+
{
|
16491
|
+
x: -0.21371320391481524,
|
16492
|
+
y: 0.136119702125926
|
16493
|
+
},
|
16494
|
+
{
|
16495
|
+
x: -0.20982617840000045,
|
16496
|
+
y: 0.14544915130000013
|
16497
|
+
},
|
16498
|
+
{
|
16499
|
+
x: -0.20526521781851897,
|
16500
|
+
y: 0.15454380100740753
|
16501
|
+
},
|
16502
|
+
{
|
16503
|
+
x: -0.2000829814814819,
|
16504
|
+
y: 0.1633716630925927
|
16505
|
+
},
|
16506
|
+
{
|
16507
|
+
x: -0.19433212870000044,
|
16508
|
+
y: 0.1719007494000001
|
16509
|
+
},
|
16510
|
+
{
|
16511
|
+
x: -0.18806531878518568,
|
16512
|
+
y: 0.1800990717740742
|
16513
|
+
},
|
16514
|
+
{
|
16515
|
+
x: -0.18133521104814862,
|
16516
|
+
y: 0.18793464205925936
|
16517
|
+
},
|
16518
|
+
{
|
16519
|
+
x: -0.1741944648000005,
|
16520
|
+
y: 0.1953754721000001
|
16521
|
+
},
|
16522
|
+
{
|
16523
|
+
x: -0.16669573935185233,
|
16524
|
+
y: 0.2023895737407408
|
16525
|
+
},
|
16526
|
+
{
|
16527
|
+
x: -0.1588916940148153,
|
16528
|
+
y: 0.20894495882592595
|
16529
|
+
},
|
16530
|
+
{
|
16531
|
+
x: -0.1508349881000005,
|
16532
|
+
y: 0.2150096392
|
16533
|
+
},
|
16534
|
+
{
|
16535
|
+
x: -0.14257828091851904,
|
16536
|
+
y: 0.22055162670740733
|
16537
|
+
},
|
16538
|
+
{
|
16539
|
+
x: -0.134174231781482,
|
16540
|
+
y: 0.22553893319259244
|
16541
|
+
},
|
16542
|
+
{
|
16543
|
+
x: -0.12567550000000052,
|
16544
|
+
y: 0.22993957049999977
|
16545
|
+
},
|
16546
|
+
{
|
16547
|
+
x: -0.1256755000000005,
|
16548
|
+
y: 0.2299395704999998
|
16549
|
+
}
|
16550
|
+
],
|
16551
|
+
color: "primary",
|
16552
|
+
fill: false
|
16553
|
+
},
|
16554
|
+
"path8704-1-7": {
|
16555
|
+
type: "path",
|
16556
|
+
points: [
|
16557
|
+
{
|
16558
|
+
x: 0.12475379999999991,
|
16559
|
+
y: -0.02753552949999949
|
16560
|
+
},
|
16561
|
+
{
|
16562
|
+
x: 0.12475379999999991,
|
16563
|
+
y: -0.02753552949999949
|
16564
|
+
},
|
16565
|
+
{
|
16566
|
+
x: 0.14038054521851845,
|
16567
|
+
y: -0.01910867719259213
|
16568
|
+
},
|
16569
|
+
{
|
16570
|
+
x: 0.15443814708148143,
|
16571
|
+
y: -0.010372825707406991
|
16572
|
+
},
|
16573
|
+
{
|
16574
|
+
x: 0.16697926489999995,
|
16575
|
+
y: -0.0013599631999996126
|
16576
|
+
},
|
16577
|
+
{
|
16578
|
+
x: 0.17805655798518522,
|
16579
|
+
y: 0.007897922174074437
|
16580
|
+
},
|
16581
|
+
{
|
16582
|
+
x: 0.18772268564814815,
|
16583
|
+
y: 0.0173688422592596
|
16584
|
+
},
|
16585
|
+
{
|
16586
|
+
x: 0.19603030720000003,
|
16587
|
+
y: 0.027020808900000335
|
16588
|
+
},
|
16589
|
+
{
|
16590
|
+
x: 0.2030320819518519,
|
16591
|
+
y: 0.036821833940741074
|
16592
|
+
},
|
16593
|
+
{
|
16594
|
+
x: 0.20878066921481492,
|
16595
|
+
y: 0.04673992922592627
|
16596
|
+
},
|
16597
|
+
{
|
16598
|
+
x: 0.2133287283,
|
16599
|
+
y: 0.056743106600000336
|
16600
|
+
},
|
16601
|
+
{
|
16602
|
+
x: 0.21672891851851858,
|
16603
|
+
y: 0.06679937790740775
|
16604
|
+
},
|
16605
|
+
{
|
16606
|
+
x: 0.2190338991814815,
|
16607
|
+
y: 0.07687675499259294
|
16608
|
+
},
|
16609
|
+
{
|
16610
|
+
x: 0.22029632960000012,
|
16611
|
+
y: 0.08694324970000036
|
16612
|
+
},
|
16613
|
+
{
|
16614
|
+
x: 0.2205688690851852,
|
16615
|
+
y: 0.09696687387407443
|
16616
|
+
},
|
16617
|
+
{
|
16618
|
+
x: 0.2199041769481483,
|
16619
|
+
y: 0.10691563935925966
|
16620
|
+
},
|
16621
|
+
{
|
16622
|
+
x: 0.21835491250000008,
|
16623
|
+
y: 0.11675755800000039
|
16624
|
+
},
|
16625
|
+
{
|
16626
|
+
x: 0.215973735051852,
|
16627
|
+
y: 0.12646064164074117
|
16628
|
+
},
|
16629
|
+
{
|
16630
|
+
x: 0.21281330391481496,
|
16631
|
+
y: 0.13599290212592638
|
16632
|
+
},
|
16633
|
+
{
|
16634
|
+
x: 0.20892627840000016,
|
16635
|
+
y: 0.14532235130000049
|
16636
|
+
},
|
16637
|
+
{
|
16638
|
+
x: 0.20436531781851866,
|
16639
|
+
y: 0.15441700100740788
|
16640
|
+
},
|
16641
|
+
{
|
16642
|
+
x: 0.19918308148148162,
|
16643
|
+
y: 0.16324486309259306
|
16644
|
+
},
|
16645
|
+
{
|
16646
|
+
x: 0.19343222870000015,
|
16647
|
+
y: 0.17177394940000046
|
16648
|
+
},
|
16649
|
+
{
|
16650
|
+
x: 0.18716541878518536,
|
16651
|
+
y: 0.17997227177407454
|
16652
|
+
},
|
16653
|
+
{
|
16654
|
+
x: 0.18043531104814833,
|
16655
|
+
y: 0.1878078420592597
|
16656
|
+
},
|
16657
|
+
{
|
16658
|
+
x: 0.1732945648000002,
|
16659
|
+
y: 0.19524867210000044
|
16660
|
+
},
|
16661
|
+
{
|
16662
|
+
x: 0.16579583935185205,
|
16663
|
+
y: 0.20226277374074114
|
16664
|
+
},
|
16665
|
+
{
|
16666
|
+
x: 0.157991794014815,
|
16667
|
+
y: 0.2088181588259263
|
16668
|
+
},
|
16669
|
+
{
|
16670
|
+
x: 0.1499350881000002,
|
16671
|
+
y: 0.21488283920000034
|
16672
|
+
},
|
16673
|
+
{
|
16674
|
+
x: 0.14167838091851875,
|
16675
|
+
y: 0.2204248267074077
|
16676
|
+
},
|
16677
|
+
{
|
16678
|
+
x: 0.1332743317814817,
|
16679
|
+
y: 0.2254121331925928
|
16680
|
+
},
|
16681
|
+
{
|
16682
|
+
x: 0.12477560000000024,
|
16683
|
+
y: 0.22981277050000012
|
16684
|
+
},
|
16685
|
+
{
|
16686
|
+
x: 0.12477560000000021,
|
16687
|
+
y: 0.22981277050000015
|
16688
|
+
}
|
16689
|
+
],
|
16690
|
+
color: "primary",
|
16691
|
+
fill: false
|
16692
|
+
},
|
16693
|
+
path1: {
|
16694
|
+
type: "path",
|
16695
|
+
points: [
|
16696
|
+
{
|
16697
|
+
x: -0.04651579999999966,
|
16698
|
+
y: 0.10240987050000028
|
16699
|
+
},
|
16700
|
+
{
|
16701
|
+
x: -0.12112780000000001,
|
16702
|
+
y: 0.10240987050000028
|
16703
|
+
}
|
16704
|
+
],
|
16705
|
+
color: "primary",
|
16706
|
+
fill: false
|
16707
|
+
}
|
16708
|
+
},
|
16709
|
+
texts: {
|
16710
|
+
top1: {
|
16711
|
+
type: "text",
|
16712
|
+
text: "{REF}",
|
16713
|
+
x: -0.020635199999998965,
|
16714
|
+
y: 0.28075747049999955
|
16715
|
+
}
|
16716
|
+
},
|
16717
|
+
refblocks: {
|
16718
|
+
bottom1: {
|
16719
|
+
x: -0.0034928000000000736,
|
16720
|
+
y: -0.25259902949999957
|
16721
|
+
},
|
16722
|
+
left1: {
|
16723
|
+
x: -0.4458008,
|
16724
|
+
y: 0.1015872704999996
|
16725
|
+
},
|
16726
|
+
right1: {
|
16727
|
+
x: 0.4458008,
|
16728
|
+
y: 0.10146287049999958
|
16729
|
+
}
|
16730
|
+
},
|
16731
|
+
bounds: {
|
16732
|
+
minX: -0.473959241,
|
16733
|
+
maxX: 0.473959241,
|
16734
|
+
minY: -0.28075747049999955,
|
16735
|
+
maxY: 0.28075747049999955,
|
16736
|
+
width: 0.947918482,
|
16737
|
+
height: 0.5615149409999991,
|
16738
|
+
centerX: 0,
|
16739
|
+
centerY: 0
|
16740
|
+
},
|
16741
|
+
circles: {}
|
16742
|
+
};
|
16743
|
+
|
16744
|
+
// symbols/solderjumper3_bridged12_down.ts
|
16745
|
+
var solderjumper3_bridged12_down_default = modifySymbol(solderjumper3_bridged12_default).rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_left").build();
|
16746
|
+
|
16747
|
+
// symbols/solderjumper3_bridged12_left.ts
|
16748
|
+
var solderjumper3_bridged12_left_default = modifySymbol(solderjumper3_bridged12_default).rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_top").build();
|
16749
|
+
|
16750
|
+
// symbols/solderjumper3_bridged12_right.ts
|
16751
|
+
var solderjumper3_bridged12_right_default = modifySymbol(solderjumper3_bridged12_default).rotateRightFacingSymbol("right").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
16752
|
+
|
16753
|
+
// symbols/solderjumper3_bridged12_up.ts
|
16754
|
+
var solderjumper3_bridged12_up_default = modifySymbol(solderjumper3_bridged12_default).rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_right").build();
|
16755
|
+
|
16756
|
+
// assets/generated/solderjumper3_bridged123.json
|
16757
|
+
var solderjumper3_bridged123_default = {
|
16758
|
+
paths: {
|
16759
|
+
path44: {
|
16760
|
+
type: "path",
|
16761
|
+
points: [
|
16762
|
+
{
|
16763
|
+
x: -0.2201434999999996,
|
16764
|
+
y: 0.10070297049999977
|
16765
|
+
},
|
16766
|
+
{
|
16767
|
+
x: -0.4423810999999995,
|
16768
|
+
y: 0.10070297049999977
|
16769
|
+
}
|
16770
|
+
],
|
16771
|
+
color: "primary",
|
16772
|
+
fill: false
|
16773
|
+
},
|
16774
|
+
"path44-0": {
|
16775
|
+
type: "path",
|
16776
|
+
points: [
|
16777
|
+
{
|
16778
|
+
x: 0.4419198000000002,
|
16779
|
+
y: 0.10241767050000061
|
16780
|
+
},
|
16781
|
+
{
|
16782
|
+
x: 0.2202255999999998,
|
16783
|
+
y: 0.10241767050000061
|
16784
|
+
}
|
16785
|
+
],
|
16786
|
+
color: "primary",
|
16787
|
+
fill: false
|
16788
|
+
},
|
16789
|
+
"path44-0-7": {
|
16790
|
+
type: "path",
|
16791
|
+
points: [
|
16792
|
+
{
|
16793
|
+
x: 0.11952539999999989,
|
16794
|
+
y: 0.10240987050000028
|
16795
|
+
},
|
16796
|
+
{
|
16797
|
+
x: 0.044913399999999326,
|
16798
|
+
y: 0.10240987050000028
|
16799
|
+
}
|
16800
|
+
],
|
16801
|
+
color: "primary",
|
16802
|
+
fill: false
|
16803
|
+
},
|
16804
|
+
"path44-5": {
|
16805
|
+
type: "path",
|
16806
|
+
points: [
|
16807
|
+
{
|
16808
|
+
x: -0.002608399999999067,
|
16809
|
+
y: -0.026941129499999494
|
16810
|
+
},
|
16811
|
+
{
|
16812
|
+
x: -0.002608399999999067,
|
16813
|
+
y: -0.2491787294999992
|
16814
|
+
}
|
16815
|
+
],
|
16816
|
+
color: "primary",
|
16817
|
+
fill: false
|
16818
|
+
},
|
16819
|
+
path2: {
|
16820
|
+
type: "path",
|
16821
|
+
points: [
|
16822
|
+
{
|
16823
|
+
x: 0.12018260000000036,
|
16824
|
+
y: 0.2278426705000005
|
16825
|
+
},
|
16826
|
+
{
|
16827
|
+
x: 0.12018260000000036,
|
16828
|
+
y: -0.024143929499998995
|
16829
|
+
}
|
16830
|
+
],
|
16831
|
+
color: "primary",
|
16832
|
+
fill: true
|
16833
|
+
},
|
16834
|
+
"path2-88": {
|
16835
|
+
type: "path",
|
16836
|
+
points: [
|
16837
|
+
{
|
16838
|
+
x: 0.04308860000000081,
|
16839
|
+
y: 0.22353577050000006
|
16840
|
+
},
|
16841
|
+
{
|
16842
|
+
x: 0.04308860000000081,
|
16843
|
+
y: -0.019988129499999507
|
16844
|
+
}
|
16845
|
+
],
|
16846
|
+
color: "primary",
|
16847
|
+
fill: true
|
16848
|
+
},
|
16849
|
+
"path2-88-5": {
|
16850
|
+
type: "path",
|
16851
|
+
points: [
|
16852
|
+
{
|
16853
|
+
x: -0.04643790000000014,
|
16854
|
+
y: 0.22381407049999957
|
16855
|
+
},
|
16856
|
+
{
|
16857
|
+
x: -0.04643790000000014,
|
16858
|
+
y: -0.01941752950000053
|
16859
|
+
}
|
16860
|
+
],
|
16861
|
+
color: "primary",
|
16862
|
+
fill: true
|
16863
|
+
},
|
16864
|
+
"path2-88-5-1": {
|
16865
|
+
type: "path",
|
16866
|
+
points: [
|
16867
|
+
{
|
16868
|
+
x: 0.041140400000001076,
|
16869
|
+
y: 0.22426507050000066
|
16870
|
+
},
|
16871
|
+
{
|
16872
|
+
x: -0.04564229999999947,
|
16873
|
+
y: 0.22426507050000066
|
16874
|
+
}
|
16875
|
+
],
|
16876
|
+
color: "primary",
|
16877
|
+
fill: true
|
16878
|
+
},
|
16879
|
+
"path2-88-5-1-6": {
|
16880
|
+
type: "path",
|
16881
|
+
points: [
|
16882
|
+
{
|
16883
|
+
x: 0.040946200000001154,
|
16884
|
+
y: -0.020314929500000023
|
16885
|
+
},
|
16886
|
+
{
|
16887
|
+
x: -0.04528299999999841,
|
16888
|
+
y: -0.020314929500000023
|
16889
|
+
}
|
16890
|
+
],
|
16891
|
+
color: "primary",
|
16892
|
+
fill: true
|
16893
|
+
},
|
16894
|
+
"path2-8": {
|
16895
|
+
type: "path",
|
16896
|
+
points: [
|
16897
|
+
{
|
16898
|
+
x: -0.12100790000000017,
|
16899
|
+
y: 0.22793897050000034
|
16900
|
+
},
|
16901
|
+
{
|
16902
|
+
x: -0.12100790000000017,
|
16903
|
+
y: -0.024047629499998946
|
16904
|
+
}
|
16905
|
+
],
|
16906
|
+
color: "primary",
|
16907
|
+
fill: true
|
16908
|
+
},
|
16909
|
+
"path8704-1": {
|
16910
|
+
type: "path",
|
16911
|
+
points: [
|
16912
|
+
{
|
16913
|
+
x: -0.1256537000000002,
|
16914
|
+
y: -0.02740872949999984
|
16915
|
+
},
|
16916
|
+
{
|
16917
|
+
x: -0.1256537000000002,
|
16918
|
+
y: -0.02740872949999984
|
16919
|
+
},
|
16920
|
+
{
|
16921
|
+
x: -0.1412804452185187,
|
16922
|
+
y: -0.01898187719259248
|
16923
|
+
},
|
16924
|
+
{
|
16925
|
+
x: -0.15533804708148174,
|
16926
|
+
y: -0.01024602570740734
|
16927
|
+
},
|
16928
|
+
{
|
16929
|
+
x: -0.16787916490000027,
|
16930
|
+
y: -0.0012331631999999643
|
16931
|
+
},
|
16932
|
+
{
|
16933
|
+
x: -0.17895645798518547,
|
16934
|
+
y: 0.008024722174074087
|
16935
|
+
},
|
16936
|
+
{
|
16937
|
+
x: -0.18862258564814843,
|
16938
|
+
y: 0.017495642259259248
|
16939
|
+
},
|
16940
|
+
{
|
16941
|
+
x: -0.19693020720000035,
|
16942
|
+
y: 0.027147608899999988
|
16943
|
+
},
|
16944
|
+
{
|
16945
|
+
x: -0.2039319819518522,
|
16946
|
+
y: 0.036948633940740716
|
16947
|
+
},
|
16948
|
+
{
|
16949
|
+
x: -0.20968056921481518,
|
16950
|
+
y: 0.04686672922592592
|
16951
|
+
},
|
16952
|
+
{
|
16953
|
+
x: -0.21422862830000028,
|
16954
|
+
y: 0.056869906599999985
|
16955
|
+
},
|
16956
|
+
{
|
16957
|
+
x: -0.21762881851851887,
|
16958
|
+
y: 0.0669261779074074
|
16959
|
+
},
|
16960
|
+
{
|
16961
|
+
x: -0.2199337991814818,
|
16962
|
+
y: 0.07700355499259258
|
16963
|
+
},
|
16964
|
+
{
|
16965
|
+
x: -0.22119622960000043,
|
16966
|
+
y: 0.08707004970000001
|
16967
|
+
},
|
16968
|
+
{
|
16969
|
+
x: -0.2214687690851855,
|
16970
|
+
y: 0.0970936738740741
|
16971
|
+
},
|
16972
|
+
{
|
16973
|
+
x: -0.2208040769481486,
|
16974
|
+
y: 0.10704243935925932
|
16975
|
+
},
|
16976
|
+
{
|
16977
|
+
x: -0.21925481250000037,
|
16978
|
+
y: 0.11688435800000004
|
16979
|
+
},
|
16980
|
+
{
|
16981
|
+
x: -0.21687363505185228,
|
16982
|
+
y: 0.12658744164074084
|
16983
|
+
},
|
16984
|
+
{
|
16985
|
+
x: -0.21371320391481524,
|
16986
|
+
y: 0.136119702125926
|
16987
|
+
},
|
16988
|
+
{
|
16989
|
+
x: -0.20982617840000045,
|
16990
|
+
y: 0.14544915130000013
|
16991
|
+
},
|
16992
|
+
{
|
16993
|
+
x: -0.20526521781851897,
|
16994
|
+
y: 0.15454380100740753
|
16995
|
+
},
|
16996
|
+
{
|
16997
|
+
x: -0.2000829814814819,
|
16998
|
+
y: 0.1633716630925927
|
16999
|
+
},
|
17000
|
+
{
|
17001
|
+
x: -0.19433212870000044,
|
17002
|
+
y: 0.1719007494000001
|
17003
|
+
},
|
17004
|
+
{
|
17005
|
+
x: -0.18806531878518568,
|
17006
|
+
y: 0.1800990717740742
|
17007
|
+
},
|
17008
|
+
{
|
17009
|
+
x: -0.18133521104814862,
|
17010
|
+
y: 0.18793464205925936
|
17011
|
+
},
|
17012
|
+
{
|
17013
|
+
x: -0.1741944648000005,
|
17014
|
+
y: 0.1953754721000001
|
17015
|
+
},
|
17016
|
+
{
|
17017
|
+
x: -0.16669573935185233,
|
17018
|
+
y: 0.2023895737407408
|
17019
|
+
},
|
17020
|
+
{
|
17021
|
+
x: -0.1588916940148153,
|
17022
|
+
y: 0.20894495882592595
|
17023
|
+
},
|
17024
|
+
{
|
17025
|
+
x: -0.1508349881000005,
|
17026
|
+
y: 0.2150096392
|
17027
|
+
},
|
17028
|
+
{
|
17029
|
+
x: -0.14257828091851904,
|
17030
|
+
y: 0.22055162670740733
|
17031
|
+
},
|
17032
|
+
{
|
17033
|
+
x: -0.134174231781482,
|
17034
|
+
y: 0.22553893319259244
|
17035
|
+
},
|
17036
|
+
{
|
17037
|
+
x: -0.12567550000000052,
|
17038
|
+
y: 0.22993957049999977
|
17039
|
+
},
|
17040
|
+
{
|
17041
|
+
x: -0.1256755000000005,
|
17042
|
+
y: 0.2299395704999998
|
17043
|
+
}
|
17044
|
+
],
|
17045
|
+
color: "primary",
|
17046
|
+
fill: false
|
17047
|
+
},
|
17048
|
+
"path8704-1-7": {
|
17049
|
+
type: "path",
|
17050
|
+
points: [
|
17051
|
+
{
|
17052
|
+
x: 0.12475379999999991,
|
17053
|
+
y: -0.02753552949999949
|
17054
|
+
},
|
17055
|
+
{
|
17056
|
+
x: 0.12475379999999991,
|
17057
|
+
y: -0.02753552949999949
|
17058
|
+
},
|
17059
|
+
{
|
17060
|
+
x: 0.14038054521851845,
|
17061
|
+
y: -0.01910867719259213
|
17062
|
+
},
|
17063
|
+
{
|
17064
|
+
x: 0.15443814708148143,
|
17065
|
+
y: -0.010372825707406991
|
17066
|
+
},
|
17067
|
+
{
|
17068
|
+
x: 0.16697926489999995,
|
17069
|
+
y: -0.0013599631999996126
|
17070
|
+
},
|
17071
|
+
{
|
17072
|
+
x: 0.17805655798518522,
|
17073
|
+
y: 0.007897922174074437
|
17074
|
+
},
|
17075
|
+
{
|
17076
|
+
x: 0.18772268564814815,
|
17077
|
+
y: 0.0173688422592596
|
17078
|
+
},
|
17079
|
+
{
|
17080
|
+
x: 0.19603030720000003,
|
17081
|
+
y: 0.027020808900000335
|
17082
|
+
},
|
17083
|
+
{
|
17084
|
+
x: 0.2030320819518519,
|
17085
|
+
y: 0.036821833940741074
|
17086
|
+
},
|
17087
|
+
{
|
17088
|
+
x: 0.20878066921481492,
|
17089
|
+
y: 0.04673992922592627
|
17090
|
+
},
|
17091
|
+
{
|
17092
|
+
x: 0.2133287283,
|
17093
|
+
y: 0.056743106600000336
|
17094
|
+
},
|
17095
|
+
{
|
17096
|
+
x: 0.21672891851851858,
|
17097
|
+
y: 0.06679937790740775
|
17098
|
+
},
|
17099
|
+
{
|
17100
|
+
x: 0.2190338991814815,
|
17101
|
+
y: 0.07687675499259294
|
17102
|
+
},
|
17103
|
+
{
|
17104
|
+
x: 0.22029632960000012,
|
17105
|
+
y: 0.08694324970000036
|
17106
|
+
},
|
17107
|
+
{
|
17108
|
+
x: 0.2205688690851852,
|
17109
|
+
y: 0.09696687387407443
|
17110
|
+
},
|
17111
|
+
{
|
17112
|
+
x: 0.2199041769481483,
|
17113
|
+
y: 0.10691563935925966
|
17114
|
+
},
|
17115
|
+
{
|
17116
|
+
x: 0.21835491250000008,
|
17117
|
+
y: 0.11675755800000039
|
17118
|
+
},
|
17119
|
+
{
|
17120
|
+
x: 0.215973735051852,
|
17121
|
+
y: 0.12646064164074117
|
17122
|
+
},
|
17123
|
+
{
|
17124
|
+
x: 0.21281330391481496,
|
17125
|
+
y: 0.13599290212592638
|
17126
|
+
},
|
17127
|
+
{
|
17128
|
+
x: 0.20892627840000016,
|
17129
|
+
y: 0.14532235130000049
|
17130
|
+
},
|
17131
|
+
{
|
17132
|
+
x: 0.20436531781851866,
|
17133
|
+
y: 0.15441700100740788
|
17134
|
+
},
|
17135
|
+
{
|
17136
|
+
x: 0.19918308148148162,
|
17137
|
+
y: 0.16324486309259306
|
17138
|
+
},
|
17139
|
+
{
|
17140
|
+
x: 0.19343222870000015,
|
17141
|
+
y: 0.17177394940000046
|
17142
|
+
},
|
17143
|
+
{
|
17144
|
+
x: 0.18716541878518536,
|
17145
|
+
y: 0.17997227177407454
|
17146
|
+
},
|
17147
|
+
{
|
17148
|
+
x: 0.18043531104814833,
|
17149
|
+
y: 0.1878078420592597
|
17150
|
+
},
|
17151
|
+
{
|
17152
|
+
x: 0.1732945648000002,
|
17153
|
+
y: 0.19524867210000044
|
17154
|
+
},
|
17155
|
+
{
|
17156
|
+
x: 0.16579583935185205,
|
17157
|
+
y: 0.20226277374074114
|
17158
|
+
},
|
17159
|
+
{
|
17160
|
+
x: 0.157991794014815,
|
17161
|
+
y: 0.2088181588259263
|
17162
|
+
},
|
17163
|
+
{
|
17164
|
+
x: 0.1499350881000002,
|
17165
|
+
y: 0.21488283920000034
|
17166
|
+
},
|
17167
|
+
{
|
17168
|
+
x: 0.14167838091851875,
|
17169
|
+
y: 0.2204248267074077
|
17170
|
+
},
|
17171
|
+
{
|
17172
|
+
x: 0.1332743317814817,
|
17173
|
+
y: 0.2254121331925928
|
17174
|
+
},
|
17175
|
+
{
|
17176
|
+
x: 0.12477560000000024,
|
17177
|
+
y: 0.22981277050000012
|
17178
|
+
},
|
17179
|
+
{
|
17180
|
+
x: 0.12477560000000021,
|
17181
|
+
y: 0.22981277050000015
|
17182
|
+
}
|
17183
|
+
],
|
17184
|
+
color: "primary",
|
17185
|
+
fill: false
|
17186
|
+
},
|
17187
|
+
path1: {
|
17188
|
+
type: "path",
|
17189
|
+
points: [
|
17190
|
+
{
|
17191
|
+
x: -0.04651579999999966,
|
17192
|
+
y: 0.10240987050000028
|
17193
|
+
},
|
17194
|
+
{
|
17195
|
+
x: -0.12112780000000001,
|
17196
|
+
y: 0.10240987050000028
|
17197
|
+
}
|
17198
|
+
],
|
17199
|
+
color: "primary",
|
17200
|
+
fill: false
|
17201
|
+
}
|
17202
|
+
},
|
17203
|
+
texts: {
|
17204
|
+
top1: {
|
17205
|
+
type: "text",
|
17206
|
+
text: "{REF}",
|
17207
|
+
x: -0.020635199999998965,
|
17208
|
+
y: 0.28075747049999955
|
17209
|
+
}
|
17210
|
+
},
|
17211
|
+
refblocks: {
|
17212
|
+
bottom1: {
|
17213
|
+
x: -0.0034928000000000736,
|
17214
|
+
y: -0.25259902949999957
|
17215
|
+
},
|
17216
|
+
left1: {
|
17217
|
+
x: -0.4458008,
|
17218
|
+
y: 0.1015872704999996
|
17219
|
+
},
|
17220
|
+
right1: {
|
17221
|
+
x: 0.4458008,
|
17222
|
+
y: 0.10146287049999958
|
17223
|
+
}
|
17224
|
+
},
|
17225
|
+
bounds: {
|
17226
|
+
minX: -0.473959241,
|
17227
|
+
maxX: 0.473959241,
|
17228
|
+
minY: -0.28075747049999955,
|
17229
|
+
maxY: 0.28075747049999955,
|
17230
|
+
width: 0.947918482,
|
17231
|
+
height: 0.5615149409999991,
|
17232
|
+
centerX: 0,
|
17233
|
+
centerY: 0
|
17234
|
+
},
|
17235
|
+
circles: {}
|
17236
|
+
};
|
17237
|
+
|
17238
|
+
// symbols/solderjumper3_bridged123_down.ts
|
17239
|
+
var solderjumper3_bridged123_down_default = modifySymbol(solderjumper3_bridged123_default).rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_left").build();
|
17240
|
+
|
17241
|
+
// symbols/solderjumper3_bridged123_left.ts
|
17242
|
+
var solderjumper3_bridged123_left_default = modifySymbol(solderjumper3_bridged123_default).rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_top").build();
|
17243
|
+
|
17244
|
+
// symbols/solderjumper3_bridged123_right.ts
|
17245
|
+
var solderjumper3_bridged123_right_default = modifySymbol(solderjumper3_bridged123_default).rotateRightFacingSymbol("right").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
17246
|
+
|
17247
|
+
// symbols/solderjumper3_bridged123_up.ts
|
17248
|
+
var solderjumper3_bridged123_up_default = modifySymbol(solderjumper3_bridged123_default).rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_right").build();
|
17249
|
+
|
17250
|
+
// assets/generated/solderjumper3_bridged23.json
|
17251
|
+
var solderjumper3_bridged23_default = {
|
17252
|
+
paths: {
|
17253
|
+
path44: {
|
17254
|
+
type: "path",
|
17255
|
+
points: [
|
17256
|
+
{
|
17257
|
+
x: -0.2201434999999996,
|
17258
|
+
y: 0.10070297049999977
|
17259
|
+
},
|
17260
|
+
{
|
17261
|
+
x: -0.4423810999999995,
|
17262
|
+
y: 0.10070297049999977
|
17263
|
+
}
|
17264
|
+
],
|
17265
|
+
color: "primary",
|
17266
|
+
fill: false
|
17267
|
+
},
|
17268
|
+
"path44-0": {
|
17269
|
+
type: "path",
|
17270
|
+
points: [
|
17271
|
+
{
|
17272
|
+
x: 0.4419198000000002,
|
17273
|
+
y: 0.10241767050000061
|
17274
|
+
},
|
17275
|
+
{
|
17276
|
+
x: 0.2202255999999998,
|
17277
|
+
y: 0.10241767050000061
|
17278
|
+
}
|
17279
|
+
],
|
17280
|
+
color: "primary",
|
17281
|
+
fill: false
|
17282
|
+
},
|
17283
|
+
"path44-0-7": {
|
17284
|
+
type: "path",
|
17285
|
+
points: [
|
17286
|
+
{
|
17287
|
+
x: 0.11952539999999989,
|
17288
|
+
y: 0.10240987050000028
|
17289
|
+
},
|
17290
|
+
{
|
17291
|
+
x: 0.044913399999999326,
|
17292
|
+
y: 0.10240987050000028
|
17293
|
+
}
|
17294
|
+
],
|
17295
|
+
color: "primary",
|
17296
|
+
fill: false
|
17297
|
+
},
|
17298
|
+
"path44-5": {
|
17299
|
+
type: "path",
|
17300
|
+
points: [
|
17301
|
+
{
|
17302
|
+
x: -0.002608399999999067,
|
17303
|
+
y: -0.026941129499999494
|
17304
|
+
},
|
17305
|
+
{
|
17306
|
+
x: -0.002608399999999067,
|
17307
|
+
y: -0.2491787294999992
|
17308
|
+
}
|
17309
|
+
],
|
17310
|
+
color: "primary",
|
17311
|
+
fill: false
|
17312
|
+
},
|
17313
|
+
path2: {
|
17314
|
+
type: "path",
|
17315
|
+
points: [
|
17316
|
+
{
|
17317
|
+
x: 0.12018260000000036,
|
17318
|
+
y: 0.2278426705000005
|
17319
|
+
},
|
17320
|
+
{
|
17321
|
+
x: 0.12018260000000036,
|
17322
|
+
y: -0.024143929499998995
|
17323
|
+
}
|
17324
|
+
],
|
17325
|
+
color: "primary",
|
17326
|
+
fill: true
|
17327
|
+
},
|
17328
|
+
"path2-88": {
|
17329
|
+
type: "path",
|
17330
|
+
points: [
|
17331
|
+
{
|
17332
|
+
x: 0.04308860000000081,
|
17333
|
+
y: 0.22353577050000006
|
17334
|
+
},
|
17335
|
+
{
|
17336
|
+
x: 0.04308860000000081,
|
17337
|
+
y: -0.019988129499999507
|
17338
|
+
}
|
17339
|
+
],
|
17340
|
+
color: "primary",
|
17341
|
+
fill: true
|
17342
|
+
},
|
17343
|
+
"path2-88-5": {
|
17344
|
+
type: "path",
|
17345
|
+
points: [
|
17346
|
+
{
|
17347
|
+
x: -0.04643790000000014,
|
17348
|
+
y: 0.22381407049999957
|
17349
|
+
},
|
17350
|
+
{
|
17351
|
+
x: -0.04643790000000014,
|
17352
|
+
y: -0.01941752950000053
|
17353
|
+
}
|
17354
|
+
],
|
17355
|
+
color: "primary",
|
17356
|
+
fill: true
|
17357
|
+
},
|
17358
|
+
"path2-88-5-1": {
|
17359
|
+
type: "path",
|
17360
|
+
points: [
|
17361
|
+
{
|
17362
|
+
x: 0.041140400000001076,
|
17363
|
+
y: 0.22426507050000066
|
17364
|
+
},
|
17365
|
+
{
|
17366
|
+
x: -0.04564229999999947,
|
17367
|
+
y: 0.22426507050000066
|
17368
|
+
}
|
17369
|
+
],
|
17370
|
+
color: "primary",
|
17371
|
+
fill: true
|
17372
|
+
},
|
17373
|
+
"path2-88-5-1-6": {
|
17374
|
+
type: "path",
|
17375
|
+
points: [
|
17376
|
+
{
|
17377
|
+
x: 0.040946200000001154,
|
17378
|
+
y: -0.020314929500000023
|
17379
|
+
},
|
17380
|
+
{
|
17381
|
+
x: -0.04528299999999841,
|
17382
|
+
y: -0.020314929500000023
|
17383
|
+
}
|
17384
|
+
],
|
17385
|
+
color: "primary",
|
17386
|
+
fill: true
|
17387
|
+
},
|
17388
|
+
"path2-8": {
|
17389
|
+
type: "path",
|
17390
|
+
points: [
|
17391
|
+
{
|
17392
|
+
x: -0.12100790000000017,
|
17393
|
+
y: 0.22793897050000034
|
17394
|
+
},
|
17395
|
+
{
|
17396
|
+
x: -0.12100790000000017,
|
17397
|
+
y: -0.024047629499998946
|
17398
|
+
}
|
17399
|
+
],
|
17400
|
+
color: "primary",
|
17401
|
+
fill: true
|
17402
|
+
},
|
17403
|
+
"path8704-1": {
|
17404
|
+
type: "path",
|
17405
|
+
points: [
|
17406
|
+
{
|
17407
|
+
x: -0.1256537000000002,
|
17408
|
+
y: -0.02740872949999984
|
17409
|
+
},
|
17410
|
+
{
|
17411
|
+
x: -0.1256537000000002,
|
17412
|
+
y: -0.02740872949999984
|
17413
|
+
},
|
17414
|
+
{
|
17415
|
+
x: -0.1412804452185187,
|
17416
|
+
y: -0.01898187719259248
|
17417
|
+
},
|
17418
|
+
{
|
17419
|
+
x: -0.15533804708148174,
|
17420
|
+
y: -0.01024602570740734
|
17421
|
+
},
|
17422
|
+
{
|
17423
|
+
x: -0.16787916490000027,
|
17424
|
+
y: -0.0012331631999999643
|
17425
|
+
},
|
17426
|
+
{
|
17427
|
+
x: -0.17895645798518547,
|
17428
|
+
y: 0.008024722174074087
|
17429
|
+
},
|
17430
|
+
{
|
17431
|
+
x: -0.18862258564814843,
|
17432
|
+
y: 0.017495642259259248
|
17433
|
+
},
|
17434
|
+
{
|
17435
|
+
x: -0.19693020720000035,
|
17436
|
+
y: 0.027147608899999988
|
17437
|
+
},
|
17438
|
+
{
|
17439
|
+
x: -0.2039319819518522,
|
17440
|
+
y: 0.036948633940740716
|
17441
|
+
},
|
17442
|
+
{
|
17443
|
+
x: -0.20968056921481518,
|
17444
|
+
y: 0.04686672922592592
|
17445
|
+
},
|
17446
|
+
{
|
17447
|
+
x: -0.21422862830000028,
|
17448
|
+
y: 0.056869906599999985
|
17449
|
+
},
|
17450
|
+
{
|
17451
|
+
x: -0.21762881851851887,
|
17452
|
+
y: 0.0669261779074074
|
17453
|
+
},
|
17454
|
+
{
|
17455
|
+
x: -0.2199337991814818,
|
17456
|
+
y: 0.07700355499259258
|
17457
|
+
},
|
17458
|
+
{
|
17459
|
+
x: -0.22119622960000043,
|
17460
|
+
y: 0.08707004970000001
|
17461
|
+
},
|
17462
|
+
{
|
17463
|
+
x: -0.2214687690851855,
|
17464
|
+
y: 0.0970936738740741
|
17465
|
+
},
|
17466
|
+
{
|
17467
|
+
x: -0.2208040769481486,
|
17468
|
+
y: 0.10704243935925932
|
17469
|
+
},
|
17470
|
+
{
|
17471
|
+
x: -0.21925481250000037,
|
17472
|
+
y: 0.11688435800000004
|
17473
|
+
},
|
17474
|
+
{
|
17475
|
+
x: -0.21687363505185228,
|
17476
|
+
y: 0.12658744164074084
|
17477
|
+
},
|
17478
|
+
{
|
17479
|
+
x: -0.21371320391481524,
|
17480
|
+
y: 0.136119702125926
|
17481
|
+
},
|
17482
|
+
{
|
17483
|
+
x: -0.20982617840000045,
|
17484
|
+
y: 0.14544915130000013
|
17485
|
+
},
|
17486
|
+
{
|
17487
|
+
x: -0.20526521781851897,
|
17488
|
+
y: 0.15454380100740753
|
17489
|
+
},
|
17490
|
+
{
|
17491
|
+
x: -0.2000829814814819,
|
17492
|
+
y: 0.1633716630925927
|
17493
|
+
},
|
17494
|
+
{
|
17495
|
+
x: -0.19433212870000044,
|
17496
|
+
y: 0.1719007494000001
|
17497
|
+
},
|
17498
|
+
{
|
17499
|
+
x: -0.18806531878518568,
|
17500
|
+
y: 0.1800990717740742
|
17501
|
+
},
|
17502
|
+
{
|
17503
|
+
x: -0.18133521104814862,
|
17504
|
+
y: 0.18793464205925936
|
17505
|
+
},
|
17506
|
+
{
|
17507
|
+
x: -0.1741944648000005,
|
17508
|
+
y: 0.1953754721000001
|
17509
|
+
},
|
17510
|
+
{
|
17511
|
+
x: -0.16669573935185233,
|
17512
|
+
y: 0.2023895737407408
|
17513
|
+
},
|
17514
|
+
{
|
17515
|
+
x: -0.1588916940148153,
|
17516
|
+
y: 0.20894495882592595
|
17517
|
+
},
|
17518
|
+
{
|
17519
|
+
x: -0.1508349881000005,
|
17520
|
+
y: 0.2150096392
|
17521
|
+
},
|
17522
|
+
{
|
17523
|
+
x: -0.14257828091851904,
|
17524
|
+
y: 0.22055162670740733
|
17525
|
+
},
|
17526
|
+
{
|
17527
|
+
x: -0.134174231781482,
|
17528
|
+
y: 0.22553893319259244
|
17529
|
+
},
|
17530
|
+
{
|
17531
|
+
x: -0.12567550000000052,
|
17532
|
+
y: 0.22993957049999977
|
17533
|
+
},
|
17534
|
+
{
|
17535
|
+
x: -0.1256755000000005,
|
17536
|
+
y: 0.2299395704999998
|
17537
|
+
}
|
17538
|
+
],
|
17539
|
+
color: "primary",
|
17540
|
+
fill: false
|
17541
|
+
},
|
17542
|
+
"path8704-1-7": {
|
17543
|
+
type: "path",
|
17544
|
+
points: [
|
17545
|
+
{
|
17546
|
+
x: 0.12475379999999991,
|
17547
|
+
y: -0.02753552949999949
|
17548
|
+
},
|
17549
|
+
{
|
17550
|
+
x: 0.12475379999999991,
|
17551
|
+
y: -0.02753552949999949
|
17552
|
+
},
|
17553
|
+
{
|
17554
|
+
x: 0.14038054521851845,
|
17555
|
+
y: -0.01910867719259213
|
17556
|
+
},
|
17557
|
+
{
|
17558
|
+
x: 0.15443814708148143,
|
17559
|
+
y: -0.010372825707406991
|
17560
|
+
},
|
17561
|
+
{
|
17562
|
+
x: 0.16697926489999995,
|
17563
|
+
y: -0.0013599631999996126
|
17564
|
+
},
|
17565
|
+
{
|
17566
|
+
x: 0.17805655798518522,
|
17567
|
+
y: 0.007897922174074437
|
17568
|
+
},
|
17569
|
+
{
|
17570
|
+
x: 0.18772268564814815,
|
17571
|
+
y: 0.0173688422592596
|
17572
|
+
},
|
17573
|
+
{
|
17574
|
+
x: 0.19603030720000003,
|
17575
|
+
y: 0.027020808900000335
|
17576
|
+
},
|
17577
|
+
{
|
17578
|
+
x: 0.2030320819518519,
|
17579
|
+
y: 0.036821833940741074
|
17580
|
+
},
|
17581
|
+
{
|
17582
|
+
x: 0.20878066921481492,
|
17583
|
+
y: 0.04673992922592627
|
17584
|
+
},
|
17585
|
+
{
|
17586
|
+
x: 0.2133287283,
|
17587
|
+
y: 0.056743106600000336
|
17588
|
+
},
|
17589
|
+
{
|
17590
|
+
x: 0.21672891851851858,
|
17591
|
+
y: 0.06679937790740775
|
17592
|
+
},
|
17593
|
+
{
|
17594
|
+
x: 0.2190338991814815,
|
17595
|
+
y: 0.07687675499259294
|
17596
|
+
},
|
17597
|
+
{
|
17598
|
+
x: 0.22029632960000012,
|
17599
|
+
y: 0.08694324970000036
|
17600
|
+
},
|
17601
|
+
{
|
17602
|
+
x: 0.2205688690851852,
|
17603
|
+
y: 0.09696687387407443
|
17604
|
+
},
|
17605
|
+
{
|
17606
|
+
x: 0.2199041769481483,
|
17607
|
+
y: 0.10691563935925966
|
17608
|
+
},
|
17609
|
+
{
|
17610
|
+
x: 0.21835491250000008,
|
17611
|
+
y: 0.11675755800000039
|
17612
|
+
},
|
17613
|
+
{
|
17614
|
+
x: 0.215973735051852,
|
17615
|
+
y: 0.12646064164074117
|
17616
|
+
},
|
17617
|
+
{
|
17618
|
+
x: 0.21281330391481496,
|
17619
|
+
y: 0.13599290212592638
|
17620
|
+
},
|
17621
|
+
{
|
17622
|
+
x: 0.20892627840000016,
|
17623
|
+
y: 0.14532235130000049
|
17624
|
+
},
|
17625
|
+
{
|
17626
|
+
x: 0.20436531781851866,
|
17627
|
+
y: 0.15441700100740788
|
17628
|
+
},
|
17629
|
+
{
|
17630
|
+
x: 0.19918308148148162,
|
17631
|
+
y: 0.16324486309259306
|
17632
|
+
},
|
17633
|
+
{
|
17634
|
+
x: 0.19343222870000015,
|
17635
|
+
y: 0.17177394940000046
|
17636
|
+
},
|
17637
|
+
{
|
17638
|
+
x: 0.18716541878518536,
|
17639
|
+
y: 0.17997227177407454
|
17640
|
+
},
|
17641
|
+
{
|
17642
|
+
x: 0.18043531104814833,
|
17643
|
+
y: 0.1878078420592597
|
17644
|
+
},
|
17645
|
+
{
|
17646
|
+
x: 0.1732945648000002,
|
17647
|
+
y: 0.19524867210000044
|
17648
|
+
},
|
17649
|
+
{
|
17650
|
+
x: 0.16579583935185205,
|
17651
|
+
y: 0.20226277374074114
|
17652
|
+
},
|
17653
|
+
{
|
17654
|
+
x: 0.157991794014815,
|
17655
|
+
y: 0.2088181588259263
|
17656
|
+
},
|
17657
|
+
{
|
17658
|
+
x: 0.1499350881000002,
|
17659
|
+
y: 0.21488283920000034
|
17660
|
+
},
|
17661
|
+
{
|
17662
|
+
x: 0.14167838091851875,
|
17663
|
+
y: 0.2204248267074077
|
17664
|
+
},
|
17665
|
+
{
|
17666
|
+
x: 0.1332743317814817,
|
17667
|
+
y: 0.2254121331925928
|
17668
|
+
},
|
17669
|
+
{
|
17670
|
+
x: 0.12477560000000024,
|
17671
|
+
y: 0.22981277050000012
|
17672
|
+
},
|
17673
|
+
{
|
17674
|
+
x: 0.12477560000000021,
|
17675
|
+
y: 0.22981277050000015
|
17676
|
+
}
|
17677
|
+
],
|
17678
|
+
color: "primary",
|
17679
|
+
fill: false
|
17680
|
+
}
|
17681
|
+
},
|
17682
|
+
texts: {
|
17683
|
+
top1: {
|
17684
|
+
type: "text",
|
17685
|
+
text: "{REF}",
|
17686
|
+
x: -0.020635199999998965,
|
17687
|
+
y: 0.28075747049999955
|
17688
|
+
}
|
17689
|
+
},
|
17690
|
+
refblocks: {
|
17691
|
+
bottom1: {
|
17692
|
+
x: -0.0034928000000000736,
|
17693
|
+
y: -0.25259902949999957
|
17694
|
+
},
|
17695
|
+
left1: {
|
17696
|
+
x: -0.4458008,
|
17697
|
+
y: 0.1015872704999996
|
17698
|
+
},
|
17699
|
+
right1: {
|
17700
|
+
x: 0.4458008,
|
17701
|
+
y: 0.10146287049999958
|
17702
|
+
}
|
17703
|
+
},
|
17704
|
+
bounds: {
|
17705
|
+
minX: -0.473959241,
|
17706
|
+
maxX: 0.473959241,
|
17707
|
+
minY: -0.28075747049999955,
|
17708
|
+
maxY: 0.28075747049999955,
|
17709
|
+
width: 0.947918482,
|
17710
|
+
height: 0.5615149409999991,
|
17711
|
+
centerX: 0,
|
17712
|
+
centerY: 0
|
17713
|
+
},
|
17714
|
+
circles: {}
|
17715
|
+
};
|
17716
|
+
|
17717
|
+
// symbols/solderjumper3_bridged23_down.ts
|
17718
|
+
var solderjumper3_bridged23_down_default = modifySymbol(solderjumper3_bridged23_default).rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_left").build();
|
17719
|
+
|
17720
|
+
// symbols/solderjumper3_bridged23_left.ts
|
17721
|
+
var solderjumper3_bridged23_left_default = modifySymbol(solderjumper3_bridged23_default).rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_top").build();
|
17722
|
+
|
17723
|
+
// symbols/solderjumper3_bridged23_right.ts
|
17724
|
+
var solderjumper3_bridged23_right_default = modifySymbol(solderjumper3_bridged23_default).rotateRightFacingSymbol("right").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
17725
|
+
|
17726
|
+
// symbols/solderjumper3_bridged23_up.ts
|
17727
|
+
var solderjumper3_bridged23_up_default = modifySymbol(solderjumper3_bridged23_default).rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_right").build();
|
17728
|
+
|
17729
|
+
// assets/generated/solderjumper3.json
|
17730
|
+
var solderjumper3_default = {
|
17731
|
+
paths: {
|
17732
|
+
path44: {
|
17733
|
+
type: "path",
|
17734
|
+
points: [
|
17735
|
+
{
|
17736
|
+
x: -0.2201434999999996,
|
17737
|
+
y: 0.10070297049999977
|
17738
|
+
},
|
17739
|
+
{
|
17740
|
+
x: -0.4423810999999995,
|
17741
|
+
y: 0.10070297049999977
|
17742
|
+
}
|
17743
|
+
],
|
17744
|
+
color: "primary",
|
17745
|
+
fill: false
|
17746
|
+
},
|
17747
|
+
"path44-0": {
|
17748
|
+
type: "path",
|
17749
|
+
points: [
|
17750
|
+
{
|
17751
|
+
x: 0.4419198000000002,
|
17752
|
+
y: 0.10241767050000061
|
17753
|
+
},
|
17754
|
+
{
|
17755
|
+
x: 0.2202255999999998,
|
17756
|
+
y: 0.10241767050000061
|
17757
|
+
}
|
17758
|
+
],
|
17759
|
+
color: "primary",
|
17760
|
+
fill: false
|
17761
|
+
},
|
17762
|
+
"path44-5": {
|
17763
|
+
type: "path",
|
17764
|
+
points: [
|
17765
|
+
{
|
17766
|
+
x: -0.002608399999999067,
|
17767
|
+
y: -0.026941129499999494
|
17768
|
+
},
|
17769
|
+
{
|
17770
|
+
x: -0.002608399999999067,
|
17771
|
+
y: -0.2491787294999992
|
17772
|
+
}
|
17773
|
+
],
|
17774
|
+
color: "primary",
|
17775
|
+
fill: false
|
17776
|
+
},
|
17777
|
+
path2: {
|
17778
|
+
type: "path",
|
17779
|
+
points: [
|
17780
|
+
{
|
17781
|
+
x: 0.12018260000000036,
|
17782
|
+
y: 0.2278426705000005
|
17783
|
+
},
|
17784
|
+
{
|
17785
|
+
x: 0.12018260000000036,
|
17786
|
+
y: -0.024143929499998995
|
17787
|
+
}
|
17788
|
+
],
|
17789
|
+
color: "primary",
|
17790
|
+
fill: true
|
17791
|
+
},
|
17792
|
+
"path2-88": {
|
17793
|
+
type: "path",
|
17794
|
+
points: [
|
17795
|
+
{
|
17796
|
+
x: 0.04308860000000081,
|
17797
|
+
y: 0.22353577050000006
|
15579
17798
|
},
|
15580
17799
|
{
|
15581
|
-
x:
|
15582
|
-
y: -0.
|
17800
|
+
x: 0.04308860000000081,
|
17801
|
+
y: -0.019988129499999507
|
15583
17802
|
}
|
15584
17803
|
],
|
15585
17804
|
color: "primary",
|
15586
|
-
fill:
|
17805
|
+
fill: true
|
15587
17806
|
},
|
15588
|
-
"
|
17807
|
+
"path2-88-5": {
|
15589
17808
|
type: "path",
|
15590
17809
|
points: [
|
15591
17810
|
{
|
15592
|
-
x: 0.
|
15593
|
-
y:
|
17811
|
+
x: -0.04643790000000014,
|
17812
|
+
y: 0.22381407049999957
|
15594
17813
|
},
|
15595
17814
|
{
|
15596
|
-
x: 0.
|
15597
|
-
y: -0.
|
17815
|
+
x: -0.04643790000000014,
|
17816
|
+
y: -0.01941752950000053
|
15598
17817
|
}
|
15599
17818
|
],
|
15600
17819
|
color: "primary",
|
15601
|
-
fill:
|
17820
|
+
fill: true
|
15602
17821
|
},
|
15603
|
-
path2: {
|
17822
|
+
"path2-88-5-1": {
|
15604
17823
|
type: "path",
|
15605
17824
|
points: [
|
15606
17825
|
{
|
15607
|
-
x: 0.
|
15608
|
-
y: 0.
|
17826
|
+
x: 0.041140400000001076,
|
17827
|
+
y: 0.22426507050000066
|
15609
17828
|
},
|
15610
17829
|
{
|
15611
|
-
x: 0.
|
15612
|
-
y:
|
17830
|
+
x: -0.04564229999999947,
|
17831
|
+
y: 0.22426507050000066
|
17832
|
+
}
|
17833
|
+
],
|
17834
|
+
color: "primary",
|
17835
|
+
fill: true
|
17836
|
+
},
|
17837
|
+
"path2-88-5-1-6": {
|
17838
|
+
type: "path",
|
17839
|
+
points: [
|
17840
|
+
{
|
17841
|
+
x: 0.040946200000001154,
|
17842
|
+
y: -0.020314929500000023
|
17843
|
+
},
|
17844
|
+
{
|
17845
|
+
x: -0.04528299999999841,
|
17846
|
+
y: -0.020314929500000023
|
15613
17847
|
}
|
15614
17848
|
],
|
15615
17849
|
color: "primary",
|
@@ -15619,12 +17853,12 @@ var solderjumper2_default = {
|
|
15619
17853
|
type: "path",
|
15620
17854
|
points: [
|
15621
17855
|
{
|
15622
|
-
x: -0.
|
15623
|
-
y: 0.
|
17856
|
+
x: -0.12100790000000017,
|
17857
|
+
y: 0.22793897050000034
|
15624
17858
|
},
|
15625
17859
|
{
|
15626
|
-
x: -0.
|
15627
|
-
y: -0.
|
17860
|
+
x: -0.12100790000000017,
|
17861
|
+
y: -0.024047629499998946
|
15628
17862
|
}
|
15629
17863
|
],
|
15630
17864
|
color: "primary",
|
@@ -15634,136 +17868,136 @@ var solderjumper2_default = {
|
|
15634
17868
|
type: "path",
|
15635
17869
|
points: [
|
15636
17870
|
{
|
15637
|
-
x: -0.
|
15638
|
-
y: -0.
|
17871
|
+
x: -0.1256537000000002,
|
17872
|
+
y: -0.02740872949999984
|
15639
17873
|
},
|
15640
17874
|
{
|
15641
|
-
x: -0.
|
15642
|
-
y: -0.
|
17875
|
+
x: -0.1256537000000002,
|
17876
|
+
y: -0.02740872949999984
|
15643
17877
|
},
|
15644
17878
|
{
|
15645
|
-
x: -0.
|
15646
|
-
y: -0.
|
17879
|
+
x: -0.1412804452185187,
|
17880
|
+
y: -0.01898187719259248
|
15647
17881
|
},
|
15648
17882
|
{
|
15649
|
-
x: -0.
|
15650
|
-
y: -0.
|
17883
|
+
x: -0.15533804708148174,
|
17884
|
+
y: -0.01024602570740734
|
15651
17885
|
},
|
15652
17886
|
{
|
15653
|
-
x: -0.
|
15654
|
-
y: -0.
|
17887
|
+
x: -0.16787916490000027,
|
17888
|
+
y: -0.0012331631999999643
|
15655
17889
|
},
|
15656
17890
|
{
|
15657
|
-
x: -0.
|
15658
|
-
y:
|
17891
|
+
x: -0.17895645798518547,
|
17892
|
+
y: 0.008024722174074087
|
15659
17893
|
},
|
15660
17894
|
{
|
15661
|
-
x: -0.
|
15662
|
-
y:
|
17895
|
+
x: -0.18862258564814843,
|
17896
|
+
y: 0.017495642259259248
|
15663
17897
|
},
|
15664
17898
|
{
|
15665
|
-
x: -0.
|
15666
|
-
y:
|
17899
|
+
x: -0.19693020720000035,
|
17900
|
+
y: 0.027147608899999988
|
15667
17901
|
},
|
15668
17902
|
{
|
15669
|
-
x: -0.
|
15670
|
-
y:
|
17903
|
+
x: -0.2039319819518522,
|
17904
|
+
y: 0.036948633940740716
|
15671
17905
|
},
|
15672
17906
|
{
|
15673
|
-
x: -0.
|
15674
|
-
y:
|
17907
|
+
x: -0.20968056921481518,
|
17908
|
+
y: 0.04686672922592592
|
15675
17909
|
},
|
15676
17910
|
{
|
15677
|
-
x: -0.
|
15678
|
-
y:
|
17911
|
+
x: -0.21422862830000028,
|
17912
|
+
y: 0.056869906599999985
|
15679
17913
|
},
|
15680
17914
|
{
|
15681
|
-
x: -0.
|
15682
|
-
y:
|
17915
|
+
x: -0.21762881851851887,
|
17916
|
+
y: 0.0669261779074074
|
15683
17917
|
},
|
15684
17918
|
{
|
15685
|
-
x: -0.
|
15686
|
-
y:
|
17919
|
+
x: -0.2199337991814818,
|
17920
|
+
y: 0.07700355499259258
|
15687
17921
|
},
|
15688
17922
|
{
|
15689
|
-
x: -0.
|
15690
|
-
y:
|
17923
|
+
x: -0.22119622960000043,
|
17924
|
+
y: 0.08707004970000001
|
15691
17925
|
},
|
15692
17926
|
{
|
15693
|
-
x: -0.
|
15694
|
-
y:
|
17927
|
+
x: -0.2214687690851855,
|
17928
|
+
y: 0.0970936738740741
|
15695
17929
|
},
|
15696
17930
|
{
|
15697
|
-
x: -0.
|
15698
|
-
y:
|
17931
|
+
x: -0.2208040769481486,
|
17932
|
+
y: 0.10704243935925932
|
15699
17933
|
},
|
15700
17934
|
{
|
15701
|
-
x: -0.
|
15702
|
-
y:
|
17935
|
+
x: -0.21925481250000037,
|
17936
|
+
y: 0.11688435800000004
|
15703
17937
|
},
|
15704
17938
|
{
|
15705
|
-
x: -0.
|
15706
|
-
y:
|
17939
|
+
x: -0.21687363505185228,
|
17940
|
+
y: 0.12658744164074084
|
15707
17941
|
},
|
15708
17942
|
{
|
15709
|
-
x: -0.
|
15710
|
-
y: 0.
|
17943
|
+
x: -0.21371320391481524,
|
17944
|
+
y: 0.136119702125926
|
15711
17945
|
},
|
15712
17946
|
{
|
15713
|
-
x: -0.
|
15714
|
-
y: 0.
|
17947
|
+
x: -0.20982617840000045,
|
17948
|
+
y: 0.14544915130000013
|
15715
17949
|
},
|
15716
17950
|
{
|
15717
|
-
x: -0.
|
15718
|
-
y: 0.
|
17951
|
+
x: -0.20526521781851897,
|
17952
|
+
y: 0.15454380100740753
|
15719
17953
|
},
|
15720
17954
|
{
|
15721
|
-
x: -0.
|
15722
|
-
y: 0.
|
17955
|
+
x: -0.2000829814814819,
|
17956
|
+
y: 0.1633716630925927
|
15723
17957
|
},
|
15724
17958
|
{
|
15725
|
-
x: -0.
|
15726
|
-
y: 0.
|
17959
|
+
x: -0.19433212870000044,
|
17960
|
+
y: 0.1719007494000001
|
15727
17961
|
},
|
15728
17962
|
{
|
15729
|
-
x: -0.
|
15730
|
-
y: 0.
|
17963
|
+
x: -0.18806531878518568,
|
17964
|
+
y: 0.1800990717740742
|
15731
17965
|
},
|
15732
17966
|
{
|
15733
|
-
x: -0.
|
15734
|
-
y: 0.
|
17967
|
+
x: -0.18133521104814862,
|
17968
|
+
y: 0.18793464205925936
|
15735
17969
|
},
|
15736
17970
|
{
|
15737
|
-
x: -0.
|
15738
|
-
y: 0.
|
17971
|
+
x: -0.1741944648000005,
|
17972
|
+
y: 0.1953754721000001
|
15739
17973
|
},
|
15740
17974
|
{
|
15741
|
-
x: -0.
|
15742
|
-
y: 0.
|
17975
|
+
x: -0.16669573935185233,
|
17976
|
+
y: 0.2023895737407408
|
15743
17977
|
},
|
15744
17978
|
{
|
15745
|
-
x: -0.
|
15746
|
-
y: 0.
|
17979
|
+
x: -0.1588916940148153,
|
17980
|
+
y: 0.20894495882592595
|
15747
17981
|
},
|
15748
17982
|
{
|
15749
|
-
x: -0.
|
15750
|
-
y: 0.
|
17983
|
+
x: -0.1508349881000005,
|
17984
|
+
y: 0.2150096392
|
15751
17985
|
},
|
15752
17986
|
{
|
15753
|
-
x: -0.
|
15754
|
-
y: 0.
|
17987
|
+
x: -0.14257828091851904,
|
17988
|
+
y: 0.22055162670740733
|
15755
17989
|
},
|
15756
17990
|
{
|
15757
|
-
x: -0.
|
15758
|
-
y: 0.
|
17991
|
+
x: -0.134174231781482,
|
17992
|
+
y: 0.22553893319259244
|
15759
17993
|
},
|
15760
17994
|
{
|
15761
|
-
x: -0.
|
15762
|
-
y: 0.
|
17995
|
+
x: -0.12567550000000052,
|
17996
|
+
y: 0.22993957049999977
|
15763
17997
|
},
|
15764
17998
|
{
|
15765
|
-
x: -0.
|
15766
|
-
y: 0.
|
17999
|
+
x: -0.1256755000000005,
|
18000
|
+
y: 0.2299395704999998
|
15767
18001
|
}
|
15768
18002
|
],
|
15769
18003
|
color: "primary",
|
@@ -15773,136 +18007,136 @@ var solderjumper2_default = {
|
|
15773
18007
|
type: "path",
|
15774
18008
|
points: [
|
15775
18009
|
{
|
15776
|
-
x: 0.
|
15777
|
-
y: -0.
|
18010
|
+
x: 0.12475379999999991,
|
18011
|
+
y: -0.02753552949999949
|
15778
18012
|
},
|
15779
18013
|
{
|
15780
|
-
x: 0.
|
15781
|
-
y: -0.
|
18014
|
+
x: 0.12475379999999991,
|
18015
|
+
y: -0.02753552949999949
|
15782
18016
|
},
|
15783
18017
|
{
|
15784
|
-
x: 0.
|
15785
|
-
y: -0.
|
18018
|
+
x: 0.14038054521851845,
|
18019
|
+
y: -0.01910867719259213
|
15786
18020
|
},
|
15787
18021
|
{
|
15788
|
-
x: 0.
|
15789
|
-
y: -0.
|
18022
|
+
x: 0.15443814708148143,
|
18023
|
+
y: -0.010372825707406991
|
15790
18024
|
},
|
15791
18025
|
{
|
15792
|
-
x: 0.
|
15793
|
-
y: -0.
|
18026
|
+
x: 0.16697926489999995,
|
18027
|
+
y: -0.0013599631999996126
|
15794
18028
|
},
|
15795
18029
|
{
|
15796
|
-
x: 0.
|
15797
|
-
y:
|
18030
|
+
x: 0.17805655798518522,
|
18031
|
+
y: 0.007897922174074437
|
15798
18032
|
},
|
15799
18033
|
{
|
15800
|
-
x: 0.
|
15801
|
-
y:
|
18034
|
+
x: 0.18772268564814815,
|
18035
|
+
y: 0.0173688422592596
|
15802
18036
|
},
|
15803
18037
|
{
|
15804
|
-
x: 0.
|
15805
|
-
y:
|
18038
|
+
x: 0.19603030720000003,
|
18039
|
+
y: 0.027020808900000335
|
15806
18040
|
},
|
15807
18041
|
{
|
15808
|
-
x: 0.
|
15809
|
-
y:
|
18042
|
+
x: 0.2030320819518519,
|
18043
|
+
y: 0.036821833940741074
|
15810
18044
|
},
|
15811
18045
|
{
|
15812
|
-
x: 0.
|
15813
|
-
y:
|
18046
|
+
x: 0.20878066921481492,
|
18047
|
+
y: 0.04673992922592627
|
15814
18048
|
},
|
15815
18049
|
{
|
15816
|
-
x: 0.
|
15817
|
-
y:
|
18050
|
+
x: 0.2133287283,
|
18051
|
+
y: 0.056743106600000336
|
15818
18052
|
},
|
15819
18053
|
{
|
15820
|
-
x: 0.
|
15821
|
-
y:
|
18054
|
+
x: 0.21672891851851858,
|
18055
|
+
y: 0.06679937790740775
|
15822
18056
|
},
|
15823
18057
|
{
|
15824
|
-
x: 0.
|
15825
|
-
y:
|
18058
|
+
x: 0.2190338991814815,
|
18059
|
+
y: 0.07687675499259294
|
15826
18060
|
},
|
15827
18061
|
{
|
15828
|
-
x: 0.
|
15829
|
-
y:
|
18062
|
+
x: 0.22029632960000012,
|
18063
|
+
y: 0.08694324970000036
|
15830
18064
|
},
|
15831
18065
|
{
|
15832
|
-
x: 0.
|
15833
|
-
y:
|
18066
|
+
x: 0.2205688690851852,
|
18067
|
+
y: 0.09696687387407443
|
15834
18068
|
},
|
15835
18069
|
{
|
15836
|
-
x: 0.
|
15837
|
-
y:
|
18070
|
+
x: 0.2199041769481483,
|
18071
|
+
y: 0.10691563935925966
|
15838
18072
|
},
|
15839
18073
|
{
|
15840
|
-
x: 0.
|
15841
|
-
y:
|
18074
|
+
x: 0.21835491250000008,
|
18075
|
+
y: 0.11675755800000039
|
15842
18076
|
},
|
15843
18077
|
{
|
15844
|
-
x: 0.
|
15845
|
-
y:
|
18078
|
+
x: 0.215973735051852,
|
18079
|
+
y: 0.12646064164074117
|
15846
18080
|
},
|
15847
18081
|
{
|
15848
|
-
x: 0.
|
15849
|
-
y: 0.
|
18082
|
+
x: 0.21281330391481496,
|
18083
|
+
y: 0.13599290212592638
|
15850
18084
|
},
|
15851
18085
|
{
|
15852
|
-
x: 0.
|
15853
|
-
y: 0.
|
18086
|
+
x: 0.20892627840000016,
|
18087
|
+
y: 0.14532235130000049
|
15854
18088
|
},
|
15855
18089
|
{
|
15856
|
-
x: 0.
|
15857
|
-
y: 0.
|
18090
|
+
x: 0.20436531781851866,
|
18091
|
+
y: 0.15441700100740788
|
15858
18092
|
},
|
15859
18093
|
{
|
15860
|
-
x: 0.
|
15861
|
-
y: 0.
|
18094
|
+
x: 0.19918308148148162,
|
18095
|
+
y: 0.16324486309259306
|
15862
18096
|
},
|
15863
18097
|
{
|
15864
|
-
x: 0.
|
15865
|
-
y: 0.
|
18098
|
+
x: 0.19343222870000015,
|
18099
|
+
y: 0.17177394940000046
|
15866
18100
|
},
|
15867
18101
|
{
|
15868
|
-
x: 0.
|
15869
|
-
y: 0.
|
18102
|
+
x: 0.18716541878518536,
|
18103
|
+
y: 0.17997227177407454
|
15870
18104
|
},
|
15871
18105
|
{
|
15872
|
-
x: 0.
|
15873
|
-
y: 0.
|
18106
|
+
x: 0.18043531104814833,
|
18107
|
+
y: 0.1878078420592597
|
15874
18108
|
},
|
15875
18109
|
{
|
15876
|
-
x: 0.
|
15877
|
-
y: 0.
|
18110
|
+
x: 0.1732945648000002,
|
18111
|
+
y: 0.19524867210000044
|
15878
18112
|
},
|
15879
18113
|
{
|
15880
|
-
x: 0.
|
15881
|
-
y: 0.
|
18114
|
+
x: 0.16579583935185205,
|
18115
|
+
y: 0.20226277374074114
|
15882
18116
|
},
|
15883
18117
|
{
|
15884
|
-
x: 0.
|
15885
|
-
y: 0.
|
18118
|
+
x: 0.157991794014815,
|
18119
|
+
y: 0.2088181588259263
|
15886
18120
|
},
|
15887
18121
|
{
|
15888
|
-
x: 0.
|
15889
|
-
y: 0.
|
18122
|
+
x: 0.1499350881000002,
|
18123
|
+
y: 0.21488283920000034
|
15890
18124
|
},
|
15891
18125
|
{
|
15892
|
-
x: 0.
|
15893
|
-
y: 0.
|
18126
|
+
x: 0.14167838091851875,
|
18127
|
+
y: 0.2204248267074077
|
15894
18128
|
},
|
15895
18129
|
{
|
15896
|
-
x: 0.
|
15897
|
-
y: 0.
|
18130
|
+
x: 0.1332743317814817,
|
18131
|
+
y: 0.2254121331925928
|
15898
18132
|
},
|
15899
18133
|
{
|
15900
|
-
x: 0.
|
15901
|
-
y: 0.
|
18134
|
+
x: 0.12477560000000024,
|
18135
|
+
y: 0.22981277050000012
|
15902
18136
|
},
|
15903
18137
|
{
|
15904
|
-
x: 0.
|
15905
|
-
y: 0.
|
18138
|
+
x: 0.12477560000000021,
|
18139
|
+
y: 0.22981277050000015
|
15906
18140
|
}
|
15907
18141
|
],
|
15908
18142
|
color: "primary",
|
@@ -15914,43 +18148,47 @@ var solderjumper2_default = {
|
|
15914
18148
|
type: "text",
|
15915
18149
|
text: "{REF}",
|
15916
18150
|
x: -0.020635199999998965,
|
15917
|
-
y: 0.
|
18151
|
+
y: 0.28075747049999955
|
15918
18152
|
}
|
15919
18153
|
},
|
15920
18154
|
refblocks: {
|
18155
|
+
bottom1: {
|
18156
|
+
x: -0.0034928000000000736,
|
18157
|
+
y: -0.25259902949999957
|
18158
|
+
},
|
15921
18159
|
left1: {
|
15922
18160
|
x: -0.4458008,
|
15923
|
-
y:
|
18161
|
+
y: 0.1015872704999996
|
15924
18162
|
},
|
15925
18163
|
right1: {
|
15926
18164
|
x: 0.4458008,
|
15927
|
-
y:
|
18165
|
+
y: 0.10146287049999958
|
15928
18166
|
}
|
15929
18167
|
},
|
15930
18168
|
bounds: {
|
15931
18169
|
minX: -0.473959241,
|
15932
18170
|
maxX: 0.473959241,
|
15933
|
-
minY: -0.
|
15934
|
-
maxY: 0.
|
18171
|
+
minY: -0.28075747049999955,
|
18172
|
+
maxY: 0.28075747049999955,
|
15935
18173
|
width: 0.947918482,
|
15936
|
-
height: 0.
|
18174
|
+
height: 0.5615149409999991,
|
15937
18175
|
centerX: 0,
|
15938
18176
|
centerY: 0
|
15939
18177
|
},
|
15940
18178
|
circles: {}
|
15941
18179
|
};
|
15942
18180
|
|
15943
|
-
// symbols/
|
15944
|
-
var
|
18181
|
+
// symbols/solderjumper3_down.ts
|
18182
|
+
var solderjumper3_down_default = modifySymbol(solderjumper3_default).rotateRightFacingSymbol("down").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_left").build();
|
15945
18183
|
|
15946
|
-
// symbols/
|
15947
|
-
var
|
18184
|
+
// symbols/solderjumper3_left.ts
|
18185
|
+
var solderjumper3_left_default = modifySymbol(solderjumper3_default).rotateRightFacingSymbol("left").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_top").build();
|
15948
18186
|
|
15949
|
-
// symbols/
|
15950
|
-
var
|
18187
|
+
// symbols/solderjumper3_right.ts
|
18188
|
+
var solderjumper3_right_default = modifySymbol(solderjumper3_default).rotateRightFacingSymbol("right").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
15951
18189
|
|
15952
|
-
// symbols/
|
15953
|
-
var
|
18190
|
+
// symbols/solderjumper3_up.ts
|
18191
|
+
var solderjumper3_up_default = modifySymbol(solderjumper3_default).rotateRightFacingSymbol("up").labelPort("left1", ["1"]).labelPort("bottom1", ["2"]).labelPort("right1", ["3"]).changeTextAnchor("{REF}", "middle_right").build();
|
15954
18192
|
|
15955
18193
|
// assets/generated/spdt_normally_closed_switch.json
|
15956
18194
|
var spdt_normally_closed_switch_default = {
|
@@ -16806,7 +19044,7 @@ var step_recovery_diode_default = {
|
|
16806
19044
|
};
|
16807
19045
|
|
16808
19046
|
// symbols/step_recovery_diode_horz.ts
|
16809
|
-
var { paths:
|
19047
|
+
var { paths: paths46, texts: texts60, bounds: bounds46, refblocks: refblocks46, circles: circles42 } = step_recovery_diode_default;
|
16810
19048
|
var step_recovery_diode_horz_default = modifySymbol(step_recovery_diode_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
16811
19049
|
|
16812
19050
|
// symbols/step_recovery_diode_vert.ts
|
@@ -16899,11 +19137,11 @@ var tachometer_default = {
|
|
16899
19137
|
};
|
16900
19138
|
|
16901
19139
|
// symbols/tachometer_horz.ts
|
16902
|
-
var { paths:
|
19140
|
+
var { paths: paths47, texts: texts61, bounds: bounds47, refblocks: refblocks47, circles: circles43 } = tachometer_default;
|
16903
19141
|
var tachometer_horz_default = defineSymbol({
|
16904
19142
|
primitives: [
|
16905
|
-
...Object.values(
|
16906
|
-
...Object.values(
|
19143
|
+
...Object.values(paths47),
|
19144
|
+
...Object.values(circles43),
|
16907
19145
|
{
|
16908
19146
|
type: "text",
|
16909
19147
|
text: "{REF}",
|
@@ -16918,16 +19156,16 @@ var tachometer_horz_default = defineSymbol({
|
|
16918
19156
|
y: 0.35,
|
16919
19157
|
anchor: "middle_bottom"
|
16920
19158
|
},
|
16921
|
-
{ ...
|
19159
|
+
{ ...texts61.left1, y: 0.01, anchor: "center", fontSize: 0.2 }
|
16922
19160
|
],
|
16923
19161
|
ports: [
|
16924
|
-
{ ...
|
19162
|
+
{ ...refblocks47.left1, labels: ["1"] },
|
16925
19163
|
// TODO add more "standard" labels
|
16926
|
-
{ ...
|
19164
|
+
{ ...refblocks47.right1, labels: ["2"] }
|
16927
19165
|
// TODO add more "standard" labels
|
16928
19166
|
],
|
16929
|
-
size: { width:
|
16930
|
-
center: { x:
|
19167
|
+
size: { width: bounds47.width, height: bounds47.height },
|
19168
|
+
center: { x: bounds47.centerX, y: bounds47.centerY }
|
16931
19169
|
});
|
16932
19170
|
|
16933
19171
|
// symbols/tachometer_vert.ts
|
@@ -17298,16 +19536,16 @@ var triac_default = {
|
|
17298
19536
|
};
|
17299
19537
|
|
17300
19538
|
// symbols/triac_horz.ts
|
17301
|
-
var { paths:
|
19539
|
+
var { paths: paths48, texts: texts62, bounds: bounds48, refblocks: refblocks48, circles: circles44 } = triac_default;
|
17302
19540
|
var triac_horz_default = modifySymbol(triac_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).labelPort("bottom1", ["3"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
17303
19541
|
|
17304
19542
|
// symbols/triac_vert.ts
|
17305
19543
|
var rotatedSymbol21 = rotateSymbol(triac_horz_default);
|
17306
|
-
var
|
19544
|
+
var texts63 = rotatedSymbol21.primitives.filter(
|
17307
19545
|
(primitive) => primitive.type === "text"
|
17308
19546
|
);
|
17309
|
-
var ref50 =
|
17310
|
-
var val45 =
|
19547
|
+
var ref50 = texts63.find((text) => text.text === "{REF}");
|
19548
|
+
var val45 = texts63.find((text) => text.text === "{VAL}");
|
17311
19549
|
ref50.y = 0;
|
17312
19550
|
val45.y = 0;
|
17313
19551
|
var triac_vert_default = rotatedSymbol21;
|
@@ -17474,22 +19712,22 @@ var tunnel_diode_default = {
|
|
17474
19712
|
};
|
17475
19713
|
|
17476
19714
|
// symbols/tunnel_diode_horz.ts
|
17477
|
-
var { paths:
|
19715
|
+
var { paths: paths49, texts: texts64, bounds: bounds49, refblocks: refblocks49, circles: circles45 } = tunnel_diode_default;
|
17478
19716
|
var tunnel_diode_horz_default = defineSymbol({
|
17479
19717
|
primitives: [
|
17480
|
-
...Object.values(
|
17481
|
-
...Object.values(
|
17482
|
-
{ ...
|
17483
|
-
{ ...
|
19718
|
+
...Object.values(paths49),
|
19719
|
+
...Object.values(circles45),
|
19720
|
+
{ ...texts64.top1, anchor: "middle_bottom" },
|
19721
|
+
{ ...texts64.bottom1, anchor: "middle_top" }
|
17484
19722
|
],
|
17485
19723
|
ports: [
|
17486
|
-
{ ...
|
19724
|
+
{ ...refblocks49.left1, labels: ["1"] },
|
17487
19725
|
// TODO add more "standard" labels
|
17488
|
-
{ ...
|
19726
|
+
{ ...refblocks49.right1, labels: ["2"] }
|
17489
19727
|
// TODO add more "standard" labels
|
17490
19728
|
],
|
17491
|
-
size: { width:
|
17492
|
-
center: { x:
|
19729
|
+
size: { width: bounds49.width, height: bounds49.height },
|
19730
|
+
center: { x: bounds49.centerX, y: bounds49.centerY }
|
17493
19731
|
});
|
17494
19732
|
|
17495
19733
|
// symbols/tunnel_diode_vert.ts
|
@@ -17672,34 +19910,34 @@ var unijunction_transistor_default = {
|
|
17672
19910
|
};
|
17673
19911
|
|
17674
19912
|
// symbols/unijunction_transistor_horz.ts
|
17675
|
-
var { paths:
|
19913
|
+
var { paths: paths50, texts: texts65, bounds: bounds50, refblocks: refblocks50, circles: circles46 } = unijunction_transistor_default;
|
17676
19914
|
var unijunction_transistor_horz_default = defineSymbol({
|
17677
19915
|
primitives: [
|
17678
|
-
...Object.values(
|
17679
|
-
...Object.values(
|
17680
|
-
{ ...
|
17681
|
-
{ ...
|
19916
|
+
...Object.values(paths50),
|
19917
|
+
...Object.values(circles46),
|
19918
|
+
{ ...texts65.top1, anchor: "middle_left" },
|
19919
|
+
{ ...texts65.bottom1, anchor: "middle_right" }
|
17682
19920
|
],
|
17683
19921
|
ports: [
|
17684
|
-
{ ...
|
19922
|
+
{ ...refblocks50.top1, labels: ["1"] },
|
17685
19923
|
// TODO add more "standard" labels
|
17686
|
-
{ ...
|
19924
|
+
{ ...refblocks50.bottom1, labels: ["2"] },
|
17687
19925
|
// TODO add more "standard" labels
|
17688
|
-
{ ...
|
19926
|
+
{ ...refblocks50.left1, labels: ["3"] }
|
17689
19927
|
// TODO add more "standard" labels
|
17690
19928
|
],
|
17691
|
-
size: { width:
|
17692
|
-
center: { x:
|
19929
|
+
size: { width: bounds50.width, height: bounds50.height },
|
19930
|
+
center: { x: bounds50.centerX, y: bounds50.centerY }
|
17693
19931
|
});
|
17694
19932
|
|
17695
19933
|
// symbols/unijunction_transistor_vert.ts
|
17696
19934
|
var rotatedSymbol22 = rotateSymbol(unijunction_transistor_horz_default);
|
17697
|
-
var
|
19935
|
+
var texts66 = rotatedSymbol22.primitives.filter(
|
17698
19936
|
(primitive) => primitive.type === "text"
|
17699
19937
|
);
|
17700
|
-
var ref52 =
|
19938
|
+
var ref52 = texts66.find((text) => text.text === "{REF}");
|
17701
19939
|
ref52.y = 0.1;
|
17702
|
-
var val47 =
|
19940
|
+
var val47 = texts66.find((text) => text.text === "{VAL}");
|
17703
19941
|
val47.y = 0.1;
|
17704
19942
|
val47.x = -0.4;
|
17705
19943
|
var unijunction_transistor_vert_default = rotatedSymbol22;
|
@@ -17791,33 +20029,33 @@ var var_meter_default = {
|
|
17791
20029
|
};
|
17792
20030
|
|
17793
20031
|
// symbols/var_meter_horz.ts
|
17794
|
-
var { paths:
|
20032
|
+
var { paths: paths51, texts: texts67, bounds: bounds51, refblocks: refblocks51, circles: circles47 } = var_meter_default;
|
17795
20033
|
var var_meter_horz_default = defineSymbol({
|
17796
20034
|
primitives: [
|
17797
|
-
...Object.values(
|
17798
|
-
...Object.values(
|
20035
|
+
...Object.values(paths51),
|
20036
|
+
...Object.values(circles47),
|
17799
20037
|
{
|
17800
|
-
...
|
20038
|
+
...texts67.top1,
|
17801
20039
|
x: 0,
|
17802
20040
|
y: -0.3594553499999995,
|
17803
20041
|
anchor: "middle_top"
|
17804
20042
|
},
|
17805
20043
|
{
|
17806
|
-
...
|
20044
|
+
...texts67.bottom1,
|
17807
20045
|
x: 0,
|
17808
20046
|
y: 0.35,
|
17809
20047
|
anchor: "middle_bottom"
|
17810
20048
|
},
|
17811
|
-
{ ...
|
20049
|
+
{ ...texts67.left1, x: -0.02, y: 0.01, fontSize: 0.2, anchor: "center" }
|
17812
20050
|
],
|
17813
20051
|
ports: [
|
17814
|
-
{ ...
|
20052
|
+
{ ...refblocks51.left1, labels: ["1"] },
|
17815
20053
|
// TODO add more "standard" labels
|
17816
|
-
{ ...
|
20054
|
+
{ ...refblocks51.right1, labels: ["2"] }
|
17817
20055
|
// TODO add more "standard" labels
|
17818
20056
|
],
|
17819
|
-
size: { width:
|
17820
|
-
center: { x:
|
20057
|
+
size: { width: bounds51.width, height: bounds51.height },
|
20058
|
+
center: { x: bounds51.centerX, y: bounds51.centerY }
|
17821
20059
|
});
|
17822
20060
|
|
17823
20061
|
// symbols/var_meter_vert.ts
|
@@ -17970,22 +20208,22 @@ var varactor_diode_default = {
|
|
17970
20208
|
};
|
17971
20209
|
|
17972
20210
|
// symbols/varactor_diode_horz.ts
|
17973
|
-
var { paths:
|
20211
|
+
var { paths: paths52, texts: texts68, bounds: bounds52, refblocks: refblocks52, circles: circles48 } = varactor_diode_default;
|
17974
20212
|
var varactor_diode_horz_default = defineSymbol({
|
17975
20213
|
primitives: [
|
17976
|
-
...Object.values(
|
17977
|
-
...Object.values(
|
17978
|
-
{ ...
|
17979
|
-
{ ...
|
20214
|
+
...Object.values(paths52),
|
20215
|
+
...Object.values(circles48),
|
20216
|
+
{ ...texts68.top1, anchor: "middle_bottom" },
|
20217
|
+
{ ...texts68.bottom1, anchor: "middle_top" }
|
17980
20218
|
],
|
17981
20219
|
ports: [
|
17982
|
-
{ ...
|
20220
|
+
{ ...refblocks52.left1, labels: ["1"] },
|
17983
20221
|
// TODO add more "standard" labels
|
17984
|
-
{ ...
|
20222
|
+
{ ...refblocks52.right1, labels: ["2"] }
|
17985
20223
|
// TODO add more "standard" labels
|
17986
20224
|
],
|
17987
|
-
size: { width:
|
17988
|
-
center: { x:
|
20225
|
+
size: { width: bounds52.width, height: bounds52.height },
|
20226
|
+
center: { x: bounds52.centerX, y: bounds52.centerY }
|
17989
20227
|
});
|
17990
20228
|
|
17991
20229
|
// symbols/varactor_diode_vert.ts
|
@@ -18133,26 +20371,26 @@ var varistor_default = {
|
|
18133
20371
|
};
|
18134
20372
|
|
18135
20373
|
// symbols/varistor_horz.ts
|
18136
|
-
var { paths:
|
20374
|
+
var { paths: paths53, texts: texts69, bounds: bounds53, refblocks: refblocks53 } = varistor_default;
|
18137
20375
|
var varistor_horz_default = defineSymbol({
|
18138
20376
|
primitives: [
|
18139
|
-
...Object.values(
|
18140
|
-
{ ...
|
18141
|
-
{ ...
|
20377
|
+
...Object.values(paths53),
|
20378
|
+
{ ...texts69.top1, anchor: "middle_left" },
|
20379
|
+
{ ...texts69.bottom1, anchor: "middle_right" }
|
18142
20380
|
],
|
18143
20381
|
ports: [
|
18144
20382
|
{
|
18145
|
-
...
|
20383
|
+
...refblocks53.left1,
|
18146
20384
|
labels: ["1", "-"]
|
18147
20385
|
},
|
18148
20386
|
{
|
18149
|
-
...
|
20387
|
+
...refblocks53.right1,
|
18150
20388
|
labels: ["2", "+"]
|
18151
20389
|
}
|
18152
20390
|
],
|
18153
|
-
size: { width:
|
20391
|
+
size: { width: bounds53.width, height: bounds53.height },
|
18154
20392
|
//{ width: 1, height: 0.24 },
|
18155
|
-
center: { x:
|
20393
|
+
center: { x: bounds53.centerX, y: bounds53.centerY }
|
18156
20394
|
});
|
18157
20395
|
|
18158
20396
|
// symbols/varistor_vert.ts
|
@@ -18245,11 +20483,11 @@ var varmeter_default = {
|
|
18245
20483
|
};
|
18246
20484
|
|
18247
20485
|
// symbols/varmeter_horz.ts
|
18248
|
-
var { paths:
|
20486
|
+
var { paths: paths54, texts: texts70, bounds: bounds54, refblocks: refblocks54, circles: circles49 } = varmeter_default;
|
18249
20487
|
var varmeter_horz_default = defineSymbol({
|
18250
20488
|
primitives: [
|
18251
|
-
...Object.values(
|
18252
|
-
...Object.values(
|
20489
|
+
...Object.values(paths54),
|
20490
|
+
...Object.values(circles49),
|
18253
20491
|
{
|
18254
20492
|
type: "text",
|
18255
20493
|
text: "{REF}",
|
@@ -18264,16 +20502,16 @@ var varmeter_horz_default = defineSymbol({
|
|
18264
20502
|
y: 0.35,
|
18265
20503
|
anchor: "middle_bottom"
|
18266
20504
|
},
|
18267
|
-
{ ...
|
20505
|
+
{ ...texts70.left1, anchor: "center", y: 0.02, fontSize: 0.2 }
|
18268
20506
|
],
|
18269
20507
|
ports: [
|
18270
|
-
{ ...
|
20508
|
+
{ ...refblocks54.left1, labels: ["1"] },
|
18271
20509
|
// TODO add more "standard" labels
|
18272
|
-
{ ...
|
20510
|
+
{ ...refblocks54.right1, labels: ["2"] }
|
18273
20511
|
// TODO add more "standard" labels
|
18274
20512
|
],
|
18275
|
-
size: { width:
|
18276
|
-
center: { x:
|
20513
|
+
size: { width: bounds54.width, height: bounds54.height },
|
20514
|
+
center: { x: bounds54.centerX, y: bounds54.centerY }
|
18277
20515
|
});
|
18278
20516
|
|
18279
20517
|
// symbols/varmeter_vert.ts
|
@@ -18390,7 +20628,7 @@ var volt_meter_default = {
|
|
18390
20628
|
};
|
18391
20629
|
|
18392
20630
|
// symbols/volt_meter_horz.ts
|
18393
|
-
var { paths:
|
20631
|
+
var { paths: paths55, texts: texts71, bounds: bounds55, circles: circles50, refblocks: refblocks55 } = volt_meter_default;
|
18394
20632
|
var volt_meter_horz_default = modifySymbol(volt_meter_default).changeTextAnchor("{VAL}", "middle_top").labelPort("left1", ["1"]).labelPort("right1", ["2"]).changeTextAnchor("{REF}", "middle_bottom").build();
|
18395
20633
|
|
18396
20634
|
// symbols/volt_meter_vert.ts
|
@@ -18483,11 +20721,11 @@ var watt_hour_meter_default = {
|
|
18483
20721
|
};
|
18484
20722
|
|
18485
20723
|
// symbols/watt_hour_meter_horz.ts
|
18486
|
-
var { paths:
|
20724
|
+
var { paths: paths56, texts: texts72, bounds: bounds56, refblocks: refblocks56, circles: circles51 } = watt_hour_meter_default;
|
18487
20725
|
var watt_hour_meter_horz_default = defineSymbol({
|
18488
20726
|
primitives: [
|
18489
|
-
...Object.values(
|
18490
|
-
...Object.values(
|
20727
|
+
...Object.values(paths56),
|
20728
|
+
...Object.values(circles51),
|
18491
20729
|
{
|
18492
20730
|
type: "text",
|
18493
20731
|
text: "{REF}",
|
@@ -18502,16 +20740,16 @@ var watt_hour_meter_horz_default = defineSymbol({
|
|
18502
20740
|
y: 0.35,
|
18503
20741
|
anchor: "middle_bottom"
|
18504
20742
|
},
|
18505
|
-
{ ...
|
20743
|
+
{ ...texts72.left1, anchor: "center", y: 0.01, fontSize: 0.2 }
|
18506
20744
|
],
|
18507
20745
|
ports: [
|
18508
|
-
{ ...
|
20746
|
+
{ ...refblocks56.left1, labels: ["1"] },
|
18509
20747
|
// TODO add more "standard" labels
|
18510
|
-
{ ...
|
20748
|
+
{ ...refblocks56.right1, labels: ["2"] }
|
18511
20749
|
// TODO add more "standard" labels
|
18512
20750
|
],
|
18513
|
-
size: { width:
|
18514
|
-
center: { x:
|
20751
|
+
size: { width: bounds56.width, height: bounds56.height },
|
20752
|
+
center: { x: bounds56.centerX, y: bounds56.centerY }
|
18515
20753
|
});
|
18516
20754
|
|
18517
20755
|
// symbols/watt_hour_meter_vert.ts
|
@@ -18615,11 +20853,11 @@ var wattmeter_default = {
|
|
18615
20853
|
};
|
18616
20854
|
|
18617
20855
|
// symbols/wattmeter_horz.ts
|
18618
|
-
var { paths:
|
20856
|
+
var { paths: paths57, texts: texts73, bounds: bounds57, refblocks: refblocks57, circles: circles52 } = wattmeter_default;
|
18619
20857
|
var wattmeter_horz_default = defineSymbol({
|
18620
20858
|
primitives: [
|
18621
|
-
...Object.values(
|
18622
|
-
...Object.values(
|
20859
|
+
...Object.values(paths57),
|
20860
|
+
...Object.values(circles52),
|
18623
20861
|
{
|
18624
20862
|
type: "text",
|
18625
20863
|
text: "{REF}",
|
@@ -18634,16 +20872,16 @@ var wattmeter_horz_default = defineSymbol({
|
|
18634
20872
|
y: 0.35,
|
18635
20873
|
anchor: "middle_bottom"
|
18636
20874
|
},
|
18637
|
-
{ ...
|
20875
|
+
{ ...texts73.left1, anchor: "center", y: 0.01, fontSize: 0.3 }
|
18638
20876
|
],
|
18639
20877
|
ports: [
|
18640
|
-
{ ...
|
20878
|
+
{ ...refblocks57.left1, labels: ["1"] },
|
18641
20879
|
// TODO add more "standard" labels
|
18642
|
-
{ ...
|
20880
|
+
{ ...refblocks57.right1, labels: ["2"] }
|
18643
20881
|
// TODO add more "standard" labels
|
18644
20882
|
],
|
18645
|
-
size: { width:
|
18646
|
-
center: { x:
|
20883
|
+
size: { width: bounds57.width, height: bounds57.height },
|
20884
|
+
center: { x: bounds57.centerX, y: bounds57.centerY }
|
18647
20885
|
});
|
18648
20886
|
|
18649
20887
|
// symbols/wattmeter_vert.ts
|
@@ -18807,22 +21045,22 @@ var zener_diode_default = {
|
|
18807
21045
|
};
|
18808
21046
|
|
18809
21047
|
// symbols/zener_diode_horz.ts
|
18810
|
-
var { paths:
|
21048
|
+
var { paths: paths58, texts: texts74, bounds: bounds58, refblocks: refblocks58, circles: circles53 } = zener_diode_default;
|
18811
21049
|
var zener_diode_horz_default = defineSymbol({
|
18812
21050
|
primitives: [
|
18813
|
-
...Object.values(
|
18814
|
-
...Object.values(
|
18815
|
-
{ ...
|
18816
|
-
{ ...
|
21051
|
+
...Object.values(paths58),
|
21052
|
+
...Object.values(circles53),
|
21053
|
+
{ ...texts74.top1, anchor: "middle_bottom" },
|
21054
|
+
{ ...texts74.bottom1, anchor: "middle_top" }
|
18817
21055
|
],
|
18818
21056
|
ports: [
|
18819
|
-
{ ...
|
21057
|
+
{ ...refblocks58.left1, labels: ["1"] },
|
18820
21058
|
// TODO add more "standard" labels
|
18821
|
-
{ ...
|
21059
|
+
{ ...refblocks58.right1, labels: ["2"] }
|
18822
21060
|
// TODO add more "standard" labels
|
18823
21061
|
],
|
18824
|
-
size: { width:
|
18825
|
-
center: { x:
|
21062
|
+
size: { width: bounds58.width, height: bounds58.height },
|
21063
|
+
center: { x: bounds58.centerX, y: bounds58.centerY }
|
18826
21064
|
});
|
18827
21065
|
|
18828
21066
|
// symbols/zener_diode_vert.ts
|
@@ -18971,6 +21209,10 @@ var symbols_index_default = {
|
|
18971
21209
|
"push_button_normally_open_momentary_vert": push_button_normally_open_momentary_vert_default,
|
18972
21210
|
"rectifier_diode_horz": rectifier_diode_horz_default,
|
18973
21211
|
"rectifier_diode_vert": rectifier_diode_vert_default,
|
21212
|
+
"resistor_down": resistor_down_default,
|
21213
|
+
"resistor_left": resistor_left_default,
|
21214
|
+
"resistor_right": resistor_right_default,
|
21215
|
+
"resistor_up": resistor_up_default,
|
18974
21216
|
"resonator_horz": resonator_horz_default,
|
18975
21217
|
"resonator_vert": resonator_vert_default,
|
18976
21218
|
"schottky_diode_horz": schottky_diode_horz_default,
|
@@ -18985,6 +21227,22 @@ var symbols_index_default = {
|
|
18985
21227
|
"solderjumper2_left": solderjumper2_left_default,
|
18986
21228
|
"solderjumper2_right": solderjumper2_right_default,
|
18987
21229
|
"solderjumper2_up": solderjumper2_up_default,
|
21230
|
+
"solderjumper3_bridged12_down": solderjumper3_bridged12_down_default,
|
21231
|
+
"solderjumper3_bridged12_left": solderjumper3_bridged12_left_default,
|
21232
|
+
"solderjumper3_bridged12_right": solderjumper3_bridged12_right_default,
|
21233
|
+
"solderjumper3_bridged12_up": solderjumper3_bridged12_up_default,
|
21234
|
+
"solderjumper3_bridged123_down": solderjumper3_bridged123_down_default,
|
21235
|
+
"solderjumper3_bridged123_left": solderjumper3_bridged123_left_default,
|
21236
|
+
"solderjumper3_bridged123_right": solderjumper3_bridged123_right_default,
|
21237
|
+
"solderjumper3_bridged123_up": solderjumper3_bridged123_up_default,
|
21238
|
+
"solderjumper3_bridged23_down": solderjumper3_bridged23_down_default,
|
21239
|
+
"solderjumper3_bridged23_left": solderjumper3_bridged23_left_default,
|
21240
|
+
"solderjumper3_bridged23_right": solderjumper3_bridged23_right_default,
|
21241
|
+
"solderjumper3_bridged23_up": solderjumper3_bridged23_up_default,
|
21242
|
+
"solderjumper3_down": solderjumper3_down_default,
|
21243
|
+
"solderjumper3_left": solderjumper3_left_default,
|
21244
|
+
"solderjumper3_right": solderjumper3_right_default,
|
21245
|
+
"solderjumper3_up": solderjumper3_up_default,
|
18988
21246
|
"spdt_normally_closed_switch_down": spdt_normally_closed_switch_down_default,
|
18989
21247
|
"spdt_normally_closed_switch_left": spdt_normally_closed_switch_left_default,
|
18990
21248
|
"spdt_normally_closed_switch_right": spdt_normally_closed_switch_right_default,
|