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

dbRefreshLibDataCompressionLevel

dbRefreshLibDataCompressionLevel(
dd_libId
)
=> t / nil

Description

Refreshes the data compression level for the specified library ID from the disk.

Refreshing the compression level of a library only affects the designs that are saved to the library after the refresh has occurred.

A translator running in another session can change the compression level of a library that is in use in the Virtuoso Studio design environment. If Virtuoso does not refresh the data compression level from the disk, it will not be aware of the change made by the translator.

Arguments

dd_libId

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

Values Returned

t

Returns t if the data compression level of the specified library ID is successfully refreshed.

nil

Returns nil if the data compression level of the specified library ID could not be refreshed.

Examples

dbRefreshLibDataCompressionLevel( dd_libId ) 
=> t

Return to top
 ⠀
X