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

drLoadDrf

drLoadDrf(
t_filename 
[ g_askToSave ]
) 
=> t / nil

Description

Loads the display resource file (usually named display.drf) from any location.

Arguments

t_filename

The path and name of the display resource file (usually named display.drf).

g_askToSave

If set to t, prompts you to save your changes.

Valid values: t, nil

Default: t

Value Returned

t

The specified file was loaded into virtual memory.

nil

The file does not exist.

Example

drLoadDrf("~/display.drf")
=> t

Loads the display.drf file from your home directory.


Return to top
 ⠀
X