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

vfpSbEditSoftBlockType

vfpSbEditSoftBlockType(
l_PhysLCV
t_blockType
)
=> t / nil

Description

Edits the blockType of the specified soft block.

Arguments

l_PhysLCV

List of ("lib" "cell" "view") triplets

t_blockType

The block type. The valid values are "CUSTOM" and "DIGITAL". This argument is case-insensitive.

Value Returned

t

The block type was changed.

nil

The command was unsuccessful.

Example

vfpSbEditSoftBlockType(list("design" "block1" "layout") "custom")

Return to top
 ⠀
X