clePartitionGetLayers
clePartitionGetLayers(d_cellViewID t_name) =>l_layers/ nil
Description
Retrieves the list of layers included in the specified Concurrent Layout design partition.
Arguments
|
Database ID of the cellview in which the design partition you want to check is defined. |
|
|
Name of the design partition from which you want to retrieve the layer range. |
Value Returned
|
List of layer numbers included in the specific design partition. Layer numbers are defined in the technology database attached to the cellview. |
|
Examples
Indicates that layer numbers 30, 32, 34, 36, and 38 are included in design partition cle_p1.
layers = clePartitionGetLayers(cvId "cle_p1")
=> (30 32 34 36 38)
Return to top