dbSetTrunkLongOffsetSource
dbSetTrunkLongOffsetSource(
d_trunkId
t_source
)
=> t / nil
Description
Sets the longitudinal offset source value of the specified trunk pattern ID. Valid source values are twigExtents, figGroupExtents, twigExtentsTermOnly, and guardRing.
Arguments
|
The trunk pattern ID whose longitudinal offset source value must be set. |
|
|
The longitudinal offset source value that must be set for the specified trunk pattern ID. |
Value Returned
|
The longitudinal offset source value was set for the specified trunk pattern ID. |
|
|
The longitudinal offset source value was not set for the specified trunk pattern ID. |
Examples
dbSetTrunkLongOffsetSource(trunk1 "twigExtents")
Related Topics
Topology Pattern Database Access Functions
Return to top