pcSetParamSlotValue
pcSetParamSlotValueg_device s_propName g_value) =>g_value
Description
Sets the value of the specified parameter slot, propName, of the given device.
Arguments
|
A SKILL++ Pcell class object that is inherited from class |
|
Value Returned
|
The value of the parameter slot, |
Examples
pcell = makeInstance( 'CORE )
pcSetParamSlotValue( pcell 'cyanW 2.0 )
Sets the cyanW parameter slot value of the Pcell to 2.0.
Return to top