Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

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

t_libName

Name of a library in the Express Pcell cache.

Value Returned

t_libVersion

Version of the specified library.

l_libVersion

List of the versions of all the libraries present in the Express Pcell cache. This list is displayed if the library name is not specified.

nil

The operation failed.

If the specified library is not available, a message is displayed to indicate that the version is unavailable.

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

Express Pcell


Return to top
 ⠀
X