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

pcSetParamSlotValue

pcSetParamSlotValue
g_device
s_propName
g_value
) 
=> g_value

Description

Sets the value of the specified parameter slot, propName, of the given 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.

g_value

The value of a parameter slot.

Value Returned

g_value

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

Examples

pcell =  makeInstance( 'CORE )
pcSetParamSlotValue( pcell 'cyanW 2.0 )

Sets the cyanW parameter slot value of the Pcell to 2.0.


Return to top
 ⠀
X