opcRefreshSet
opcRefreshSet(d_setId) =>t/ nil
Description
Refreshes the content of an operating collections set derived from a query containing SKILL customization.
Arguments
Value Returned
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")
Return to top