dbGetTrunkLongOffsetSource2
dbGetTrunkLongOffsetSource2(d_trunkId) =>t_source/ nil
Description
Returns the second longitudinal offset source value of the specified trunk pattern ID. Valid source values are unknown, twigExtents, figGroupExtents, instanceExtents, guardRing, and connExtents.
Arguments
|
The trunk pattern ID of which the second longitudinal offset source must be returned. |
Value Returned
|
The second longitudinal offset source of the specified trunk pattern ID. |
|
Examples
dbGetTrunkLongOffsetSource2(trunk1)
=> "instanceExtents"
Related Topics
Topology Pattern Database Access Functions
Return to top