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
Value Returned
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
Setup Library Assistant Functions
Return to top