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

absGetTerminalProp

absGetTerminalProp(
cell
terminal
property { direction | termType | shape | netExpr | suppSensitivity | groundSensitivity }
)
=> string

Description

Returns the value of the specified property for the specified terminal. Specify only cells that have already been processed by absPins. The Pins step generates the cell terminals.

Arguments

cell

Specifies the cell to query.

terminal

Specifies the terminal to query.

property { direction | termType | shape | netExpr | suppSensitivity | groundSensitivity }

Specifies the property whose value you want to know.

Value Returned

string

Returns the value of the specified terminal property.

Examples

Displays the current direction terminal property value for terminal vdd! in cellABC.

absGetTerminalProp "cellABC" "vdd!" "direction"
=> inout

Related Topics

Viewing and Editing Cell Terminal Properties in Abstract Generator


Return to top
 ⠀
X