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

slaRemoveVerificationSpace

slaRemoveVerificationSpace(
t_spaceName
)
=> t / nil

Description

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

Arguments

t_spaceName

String value specifying the name of the verification space.

Value Returned

t

The specified verification space was removed.

nil

The specified verification space could not be removed.

Examples

Opens a setup library view in the edit mode and removes the specified verification space.

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

Related Topics

slaRemoveCornerSetup

slaRemoveSimulationSetup

slaRemoveSweepSetup

slaRemoveVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X