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

opcRefreshSet

opcRefreshSet( 
d_setId
)
=> t / nil

Description

Refreshes the content of an operating collections set derived from a query containing SKILL customization.

Arguments

d_setId

ID of the set to be refreshed.

Value Returned

t

Set refreshed successfully.

nil

Failed to refresh the set.

Examples

Consider a cellview in which there is a set defined that includes instances with a specific value for a CDF parameter. Assume that the set is called InstancesHalfCap. Use the following commands to refresh the set in the cellview cv after editing the CDF:

hCap = opcFindset(cv "InstancesHalfCap")

opcRefreshSet(hCap)


Return to top
 ⠀
X