Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

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

g_device

An object of the SKILL++ Pcell class, which is inherited from the class pcParamClass.

d_cv

A Pcell super master ID or Pcell sub master ID.

Value Returned

t

If the class slot values of the specified device are set.

nil

Unable to set the device’s class slot values.

Examples

pcell =  makeInstance( 'CORE )
pcSetParamSlotsFromMaster( pcell pcCellView )

In this example, pcCellView is either a Pcell super master ID or sub master ID.

Related Topics

pcDefineParamSlot

pcGetDefaultParamsFromClass

pcGetParamSlotType

pcGetParamSlotValue

pcIsParamSlot

pcSetParamSlotsFromMaster

pcSetParamSlotValue


Return to top
 ⠀
X