-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgitplm.yml
More file actions
63 lines (52 loc) · 1.59 KB
/
Copy pathgitplm.yml
File metadata and controls
63 lines (52 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# GitPLM configuration for the parts database.
#
# http.fields controls what KiCad receives for each part when `gitplm http`
# serves this database as a KiCad HTTP library. Every CSV column is served to
# KiCad hidden, so a category only states its exceptions:
#
# value the column that populates KiCad's built-in Value field
# visible the columns KiCad displays on the schematic
# rename columns served under a different KiCad field name
#
# `default` applies to every category, and a category's own settings are applied
# on top of it. These mirror the field definitions in database/#gplm.kicad_dbl.
pmDir: database
http:
port: 7654
token: ""
fields:
default:
value: MPN
visible: [MPN]
rename:
Sim_Library: Sim.Library
Sim_Name: Sim.Name
Sim_Device: Sim.Device
Sim_Pins: Sim.Pins
ART:
visible: []
CAP:
value: Capacitance
# Status carries a 'Replaced by <IPN>' note on a retired part. It is
# visible so the note reaches a designer in the symbol chooser, at the
# moment they would otherwise pick the retired part.
visible: [Capacitance, Voltage, Material, Tolerance, Status]
CON:
value: Pins
visible: [MPN]
DIO:
visible: [Current, Voltage]
IND:
value: Inductance
visible: [Inductance, Current]
OPT:
value: Color
visible: [MPN, Color, I-forward-max]
OSC:
value: Frequency
visible: [MPN, Frequency]
REG:
visible: [MPN, Voltage, Current]
RES:
value: Resistance
visible: [Resistance, Power, Tolerance]