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

hnlGetSymbolPropVal

hnlGetSymbolPropVal(
s_propSymbol
d_cellView | d_inst
)
=> propValue / nil

Description

Returns the value of the property whose symbol name is given as the first argument. First the property is searched 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

s_propSymbol

Symbol name of the property retrieved.

d_cellView

The cellViewId 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 whose symbol name is given as the first argument.

nil

The command was unsuccessful.

Examples

hnlGetSymbolPropVal( "l" cellView inst )

Related Topics

OSS Functions


Return to top
 ⠀
X