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

pcGetParamSlotType

pcGetParamSlotType(
g_device
s_propName
)
=> t_paramType

Description

Checks the type contained in the parameter slot propName of the given device. Parameter type is a string whose value is int, float, string, or iLList.

Arguments

g_device

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

s_propName

A parameter slot name of the given device.

Value Returned

t_paramType

The type contained in the parameter slot propName of the given device.

Examples

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

Returns the type of cyanW as float.


Return to top
 ⠀
X