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

occpClose

occpClose(
o_occpHandle 
)
=> t / nil

Description

Closes a properties file without saving unsaved changes.

Arguments

o_occpHandle

The properties file handle returned from a call to occpOpen.

Value Returned

t

The properties file was closed.

nil

The properties file was not closed or does not exist.

Example

when( MyOccpHandle = occpOpen("lib1" "cell1" "cfgView1" "r")
    when( MyVariantProp = occpGetCellProp(MyOccpHandle "lib1" "cell1" "variant")
     printf("Variant is %L\n"  MyVariantProp->value))
occpClose(MyOccpHandle))

Related Topics

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X