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

dbSetTrunkSide

dbSetTrunkSide(
d_trunkId 
t_side
)
=> t / nil 

Description

Sets the side value for the specified trunk pattern ID. The valid side values are bottom, top, left, and right.

Arguments

d_trunkId

The trunk pattern ID whose side value must be set.

t_side

The side value that must be set for the specified trunk pattern ID.

Value Returned

t

The side value was set for the specified trunk pattern ID.

nil

The side value was not set for the specified trunk pattern ID.

Examples

dbSetTrunkSide(trunk1 "top")

Related Topics

Topology Pattern Database Access Functions

dbGetTrunkSide


Return to top
 ⠀
X