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

hdbBitHasRules

hdbBitHasRules(
h_hdbPathVector
t_baseInstName
x_bit
)
=> t / nil

Description

Determines whether a bit-specific configuration rule applies to the specified iterated instance bit.

Arguments

h_hdbPathVector

The path vector ID returned by hdbCreatePathVector.

t_baseInstName

The base part of the iterated instance name. For example, if the iterated instance name is I1<0:3>, the base instance name is I1.

x_bit

The index number of the bit of the iterated instance.

Value Returned

t

A bit-specific configuration rule applies to the specified iterated instance bit.

nil

A bit-specific configuration rule does not apply to the specified iterated instance bit.

Example

Checks whether bit 1 of an iterated instance with base name I1 at the specified path has bit rules.

hasRules = hdbBitHasRules( pathVect "I1" 1 )

Related Topics

hdbCreatePathVector

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X