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

gpeGetDefaultAbutType

gpeGetDefaultAbutType (
u_sandbox
[ ?verbose { t | nil } ]
)
=> t_abutTypeName / nil

Description

Returns the default abutment type name for the given Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t_abutTypeName

Returns the default abutment type name.

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

sb = gpeEditSandbox()
gpeGetDefaultAbutType(sb ?verbose t)
> "type0"


Return to top
 ⠀
X