hdbIsConfig
hdbIsConfig(t_libNamet_cellNamet_viewName) => t / nil
Description
Checks if a given library/cell/view is a configuration.
Arguments
Value Returned
Example
isConfig = hdbIsConfig("lib1" "cell1" "view1")
An example for the use of this function can also be found at:
your_install_dir/tools/hdb/examples/hdbTraverse.il
Related Topics
Parent/Child Database Functions
Return to top