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

hdbConfigHasOccRules

hdbConfigHasOccRules(
h_configId
) 
=> t / nil

Description

Checks whether a configuration contains any occurrence rules.

Arguments

h_configId

A configuration ID returned by the hdbOpen function.

Value Returned

t

The configuration contains one or more occurrence rules.

nil

The configuration does not contain any occurrence rules.

Examples

Checks whether the configId contains an occurrence rule.

when( hdbConfigHasOccRules(configId)
=>t
  printf("The specified configuration has at least one occurrence rule.\n")
)

Related Topics

hdbOpen

hdbSetObjBindRule


Return to top
 ⠀
X