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

drDeleteDisplay

drDeleteDisplay( 
t_displayName 
) 
=> t / nil

Description

Deletes the specified display device. You can use the drLoadDrf SKILL function to load a file containing this function.

Arguments

t_displayName

The display device name.

Valid values: Any display device name

Value Returned

t

The display device was deleted.

nil

The specified display device does not exist.

Example

drDeleteDisplay("psb")
=> t

Deletes the display device named psb.


Return to top
 ⠀
X