pcSetParamSlotsFromMaster
pcSetParamSlotsFromMaster(g_device d_cv) =>t / nil
Description
Sets the class slot values of a specified device to the corresponding Pcell parameter values on a specified Pcell super master or sub master.
Arguments
|
An object of the SKILL++ Pcell class, which is inherited from the class |
|
Value Returned
Examples
pcell = makeInstance( 'CORE )
pcSetParamSlotsFromMaster( pcell pcCellView )
In this example, pcCellView is either a Pcell super master ID or sub master ID.
Related Topics
Return to top