Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more attributes to capacitor components #138

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cmp/c54375c5-7149-4ded-95c5-7462f7301ee7/component.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
(description "")
(keywords "capacitor,capacitance,unipolar")
(author "U. Bruhin")
(version "0.2")
(version "0.3")
(created 2015-03-01T20:23:21Z)
(deprecated false)
(generated_by "")
(category c011cc6b-b762-498e-8494-d1994f3043cf)
(schematic_only false)
(default_value "{{CAPACITANCE}}")
(default_value "{{CAPACITANCE}}\n{{VOLTAGE_RATING}}")
(prefix "C")
(attribute "CAPACITANCE" (type capacitance) (unit microfarad) (value ""))
(attribute "VOLTAGE_RATING" (type voltage) (unit volt) (value ""))
(signal af3ffca8-0085-4edb-a775-fcb759f63411 (name "-") (role passive)
(required true) (negated false) (clock false) (forced_net "")
)
Expand Down
6 changes: 4 additions & 2 deletions cmp/d167e0e3-6a92-4b76-b013-77b9c230e5f1/component.lp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
(description "")
(keywords "capacitor,capacitance,bipolar")
(author "U. Bruhin")
(version "0.2")
(version "0.3")
(created 2015-03-01T20:00:00Z)
(deprecated false)
(generated_by "")
(category c011cc6b-b762-498e-8494-d1994f3043cf)
(schematic_only false)
(default_value "{{CAPACITANCE}}")
(default_value "{{CAPACITANCE}}\n{{VOLTAGE_RATING}}\n{{DIELECTRIC}}")
(prefix "C")
(attribute "CAPACITANCE" (type capacitance) (unit nanofarad) (value ""))
(attribute "VOLTAGE_RATING" (type voltage) (unit volt) (value ""))
(attribute "DIELECTRIC" (type string) (unit none) (value ""))
(signal 1c1c7abc-7b40-4f92-b533-f65604644db7 (name "1") (role passive)
(required true) (negated false) (clock false) (forced_net "")
)
Expand Down