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
|
String value specifying the name and path of the document to be added. |
|
Value Returned
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
slaSetSimulationSetupRunOptionValue
Setup Library Assistant Functions
Return to top