cphSetLibList
cphSetLibList(
g_physConfigID
t_physLibList
)
=> t / nil
Description
Sets the physical library list for the physical configuration view associated with the specified ID. This list specifies the names of the libraries searched to find the corresponding physical cell for a given logical cell.
Arguments
|
List of physical library names. Separate each name with a space and enclose the list in quotation marks. |
Value Returned
Example
cphSetLibList(physConfigID "phy1 cph")
Return to top