element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Altium CircuitStudio
  • Products
  • Manufacturers
  • Altium CircuitStudio
  • More
  • Cancel
Altium CircuitStudio
Altium CircuitStudio Forum How can I add components to library?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Altium CircuitStudio to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Locked Locked
  • Replies 5 replies
  • Answers 1 answer
  • Subscribers 89 subscribers
  • Views 3675 views
  • Users 0 members are here
Related
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I add components to library?

bartek21
bartek21 over 3 years ago

Hello,

I am new to CircuitStudio and I am really struggling with the library.

I have the following two questions:

How can I view all the components in a .schlib? For example, how do I view all the parts in this BJTs.SchLib?

image

The reason I ask this is because in youtube tutorial they had this option come up in V1.4. But this does not come up in V1.5.

image

Another question I have is: how do I add another component to this library?

I have been struggling all day with this and cannot figure it out so I appreciate any help!

  • Cancel

Top Replies

  • Former Member
    Former Member over 3 years ago +2 verified
    Hi, yes, Altium didn't put a lot of effort into those videos. The Library button on the View tab toggles SCH Library panel. As for adding a component start here and see how you go. documentation…
  • tarribred61
    tarribred61 over 3 years ago +2 verified
    Good Day. Sorry to hear you are struggling on the learning curve. I hope alijaki answered how to view the parts in the library. To add a part, one method is to use an existing part, make a copy, rename…
  • tarribred61
    tarribred61 over 3 years ago in reply to tarribred61 +1
    Also, to keep it simple for now, you can avoid using integrated libraries if you don't need them. Just use the SCHLIB and PCBLIB (non-integrated) versions. Later, you can learn about integrated libraries…
  • Former Member
    +1 Former Member over 3 years ago

    Hi,

    yes, Altium didn't put a lot of effort into those videos. The Library button on the View tab toggles SCH Library panel.

    image

    As for adding a component start here and see how you go.

    documentation.circuitstudio.com/.../Component Management in CircuitStudio.

    • Cancel
    • Vote Up +2 Vote Down
    • Cancel
  • tarribred61
    +1 tarribred61 over 3 years ago

    Good Day.  Sorry to hear you are struggling on the learning curve.  I hope alijaki answered how to view the parts in the library.  To add a part, one method is to use an existing part, make a copy, rename it, modify it.  For example you might do this to make a different capacitor from an existing one.  To do this is not intuitive in my opinion.  You need to select the part in the SCH Library navigation window with a left mouse click.

    image

    Once highlighted, right mouse click to get a popup menu.  From there you can copy and paste into the SCH Library window.  It will make a duplicate with the same name plus a _1 after the name.  You can also delete parts from here. And you can paste into another library or copy and paste into your schematic.

    Then you need to rename it to something you want.  They also don't make this intuitive and you won't find a rename command. To rename, double click on the part to open its properties.  Then you will find its name  but it is called the Symbol Reference (under Library Link).  You may need to expand the window size to see this or you can use the scroll bar for the Properties window section.  You can select this text box and change the name.  When you close this window with the OK button, you should see the component name change.

    image

    Then you can modify its properties, change its graphics and such.

    To make an entirely new part you would use the Add button in the SCH Library panel.

    image

    You can find and use Altium Designer schematic and PCB library parts.  I often find these on sites like Digikey.  Then I copy from their library into my own and add in the properties and parameters that I want.

    Cheers.

    • Cancel
    • Vote Up +2 Vote Down
    • Cancel
  • tarribred61
    0 tarribred61 over 3 years ago in reply to tarribred61

    Also, to keep it simple for now, you can avoid using integrated libraries if you don't need them.  Just use the SCHLIB and PCBLIB (non-integrated) versions.  Later, you can learn about integrated libraries and how best to use them.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • bartek21
    0 bartek21 over 3 years ago in reply to Former Member

    Ohhhh my gosh - thank you so much for pointing this out! This is exactly what I have been after. I would have never guessed it was there as it only appears when you double click on a .SchLib. You have saved me hours and hours of going insane!

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
  • bartek21
    0 bartek21 over 3 years ago in reply to tarribred61

    Thank you so much for the information - I really appreciate it! These are excellent tips and I will be sure to use it. It is also very helpful that you included screenshots as a picture is just worth a thousands words!

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube