gpeCreateInstTermEntries
gpeCreateInstTermEntries([ ?deviceNames l_deviceNames][ ?instTermNamesl_instTermNames][ ?gridEntriesl_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
|
Lists the instance terminals to connect. Use |
|
Value Returned
Example
Creates an instance terminal entry object based on the specified arguments:
gpeCreateInstTermEntries(?deviceNames list("M1" "M2") ?instTermNames list("G" "D"))
Return to top