dbCreateTrunk
dbCreateTrunk(t_name d_topologyId t_direction) =>d_trunkId/ nil
Description
Creates a trunk pattern on the specified topology with the given name and direction.
Arguments
|
The direction of the new trunk pattern. Valid direction values are |
Value Returned
Examples
trunk1 = dbCreateTrunk("trunk1" top1 "horizontal")
trunk2 = dbCreateTrunk("trunk2" top1 "vertical")
Related Topics
Topology Pattern Database Access Functions
Return to top