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

Conversation

ubruhin
Copy link
Contributor

@ubruhin ubruhin commented Apr 25, 2024

SUMMARY
  • Add attributes VOLTAGE_RATING (unipolar + bipolar) and DIELECTRIC (bipolar only).
  • Also add these attributes to the component's default value to make them appear in schematics

Closes #137

DATASHEETS / REFERENCES

None

OPEN QUESTIONS / UNRESOLVED ISSUES

The schematic editor does not handle the new default value very well when adding new capacitors to the schematic, thus we should not merge this yet...

CHECKLIST
  • I have read and followed the library conventions¹.
  • For packages, I followed IPC7351C (see details in library conventions).
  • For modified elements, I bumped their version number².
  • I already used the new library elements in a design and verified their correctness (optional).
  • I'm the copyright owner of the added content (i.e. the changes are made by myself, not copied/imported from somewhere else).
  • I agree to publish all my changes under the CC0 Public Domain License³, allowing everyone to use and modify the content without any restrictions.

¹ Library Conventions: https://docs.librepcb.org/#libraryconventions
² Minor version bump if only metadata was modified (e.g. "0.1" -> "0.1.1"), major version bump if functional changes were made (e.g. "0.1" -> "0.2")
³ CC0 Public Domain License: https://en.wikipedia.org/wiki/CC0

- Add attributes VOLTAGE_RATING (unipolar + bipolar) and DIELECTRIC
  (bipolar only).
- Also add these attributes to the component's default value to make
  them appear in schematics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add voltage rating value in the symbol of capacitor
1 participant