Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlIsModelNameInherited

nlIsModelNameInherited( 
o_instance 
) 
=> t / nil

Description

Returns t if the model name for the stopping instance is passed through the hierarchy through parameters.

Arguments

o_instance

The instance object.

Value Returned

t

The model name will be passed from a higher level.

nil

The model name is specified at the instance.

Examples

nlIsModelNameInherited( inst )
=> t


Return to top
 ⠀
X