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

slaCreateVerificationSpace

slaCreateVerificationSpace(
t_spaceName
t_sweepSetupName
t_cornerSetupName
[ t_simulationSetupName ]
)
=> t / nil

Description

Creates a verification space in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_spaceName

Specifies the name of the verification space to be added.

t_sweepSetupName

Specifies the name of the sweep setup to which the verification space is to be added.

t_cornerSetupName

Specifies the name of the corner setup to which the verification space is to be added.

t_simulationSetupName

Specifies the name of the simulation setup to which the verification space is to be added.

Value Returned

t

The specified verification space has been added.

nil

The specified verification space could not be added.

Examples

Opens a setup library view in edit mode.

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

Creates a verification space Space1 using existing setups.

slaCreateVerificationSpace("Space1" "SweepSetup1" "CornerSetup1" "Monte Carlo Setup1")
=> t

Returns the names of existing verification spaces with the setups they contain.

slaGetVerificationSpaces()
=> (("Space1" ( "SweepSetup1" "CornerSetup1" "Monte Carlo Setup1")))

Related Topics

slaCreateCornerSetup

slaCreateSimulationSetup

slaCreateSweepSetup

slaRemoveSimulationSetup

Setup Library Assistant Functions


Return to top
 ⠀
X