occpGetBitInstProp
occpGetBitInstProp(o_occpHandlet_libName| nilt_cellName| nilt_viewName| nilt_baseInstName x_bit t_propName) =>r_occpProp/ nil
Description
Gets the property information for an iterated instance.
Arguments
Value Returned
|
The property information does not exist or could not be retrieved. |
Example
when( or( occpGetBitInstProp(MyOccpHandle "lib1" "cell1" "view1" "I42" 2 "variant") occpGetBitInstProp(MyOccpHandle nil "cell1" "view1" "I42" 2 "variant") occpGetBitInstProp(MyOccpHandle nil nil "view1" "I42" 2 "variant") occpGetBitInstProp(MyOccpHandle nil nil nil "I42" 2 "variant") ) printf("Iterated instance[2] has variant property\n") )
Related Topics
Parent/Child Database Functions
Return to top