Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ccOREPurgeContext

ccOREPurgeContext(
t_contextName
)
=> t / nil

Description

Purges the optical rule engine (ORE) context with the specified name.

Arguments

t_contextName

Name of the ORE context to be pruged.

Value Returned

t

ORE context with the specified name existed and is purged.

nil

ORE context with the specified name does not exist and cannot be purged or if the operation fails.

Example

Define variable PI_2 and save the resulting ORE context under the name ore_cxt.

ccORE(?rule '((define PI_2 PI/2)) ?saveContext "ore_cxt")
=> t

Get the list of the names of the ORE contexts.

ccOREGetContexts()
=> ("ore_cxt") 

Purge ORE context with the name ore_cxt.

ccOREPurgeContext("ore_cxt")
=> t 

Get the list of the names of the ORE contexts.

ccOREGetContexts()=> nil

Related Topics

Curvy Core Optical Rule Engine Functions

Optical Rule Engine


Return to top
 ⠀
X