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

pcGetParamSlotValue

pcGetParamSlotValue
g_device
s_propName
) 
=> g_value

Description

Returns the value of the parameter slot, propName, of the specified device.

Arguments

g_device

A SKILL++ Pcell class object that is inherited from class pcParamClass.

s_propName

A Pcell slot name of the given device.

Value Returned

g_value

The value of the parameter slot, propName, of the given device.

Examples

pcell =  makeInstance( 'CORE )
pcGetParamSlotValue( pcell 'cyanW )

Returns the cyanW parameter slot value of the pcell.


Return to top
 ⠀
X