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

slaCreateSimulationSetup

slaCreateSimulationSetup(
t_setupName
)
=> t / nil

Description

Creates a simulation setup in the setup library view that is opened using the slaOpenOrCreateView function.

Arguments

t_setupName

Specifies the name of the simulation setup to be created and added to the view.

Value Returned

t

The specified simulation setup has been created.

nil

The specified simulation setup could not be created.

Examples

Opens a setup library view and adds the specified simulation setup to the view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaCreateSimulationSetup("SimpleMC_10Points")
=> t

Related Topics

slaCreateCornerSetup

slaCreateSweepSetup

slaCreateVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X