xpcGetPDKVersion
xpcGetPDKVersion( [t_libName] ) =>t_libVersion/l_libVersion/ nil
Description
Returns the version of the library or libraries stored in the Express Pcell cache.
Arguments
Value Returned
Examples
Lists the versions of all the libraries present in the Express Pcell cache.
xpcGetPDKVersion()
(("testLib1" "5.0")
("testLib2" "")
)
Lists version of the Express Pcell library testLib1.
xpcGetPDKVersion("testLib1")
("5.0")
Version cannot be detected because the specified library is not present in the Express Pcell cache.
xpcGetPDKVersion("testLib3")
("Version Not Available")
Related Topics
Return to top