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

vfoIsGuardRing

vfoIsGuardRing( 
t_object
) 
=> t / nil

Description

Returns t if the object to be queried is a valid guard ring instance, else returns nil.

Arguments

t_object

A valid database object to be queried.

Value Returned

t

The object to be queried is a valid guard ring instance.

nil

The object to be queried is not a guard ring instance.

Example

obj=<FGRInstance>
isFGRInst=vfoIsGuardRing(obj)

In this example, isFGRInst will be true if the object (obj) is a valid FGR instance. Else, the function returns nil.


Return to top
 ⠀
X