slaGetVerificationSpaces
slaGetVerificationSpaces(
)
=> l_listOfLists
Description
Retrieves a list of verification spaces from the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
|
A list of verification spaces saved in the setup library view. |
Examples
The following example returns the names of existing verification spaces with the setups that they contain.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaGetVerificationSpaces()
=> (("Space1" ( "SweepSetup1" "CornerSetup1" "Monte Carlo Setup1")))
Related Topics
Setup Library Assistant Functions
Return to top