hdbIterInstHasBitRules
hdbIterInstHasBitRules(
h_pathVectorId
t_baseInstName
x_leftRangeIndex
x_rightRangeIndex
)
=> t / nil
Description
Determines whether an iterated instance has bit-specific configuration rules. If it does, you might want to check whether the binding for individual bits of the iterated instance are different from the iterated instance binding.
Arguments
|
The base part of the iterated instance name. For example, if the iterated instance name is |
|
Value Returned
|
There are no bit-specific configuration rules for the iterated instance. |
Example
Determine whether the iterated instance I1<0:3> has bit specific configuration rules.
hasBitRules = hdbIterInstHasBitRules( pathVect "I1" 0 3 )
Related Topics
Parent/Child Database Functions
Return to top