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

opcDeleteQuery

opcDeleteQuery( 
t_name
)
=> t / nil

Description

Deletes the definition of a query along with any sets that have been created using the query.

Arguments

t_name

Name of the query to be deleted.

Value Returned

t

Query is deleted successfully.

nil

Failed to delete query.

Examples

Use the following command to delete the query called MultiBit:

opcDeleteQuery("MultiBit")

Return to top
 ⠀
X