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
Value Returned
|
The given cellviews, CDFs, property bags, and technology files were refreshed. |
|
|
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