gpeCreateTrunkChain
gpeCreateTrunkChain( ?trunksl_trunks?anchorIndexn_anchorIndex[?trunkDirection{horizontal|vertical} ] [?offsetDirection{positive|negative} ] [?anchorPointt_anchorPoint] [ ?anchorReferencet_anchorReference] [ ?centerInChannel { t | nil } ] [ ?templatel_template][?verbose{t|nil} ] ) =>g_trunkChainObject/ nil
Description
Creates trunk chain entries based on the specified identifiers from the sandbox. It is recommended to use only one of the optional arguments. If none of the optional arguments is provided, all trunk chains available in the Modgen are listed. If multiple optional arguments are provided, the return value is the intersection of all the sets.
Arguments
|
Lists the trunk entries for which trunk chains must be created. |
|
|
Specifies the row or column number for placing the anchor index. |
|
Value Returned
|
Returns the list of Modgen sandbox trunk chains that were created. Each trunk chain is represented as a disembodied property list with anchor properties and list of trunk DPLs. |
|
Example
Creates a trunk chain based on the specified arguments.
gpeCreateTrunkChain(?trunks trunks ?anchorIndex 0 ?trunkDirection "horizontal" ?offsetDirection "positive" ?anchorPoint "topRight" ?anchorReference "Metal1")
Return to top