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

slaAddDocument

slaAddDocument(
t_docAbsoluteFilePath
)
=> t / nil

Description

Adds a document to a setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_docAbsoluteFilePath

String value specifying the name and path of the document to be added.

Value Returned

t

The specified document has been added.

nil

The specified document could not be added.

Examples

Opens a setup library view in the edit mode and adds the specified document to the view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaAddDocument("/home/project/xyz/coverage45.xls")
=> t

Related Topics

slaAddCornerModelFile

slaAddCornerVariable

slaAddSweepVariable

slaImportCorners

slaImportSweeps

slaSetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X