From ee2b510b37d2832a67bb13cf27cbe520adff6b71 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 29 May 2019 18:58:14 +0200 Subject: kicad.dl: Classifying net-ties and test points as such. pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts. --- src/ee/xml/uris.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ee/xml') diff --git a/src/ee/xml/uris.py b/src/ee/xml/uris.py index 355df83..d2e3f5b 100644 --- a/src/ee/xml/uris.py +++ b/src/ee/xml/uris.py @@ -9,6 +9,9 @@ INDUCTOR = "http://purl.org/ee/part-type#inductor" CRYSTAL = "http://purl.org/ee/part-type#inductor" TRANSISTOR = "http://purl.org/ee/part-type#transistor" +NET_TIE = "http://purl.org/ee/part-type#net-tie" +TEST_POINT = "http://purl.org/ee/part-type#test-point" + _DIGIKEY_FACT_KEY_PREFIX = "http://purl.org/ee/digikey-fact-key#" -- cgit v1.2.3