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
Value Returned
|
DPL of form Ids associated with the specified technology library. |
|
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