Skip to content

Commit

Permalink
Crystal-2P template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eeintech committed Feb 16, 2023
1 parent c67382a commit 6d699b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 8 additions & 11 deletions kintree/kicad/templates/crystal-2p.kicad_sym
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,31 @@
(property "Value" "IPN" (id 1) (at 0 -15.24 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "Footprint" (id 2) (at 0 -22.86 0)
(property "Footprint" "Footprint" (id 2) (at 0 -20.32 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "inventree_url" (id 3) (at 0 -25.4 0)
(property "Datasheet" "inventree_url" (id 3) (at 0 -22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer" "Manufacturer" (id 4) (at 0 -17.78 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manufacturer Part Number" "MPN" (id 5) (at 0 -20.32 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Part Number" "MPN" (id 6) (at 0 -7.62 0)
(property "Manufacturer Part Number" "MPN" (id 5) (at 0 -7.62 0)
(effects (font (size 1.27 1.27)))
)
(property "Frequency" "Value" (id 7) (at 0 -5.08 0)
(property "Frequency" "Value" (id 6) (at 0 -5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Load Capacitance (Farad)" "Load Capacitance" (id 8) (at 0 -10.16 0)
(property "Load Capacitance (Farad)" "Load Capacitance" (id 7) (at 0 -10.16 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Package Size" "Package Size" (id 9) (at 0 -12.7 0)
(property "Package Size" "Package Size" (id 8) (at 0 -12.7 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "keywords" (id 10) (at 0 0 0)
(property "ki_keywords" "keywords" (id 9) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "description" (id 11) (at 0 0 0)
(property "ki_description" "description" (id 10) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "IPN_1_1"
Expand Down
2 changes: 1 addition & 1 deletion kintree/search/element14_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_api(store_url=None) -> bool:
'part_number': '2N7002-7-F',
'expected': {
'displayName': 'Power MOSFET, N Channel, 60 V, 115 mA, 13.5 ohm, SOT-23, Surface Mount',
'brandName': 'MULTICOMP PRO',
'brandName': 'DIODES INC.',
'translatedManufacturerPartNumber': '2N7002-7-F',
}
},
Expand Down

0 comments on commit 6d699b5

Please sign in to comment.