schGetPinOrder
schGetPinOrder(d_cvId) =>l_pinList
Description
Returns the pin list, as defined in the portOrder property (if present) or as the default pin list.
Arguments
Return Value
|
The pin list of the cellview, as defined in the portOrder property (if present) or as the default pin list. |
Examples
Gets the pin order list for cv.
cv = geGetEditCellView( )
pinList = schGetPinOrder(cv)
Return to top