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

opcEditQuery

opcEditQuery( 
t_name
)
=> t / nil

Description

Edits the definition of a query in a modal popup form.

Arguments

t_name

Name of the query to be edited.

Value Returned

t

Query is edited successfully.

nil

Failed to edit query or query cannot be found.

Examples

Use the following command to edit the query called MultiBit:

opcEditQuery("MultiBit")


Return to top
 ⠀
X