Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

wspDumpToFile

wspDumpToFile (
d_cellViewId 
t_fileName
) 
=> t / nil

Description

Creates a SKILL file that can be used to recreate the width spacing pattern (WSP) information in the specified cellview.

Arguments

d_cellViewId

Database ID of the cellview.

t_fileName

The name of the SKILL file to which the WSP information is written.

Value Returned

t

The SKILL file is created.

nil

The SKILL file is not created.

Example

wspDumpToFile(geGetEditCellView() "./cvNameWSPs.il")

Return to top
 ⠀
X