Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leEnableInstPropEditFields

leEnableInstPropEditFields( 
t_libName
[ ?libField g_libField ]
[ ?cellField g_cellField ]
=> t / nil

Description

Enables or disables the Library or Cell fields for an instance in the Property Editor form.

Arguments

t_libName

Specifies the name of the library for which the Library or Cell fields are to be enabled or disabled.
Valid Values: any valid library name

?libField g_libField

An optional boolean value specifying whether the Library field is enabled or not. The default is t.

?cellField g_cellField

An optional boolean value specifying whether the Cell field is enabled or not. The default is t.

Value Returned

t

The command executed successfully.

nil

The command did not execute successfully.

Example

To enable the Library and Cell fields for "testlib1" library for an instance in the Property Editor form, specify:

leEnableInstPropEditFields("testlib1" ?libField t ?cellField t)

To disable the Library and Cell fields for "testlib1" library for an instance in the Property Editor for,. specify:

leEnableInstPropEditFields("testlib1" ?libField nil ?cellField nil)

Return to top
 ⠀
X