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

gpeGetAbut

gpeGetAbut(
u_sandbox
[ ?verbose { t | nil } ]
)
=> l_abut / nil

Description

Returns the Modgen abutment DPL for the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

l_abut

Returns a Modgen sandbox abutment DPL, which is a list of chains.

nil

The command was unsuccessful.

Example

In the following example, the value of sb is determined by calling gpeEditSandbox. This value is passed as an argument to gpeGetAbut:

sb = gpeEditSandbox()
abutment = gpeGetAbut(sb)

Return to top
 ⠀
X