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