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