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

opcInstantiateQuery

opcInstantiateQuery( 
?query t_query
?cv d_cv
[ ?category t_category ]
)
=> t / nil

Description

Instantiates a query in a cellview. If a category is specified, the query is instantiated in the specified category. Otherwise, the query is instantiated in the same category as the query.

Arguments

?query t_query

Name of the query to instantiate.

?cv d_cv

Name of the cellview where the query is instantiated.

?category t_category

Name of the category in which to instantiate the query.

Value Returned

t

Query is instantiated successfully.

nil

Failed to instantiate query.

Examples

Instantiate a query.

opcInstantiateQuery(?query "aQuery" ?cv gec() ?category "aCategory")
opcInstantiateQuery(?query "anotherQuery" ?cv gec())

Return to top
 ⠀
X