Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

txIsFigSet

txIsFigSet(
g_object
)
=> t / nil

Description

Determines whether the specified object is a FigSet object.

Arguments

g_object

ID of the object.

Value Returned

t

The object is a FigSet object.

nil

Returned in case of failure.

Examples

Confirms that object fs0 is a FigSet object.

txIsFigSet(fs0)
> t

Related Topics

FigSet Functions


Return to top
 ⠀
X