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

hiGetFieldScope

hiGetFieldScope(
g_field
)
=> g_returnField

Description

Returns the scope containing the given field. The return value can be a scroll region, a tab page, a tab field, form, or nil.

Argument

g_field

Specifies the field for which you want to retrieve the scope

Values Returned

g_returnField

Returns the scope of the given field, which could be a scroll region, a tab page, a tab field, form, or nil

Example

hiGetFieldScope( field )

Return to top
 ⠀
X