Electronic – Altium Designer – Database library – Parameter: Component Type

altiumlibrary

I use altium designer v14 and v15 with external component database (*.DbLib).
The external database is realized in SQL. Everything works fine except the manipulation of the component type. This parameter should also be set from database. As conjunction / relationship from database to altium, I take the name "Component Type". I think it's the wrong name / designation. Does anyone have a solution for this problem?

Properties for schematic componen
Database library

Best Answer

ComponentType = 'Standard' or 'Standard (No BOM)' works perfectly fine in SCH Filter to highlight those components my end and as such should be the right thing to set/get for your purpose.

Are you encoding/typing/what-evering the string value correctly? Altium is very persnickety with string types. (For one example in SCH Filter "Standard" would give an error, but 'Standard' works fine)

See also: Altium TechDocs on ComponentType

Related Topic