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

cphSbLoadSoftBlocks

cphSbLoadSoftBlocks(
g_cphId
t_fileName
)
=> t / nil

Description

Loads soft block data from the specified floorplan property file. In case of duplicate soft blocks data entries in the file, the function only considers the first data entry, and ignores subsequent duplicate entries.

Arguments

g_cphId

ID of the physical configuration cellview

t_fileName

Name of the floorplan property file from which soft block data needs to be loaded

Value Returned

t

Soft block data was loaded from the specified floorplan property file.

nil

Read operation failed. Soft block data was not loaded from the specified floorplan property file.

Example

cphSbLoadSoftBlocks(cphId "softBlocks.txt")

Return to top
 ⠀
X