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

hnlGetPropVal

hnlGetPropVal(
t_propName
d_cellView
d_inst
)
=> propValue / nil

Description

Returns the value of the property whose string name is given as the first argument. First, the property is searched for on the instance given as the third argument, and if not found there, on the cellview given as the second argument. If the property is found, the value is returned. Otherwise, nil is returned.

Arguments

t_propName

Name of the property to be retrieved.

d_cellView

The propNameId of the cellview that is searched for the property value.

d_inst

The instId of the instance that is searched for the property value.

Value Returned

propValue

The value of the property upon successful completion.

nil

The command was not successful.

Examples

hnlGetPropVal( "l" cellView inst )

Related Topics

OSS Functions


Return to top
 ⠀
X