Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetTrunkDirection

dbSetTrunkName(
d_trunkId 
t_direction
)
=> t / nil 

Description

Specifies whether the given trunk is running in the horizontal or vertical direction.

Arguments

d_trunkId

The trunk pattern ID whose direction must be set.

t_direction

The horizontal or vertical direction that must be set.

Value Returned

t

The direction of the trunk ID was set.

nil

The direction of the trunk ID was not set.

Examples

dbSetTrunkDirection(trunkId "horizontal")
dbSetTrunkDirection(trunkId "vertical")

Related Topics

Topology Pattern Database Access Functions

dbGetTrunkDirection


Return to top
 ⠀
X