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

cphSbGetSoftBlocks

cphSbGetSoftBlocks(
g_cphId
)
=> l_softBlockID / nil

Description

Returns a list of defined soft blocks corresponding to the g_cphId.

Arguments

g_cphId

ID of the physical configuration cellview

Value Returned

l_softBlockID

A list of soft blocks is returned in the following format:

(sbId "physLib:physCell:physView" "logicalLib:logicalCell:logicalView")

nil

The command was unsuccessful.

Example

cphSbGetSoftBlocks(cphId)

Return to top
 ⠀
X