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
Value Returned
|
The value corresponding to a property. The return value for this procedure is always a string. |
|
Examples
hnlHspicePrintInstPropVal()
=> prop1
Return to top