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

abeLayerOr

abeLayerOr(
o_abeInputLayer 
o_abeOutputLayer 
[ ?queue g_queue ] 
)
=> t / nil

Description

Adds shapes from the input ABE layer to the ABE output layer.

Arguments

o_abeInputLayer

ID of the ABE input layer.

o_abeOutputLayer

ID of the ABE output layer.

?queue g_queue

Adds the function to the queue if set to t, rather than running it immediately. Functions in the queue are not run until abeRunQueue is issued.

Values Returned

t

The function was run or queued successfully.

nil

The function was not successful because ABE is not initialized or there was an argument error.

Examples

Adds a1 ABE layer shapes to the result ABE layer.

abeLayerOr( a1 result )

Related Topics

abeRunQueue

Support for Multithreading in ABE Functions


Return to top
 ⠀
X