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

leGetTechFormList

leGetTechFormList( 
d_techFileId
) 
=> l_formIds / nil

Description

Returns a disembodied property list (DPL) that stores the dynamic form Ids associated with a technology library opened in a Virtuoso session. If the forms have not been opened yet, the SKILL function creates the forms and returns the form ID list.

Arguments

d_techFileId

Database ID of the technology library

Value Returned

l_formIds

DPL of form Ids associated with the specified technology library.

nil

DPL of form Ids is not returned.

Example

Returns the DPL of dynamic form Ids associated with the techId technology library.

formList=leGetTechFormList(techId)

You can then access the forms, say the Move form, in the following manner:

formList->moveForm

Return to top
 ⠀
X