absSetTerminalProp
absSetTerminalProp(
cell
terminal
property { direction | termType | shape | netExpr | suppSensitivity | groundSensitivity }
value
)
=> 0 / 1
Description
Specifies a terminal value for a cell. The variables you can use for the value parameter depend on the property setting.
Arguments
|
cell
|
Specifies the cell whose properties are to be set.
|
|
terminal
|
Specifies the terminal whose properties are to be set.
|
|
property { direction | termType | shape | netExpr | suppSensitivity | groundSensitivity }
|
|
|
Specifies the terminal property to be edited.
|
|
value
|
Specifies the value to be set for the terminal property specified through property. The valid values for different properties are given below.
-
direction: input, output, inout, jumper, tristate, unused -
termType: signal, clock, analog, power, ground -
shape: feedthru, abutment, ring -
netExpr: In the format [@gnd:%:gnd!] -
suppSensitivity: Specify a valid power terminal name. -
groundSensitivity: Specify a valid ground terminal name.
|
Value Returned
|
1
|
Indicates successful operation.
|
|
0
|
Indicates an error.
|
Examples
Sets the terminal direction property value for terminal vd! in cellABC to be input.
absSetTerminalProp "cellABC" "vdd!" "direction" "input"
=> 1
Related Topics
Viewing and Editing Cell Terminal Properties in Abstract Generator
Return to top