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

vfoSfDraw

vfoSfDraw(
(pcell vfoSfPCellClass)
) 
=> t / nil

Description

Draws the Pcell geometries using the information populated by the vfoSfInitialize function.

Arguments

pcell

SKILL++ object of vfoSfPcellClass.

Value Returned

t

The Pcell geometries are successfully drawn.

nil

The Pcell geometries could not be drawn.

Example

vfoSfDraw(obj)
    => t

Return to top
 ⠀
X