cphSaveAsConfig
cphSaveAsConfig(
g_physConfigID
t_cfgLib
t_cfgCell
t_cfgView
)
=> t / nil
Description
Saves the physical configuration view associated with an ID under the library, cell, and view names you specify.
Arguments
|
Name of the library in which the physical configuration cellview is to be saved. |
|
|
Name of the cell in which the physical configuration cellview is to be saved. |
|
Value Returned
Example
cphSaveAsConfig(physConfigID "cph" "TopCell" "physConfig")
Return to top