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

dbGetRegionBoundaryLayer

dbGetRegionBoundaryLayer( 
d_regionBoundaryID
)
=> tx_regionLayer / nil

Description

(Virtuoso MultiTech Framework) Returns the layer name or number of the specified region boundary.

This function requires layerType to be "layer".

Arguments

d_regionBoundaryID

  

Database ID of a region boundary.

Value Returned

tx_regionLayer

Layer name, if found, or number of the region boundary layer.

nil

An error occurred or the layer type is not "layer".

Example

regionLayer = dbGetRegionBoundaryLayer( regbId )
=> "METAL4"

Related Topics

License Requirements of Virtuoso RF Solution

dbGetRegionBoundaryLayerType


Return to top
 ⠀
X