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

lobIsCopyFill

lobIsCopyFill(
d_dbID
)
=> t / nil

Description

(Virtuoso Layout Suite EXL) Checks whether the specified object has been created using the copy fill functions.

Arguments

d_dbID

Database ID of the object.

Value Returned

t

The object was created using copy fill functions.

nil

The object was not created using copy fill functions.

Examples

Selects all copy fill instances that exist within a cellview and checks whether they were created using the copy fill functions.

when(window = hiGetCurrentWindow()
  when(cellView = geGetEditCellView(window)
     geSelectFigs(setof(inst cellView~>instances lobIsCopyFill(inst))
  )
)

Return to top
 ⠀
X