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

leCreateNetField

leCreateNetField 
name
?value t_value
?callback t_callback
x_maxVisibleItems
) 
=> netfield

Description

Creates cyclic field for showing net names of the current cellview. The combo box created allows you to type in and search for the net names within the list of values.

Arguments

name

A symbol specifying the name the field will be accessed in the form.

?value t_value

The current value of the field. You can set or get this value.

?callback t_callback

The name of a function or SKILL code.

x_maxVisibleItems

The number of entries that will be visible when you click the drop down list.

Value Returned

netfield

The created net field.

Example

leCreateNetField('testNetField ?window hiGetCurrentWindow() ?callback "myTestCB")

Return to top
 ⠀
X