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

hnlHspicePrintInstPropVal

hnlHspicePrintInstPropVal( 
t_propName 
) 
=> t_propVal / nil

Description

This procedure returns the value of the property specified by propName if it exists on the current instance. If the value of this property has the syntax specifying an inherited value it returns the name of the property whose value is being inherited without the surrounding syntax.

Arguments

t_propName

Specifies the property name.

Value Returned

t_propVal

The value corresponding to a property. The return value for this procedure is always a string.

nil

The command cannot be run.

Examples

hnlHspicePrintInstPropVal()
=> prop1


Return to top
 ⠀
X