Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

slaGetAllDocuments

slaGetAllDocuments(
)
=> l_listOfDocuments

Description

Retrieves a list of documents from the setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

None

Value Returned

l_listOfDocuments

A list of documents saved in the setup library view.

Examples

Opens a setup library view in the edit mode and retrieves a list of documents from this view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetAllDocuments()
=> ("coverage45nm.xls")

Related Topics

slaGetDocumentAbsolutePath

Setup Library Assistant Functions


Return to top
 ⠀
X