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

gpeGetAbutTypeList

gpeGetAbutTypeList (
u_sandbox
[ ?verbose { t | nil } ]
)
=> l_abutTypes / nil

Description

Returns a list of abutment types 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_abutTypes

Returns a list of abutment types in the format:

'( '(abutTypeName1 abutType1) '(abutTypeName2 abutType2) ... )

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 gpeGetAbutTypeList:

sb = gpeEditSandbox()
gpeGetAbutTypeList(sb ?verbose t)
> (("type0" 0) ("type1" 1))

Return to top
 ⠀
X