Having problem assigning Schematic_Part to a database entry. What should be the content of column to assign with Schematic_part?
Announcement
Collapse
No announcement yet.
Database Part
Collapse
X
-
Have a look at the attached link- https://techdocs.altium.com/display/...erence+Designs
Download the examples, in there should be an example database library.
have a look at it, be aware that "Part Number" is a key field.
Following fields are a must-have in order for the library to fully function:
Library Ref
Library Path
Footprint Ref
Footprint Path
make sure your database library follows those guidelines;
if you still have problems feel free to ask
-
yes, while placing a part in orcad capture, after right clicking, there is an option of 'place database part'.
I have connected my database through odbc driver, the database is being read by orcad capture.
while setting 'schematic_part' parameter, you have to select a column to let the orcad capture know which symbol to use.
I cant figure out what should be the contents of the respective column
Comment
-
Originally posted by Anatoliy View PostHave a look at the attached link- https://techdocs.altium.com/display/...erence+Designs
Download the examples, in there should be an example database library.
have a look at it, be aware that "Part Number" is a key field.
Following fields are a must-have in order for the library to fully function:
Library Ref
Library Path
Footprint Ref
Footprint Path
make sure your database library follows those guidelines;
if you still have problems feel free to ask. But still thank you
Comment
-
Just like altium you have to select a column to let cis know the location of library.
But in Altium you have to provide library location in one column i.e. footprint path and footprint name in footprint ref
in cis, e.g. to assign symbol, you have to give location of the library and after forward slash, the name of symbol. I could assign the symbol e.g.
C:\Cadence\SPB_17.2\tools\capture\library\Discrete .olb\RESISTOR
but i cant figure out how to assign footprint to database.
- Likes 1
Comment
Comment