Integrated Library Processes
The following content has been imported from Legacy Help systems and is in the process of being checked for accuracy.
This section covers the Integrated Library processes and their parameters (if any).
AddRemoveLibraries
Description
The AddRemoveLibraries process invokes the Available Libraries dialog allowing you to move up or down the order of installed libraries and add or remove installed libraries.
Parameters
N/A
CreateLibraryFromProject
Description
The CreateLibraryFromProject creates an integrated library of Schematic and PCB components from the current design project in Altium Designer.
EditParameterColumns
Description
FindComponent
Description
The FindComponent process invokes the Search Libraries dialog and you can define the search criteria to narrow the search for specific components in libraries.
Parameters
N/A
GenerateComponentReport
Description
Generates a report of components for the current library.
Parameters
N/A
PlaceCurrent
Component
Description
The PlaceCurrentComponent process places a currently selected component onto a document.
Parameters
N/A
See also
PlaceLibraryComponent process
PlaceLibraryComponent
Description
The PlaceLibraryComponent places a schematic, PCB or Integrated Library component from a specified library onto a current document (SCH or PCB documents).
Parameters
Parameter | Value | Description |
---|---|---|
LibReference | String | Specifies the LibReference of the Symbol. |
Library | String | Specifies the path of the library. Can be just the filename, relative path to the filename or a full absolute path of the library. |
ModelType | String | Specifies the model type. If modeltype = Sim, then ModelParameterNameX and ModelParameterValueX (where X = 1..N) values have to be specified. |
ModelParameterName0 | String | Specifies the parameter name for the designated model. |
ModelParameterValue0 | String | Specifies the parameter value for the designated model. |
Orientation | 0..3 | Specifies the orientation of the library component. 0 = 0 degrees, 1 = 90 degrees, 2 = 180 degrees and 3 = 270 degrees. |
Example 1
Process: IntegratedLibrary: PlaceLibraryComponent Parameters : LibReference=SN74F04D \|Library=Texas Instruments\TI Logic Gate 2.IntLib\|Orientation=0
Example 2
Process: IntegratedLibrary: PlaceLibraryComponent Parameters : LibReference=CAP POL1 \|Library=Miscellaneous Devices.IntLib \|ModelType=SIM\| ModelParameterName0=Value\|ModelParameterValue0=10uF \| Orientation=1
RefreshInstalledLibraries
Description
The RefreshInstalledLibraries process refreshes a current installed library or all installed libraries in Altium Designer to bring them up to date.
Parameters
Parameter | Value | Description |
---|---|---|
AllLibraries | True, | If true, all installed libraries are refreshed, otherwise the current installed library is refreshed. |
Example
Process: IntegratedLibrary:RefreshInstalledLibraries Parameters : AllLibraries=True