Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

opcDestroySet

opcDestroySet( 
o_set
)
=> t / nil

Description

Removes the set from memory and storage.

Arguments

o_set

OPC set to be removed.

Value Returned

t

The OPC set destroyed successfully.

nil

Failed to destroy the set.

Examples

Use the following commands to destroy mySet:

cv = geGetEditCellView()
set = opcFindSet(cv “mySet”)
unless(opcDestroySet(set)
  info(“Set %s cannot be destroyed.\n” set~>name)

Return to top
 ⠀
X