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
|
property |
|
Value Returned
Examples
Displays the current direction terminal property value for terminal vdd! in cellABC.
absGetTerminalProp "cellABC" "vdd!" "direction"
=> inout
Related Topics
Return to top