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

abeRemoveLayer

abeRemoveLayer(
o_abeLayer 
)
=> t / nil

Description

Removes the specified ABE layer.

Arguments

o_abeLayer

ID of the ABE layer.

Values Returned

t

The ABE layer was removed.

nil

The function was not successful because ABE is not initialized or the ABE layer does not exist.

Examples

Removes the a1 ABE layer and frees the memory associated with it.

abeRemoveLayer( a1 )

Related Topics

Operating ABE


Return to top
 ⠀
X