pcIsParamSlot
pcIsParamSlot(g_device s_propName) =>t / nil
Description
Checks whether the specified propName is a parameter slot of the specified device.
Arguments
|
A SKILL++ Pcell class object that is inherited from the class |
|
Value Returned
|
If the specified |
|
|
If the specified |
Examples
pcell = makeInstance( 'CORE )
pcIsParamSlot( pcell 'cyanW )
=> t
Returns t because cyanW is defined as a parameter slot in CORE class.
Return to top