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

vfoSupportsVersionCache

vfoSupportsVersionCache(
g_obj
) 
=> t / nil

Description

Checks whether the Version Cache Management feature is supported on the specified instance.

Arguments

g_obj

An instance of the vfoSfPCellClass SKILL++ class or any of its subclasses.

Value Returned

t

The Version Cache Management feature is supported.

nil

The Version Cache Management feature is not supported.

Example

obj=makeInstance('vfoGuardRing)
vfoSupportsVersionCache(obj)

Return to top
 ⠀
X