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

ddsRefresh

ddsRefresh(
[ ?cellview { t | nil } ]
[ ?cdf { t | nil } ]
[ ?property { t | nil } ]
[ ?techfile { t | nil } ]
)
=> t / nil

Description

Refreshes open cellviews, CDFs, property bags, and technology files that are not current with their corresponding files on disk.

Arguments

?cellview

Determines whether cellview data needs to be refreshed.

Default value: t

?cdf

Determines whether CDF data needs to be refreshed.

Default value: t

?property

Determines whether property bag needs to be refreshed.

Default value: t

?techfile

Determines whether technology files need to be refreshed.

Default value: nil

Value Returned

t

The given cellviews, CDFs, property bags, and technology files were refreshed.

nil

All the cellviews, CDFs, property bags, and technology files are the same as their corresponding files on disk.

Examples

In this example, all open cellviews and CDFs that are not current with their corresponding files on disk are refreshed.

ddsRefresh(?cellview t ?cdf t)


Return to top
 ⠀
X