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

dbUnsetLibDataCompressionLevel

dbUnsetLibDataCompressionLevel(
dd_libId
)
=> t/ nil

Description

Removes the data compression level of the specified library.

After the data compression level is removed, the data of the designs saved in that library will no longer be compressed. However, this removal does not change the compression level of the cellviews that were already saved in the library. To uncompress all the cellviews in a library, use the oazip utility.

Arguments

dd_libId

The ID of the library whose data compression level must be removed.

Values Returned

t

Returns t if the data compression level is successfully removed for the specified library ID.

nil

Returns nil if the data compression level could not be removed.

Examples

Removes data from dd_libId.

dbUnsetLibDataCompressionLevel( dd_libId ) 
=> t

Return to top
 ⠀
X