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
|
The ID of the library whose data compression level must be removed. |
Values Returned
|
Returns |
|
|
Returns |
Examples
dbUnsetLibDataCompressionLevel( dd_libId )
=> t
Return to top