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

lceGetOption

lceGetOption(
name
[ cvID ]
)
=> t / nil

Description

Returns the value of 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 returned.

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

Value of the specified Connectivity Extractor option.

Example

lceGetOption("extractVerifyOpenViolations" cv)

Returns the value of the extractVerifyOpenViolations environment variable for the specified cellview.

lceGetOption("extractStopLevel")

Returns the value of the extractStopLevel environment variable for the current edited design in Layout XL or a higher tier.


Return to top
 ⠀
X