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

slaAddCornerModelFile

slaAddCornerModelFile(
t_cornerSetupName
t_cornerName
l_list

)
=> t / nil

Description

Adds a model file to a corner within a corner setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode. The function creates the specified corner if it does not exist in the corner setup.

Arguments

t_cornerSetupName

String value specifying the name of the corner setup.

t_cornerName

String value specifying the name of the corner in which the model file must be added.

l_list

List containing the name of the model file and its sections.

Value Returned

t

The specified model file has been added to the specified corner.

nil

The specified model file could not be added.

Examples

Opens a setup library view in the edit mode and adds the specified model file to the view. The function creates a corner, C0, if it does not exist in cornerSetup1.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaAddCornerModelFile("cornerSetup1" "C0" list("./model.scs" "ff"))
=> t

Related Topics

slaAddCornerVariable

slaAddDocument

slaAddSweepVariable

slaImportCorners

slaImportSweeps

slaSetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X