cleIsAreaBasedPartition
cleIsAreaBasedPartition(
d_cellViewID
t_name
)
=> t / nil
Description
Checks whether the specified design partition is defined by area boundaries.
Arguments
Value Returned
|
The specified design partition is an area-based design partition. |
|
|
The specified design partition is not an area-based design partition. |
Examples
Confirms that design partition cle_p1 in the cellview cv is an area-based design partition.
cleIsAreaBasedPartition(cv "cle_p1")
=> t
Return to top