Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

drDumpDrf

drDumpDrf(
t_fileName 
[ g_saveChange ]
) 
=> t / nil

Description

Dumps all of the display resource data from virtual memory or only the changes made in virtual memory into a file.

Arguments

t_fileName

The name of the file to which you want to save the display resource data.

g_saveChange

If set to t, saves only the changes made in virtual memory. If set to nil, saves all the display resource data from virtual memory.

Valid values: t, nil

Default: nil

Value Returned

t

The dump was successful.

nil

The dump was not successful.

Examples

drDumpDrf("/usr1/smith/display.drf")
=> t

Saves all display resource data in virtual memory to the file display.drf in the directory /usr1/smith.

drDumpDrf("/usr1/smith/display.drf" t)
=> t

Saves display resource data changed in virtual memory during the design session to the file display.drf in the directory /usr1/smith.


Return to top
 ⠀
X