Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

hnlGetRoundProp

hnlGetRoundProp(
t_propName
)
=> propValue / nil

Description

Locates the property of the given name, using hnlGetPropVal, hnlCurrentMaster, and hnlCurrentInst, and then returns the result rounded to the nearest integer. If the named property is not found, nil is returned.

If the property is of string type, the property value is evaluated before it is scaled.

Arguments

t_propName

Name of the property retrieved.

Value Returned

propValue

The value of the property rounded to the nearest integer

nil

The command was not successful.

Examples

hnlGetRoundProp( "l" )

Related Topics

OSS Functions


Return to top
 ⠀
X