Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiLayoutUTp

hiLayoutUTp( 
g_layout 
) 
=> t / nil

Description

Verifies that an argument is an instantiated hiLayout object.

Argument

g_layout

An instantiated hiLayout

Value Returned

t

If the object is an instantiated hiLayout object.

nil

If the object is not an instantiated hiLayout object.

Examples

The object, objName, is an instantiated hiLayout object.

hiLayoutUTp("objName")
=> t

Related Topics

Form and Field Functions


Return to top
 ⠀
X