Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCreateTrunkConnect

dbCreateTrunkConnect(
t_name 
d_topologyId 
d_startTrunkId 
d_endTrunkId 
)
=> d_trunkConnectId / nil 

Description

Creates a trunk connect pattern on the specified topology with the specified start and end trunks.

Arguments

t_name

The name of the trunk connect pattern.

d_topologyId

The topology ID on which the trunk connect pattern is created.

d_startTrunkId

The start trunk ID.

d_endTrunkId

The end trunk ID.

Value Returned

d_trunkConnectId

The ID of the new trunk connect pattern.

nil

The trunk connect pattern creation failed.

Examples

trunkConnect = dbCreateTrunkConnect("trunkConnect" topology startTrunk endTrunk)

Related Topics

Topology Pattern Database Access Functions

dbDeleteTrunkConnect


Return to top
 ⠀
X