cphFindOpenConfig
cphFindOpenConfig(t_cfgLib t_cfgCell t_cfgView) =>g_physConfigID/ nil
Description
Returns the ID associated with the specified physical configuration view, if it exists and is already open.
Arguments
|
Name of the library containing the physical configuration cellview. |
|
|
Name of the cell containing the physical configuration cellview. |
|
Value Returned
Example
cphFindOpenConfig("cph" "TopCell" "physconfig")
Return to top