dbGetTrunkLongOffsetSource1
dbGetTrunkLongOffsetSource1(d_trunkId) =>t_source/ nil
Description
Returns the first 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 first longitudinal offset source must be returned. |
Value Returned
|
The first longitudinal offset source of the specified trunk pattern ID. |
|
Examples
dbGetTrunkLongOffsetSource1(trunk1)
=> "twigExtents"
Related Topics
Topology Pattern Database Access Functions
Return to top