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
|
The base part of the iterated instance name. For example, if the iterated instance name is |
|
Value Returned
|
A bit-specific configuration rule applies to the specified iterated instance bit. |
|
|
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
Parent/Child Database Functions
Return to top