schCreateSplitPrimarySymbol
schCreateSplitPrimarySymbol(
d_cellId
)
=> t / nil
Description
Searches for split symbol views within the given cell and creates a split-primary symbol by assembling all the terminals from the gathered views. The generated split-primary cellview has the view name as symbol. This function removes an existing split-primary cellview, if any, and replaces it with a new one.
Arguments
|
Specifies the ID of the cell for which the split-primary symbol is to be generated. |
Value Returned
Examples
The following example creates a split-primary symbol, bga, and saves it in a library, lib.
bga = ddGetObj("lib" "bga")
schCreateSplitPrimarySymbol(bga)
Return to top