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

dbSetPatternRegionActiveWireTypes

dbSetPatternRegionActiveWireTypes(
d_PatternRegion
l_activeWireTypeNames
)
=> t / nil

Description

(ICADVM20.1 Only) Sets the active wire types on the specified pattern region.

Arguments

d_PatternRegion

ID of the pattern region where the active wire types are to be set.

l_activeWireTypeNames

list(t_activeWireTypeNames)

List of active wire types to be set on the pattern region.

Value Returned

t

The active wire types are set on the specified pattern region.

nil

Returned in case of failure.

Example

Sets the active wire types wire1, wire2 and wire3 on the pattern region shape.

dbSetPatternRegionActiveWireTypes(shape list("wire1" "wire2" "wire3"))


Return to top
 ⠀
X