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

lceSetOption

lceSetOption(
name
value
[ cvID ]

)
=> t / nil

Description

Sets the specified Connectivity Extractor option for the current or given cellview.

Arguments

name

Name of the Connectivity Extractor environment variable for which the value needs to be set.

value

The value that needs to be set for the specified Connectivity Extractor option.

cvID

ID of the layout cellview.

  • If specified, the given design must be in Layout XL or a higher tier.
  • If nil, take the current edited design in Layout XL or a higher tier.

Value Returned

t

The specified Connectivity Extractor option was set.

nil

The option was not set.

Example

lceSetOption("extractStopLevel" 1)

Sets the value of the extractStopLevel environment variable for the current edited design to 1.

lceSetOption("extractVerifyOpenViolations" nil cv)

Sets the value of the extractVerifyOpenViolations environment variable for the specfied cellview to nil.


Return to top
 ⠀
X