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

hiGetCursorName

hiGetCursorName(
x_cursorID
)
=> t_cursorName

Description

Returns the name of the cursor associated with the specified cursor ID.

Arguments

x_cursorID

An integer specifying the ID associated with the given cursor name.

For example, "hicArrow"or "hicIbeam".

Value Returned

t_cursorName

Name of a cursor.

For example, "arrow" or "ibeam". The value "unknown" indicates that the x_cursorID is invalid.

Examples

Returns the name of the cursor ibeam associated with hiclbeam.

hiGetCursorName( hicIbeam )
=> "ibeam"

Returns the name of the cursor arrow associated with hicArrow.

hiGetCursorName( hicArrow )
=> "arrow"

Returns the name of the cursor unknown associated with -1.

hiGetCursorName( -1 )
=> "unknown"

Related Topics

Window Functions


Return to top
 ⠀
X