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

gpeCreateInstTermEntries

gpeCreateInstTermEntries(
[ ?deviceNames l_deviceNames ]
[ ?instTermNames l_instTermNames ]
[ ?gridEntries  l_gridEntries ]
[ ?verbose { t | nil } ]
)
=> l_instTermEntries / nil

Description

Creates instTerms for all combinations of the two identifiers and returns a list of instTerms names that were created. The return value is used as an argument to twig and strap entries to define the connectivity of the topology objects.

Arguments

?deviceNames l_deviceNames

Specifies the instances to connect to.

?instTermNames l_instTermNames

Lists the instance terminals to connect. Use allTerms to indicate all instTerms.

Example: list("NM1.1" "NM1.2")

?gridEntries l_gridEntries

Lists grid entry objects to connect to.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

l_instTermEntries

Returns a list of Modgen sandbox instTerm entries. Each entry is a disembodied property list with parameters: deviceNames and instTermNames.

Example:

(nil instTermNames list("S" "D") deviceNames list("NM1.1" "NM1.2") )

nil

The command was unsuccessful.

Example

Creates an instance terminal entry object based on the specified arguments:

gpeCreateInstTermEntries(?deviceNames list("M1" "M2") ?instTermNames list("G" "D"))

Return to top
 ⠀
X