renameDefs
layout.tpa renameDefs 'string "layername"
Description
Sets the radio buttons and the input text field when the Enable Auto WSSPDef Pushdown option is selected. The values are interpreted based on the content. The string value is used to determine how to adjust the WSP name when doing the EIP pushdown. If the value starts with &, the Append name radio button is selected. If the value has no &, or if it ends with an &, the Prepend name radio button is selected. If the value is &_%c, the Cell name and Append name radio buttons are selected. If the value is %c_, the Prepend name and Cell name radio buttons are selected. In other cases, Custom is selected.
GUI Equivalent
Examples
envGetVal("layout.tpa" "renameDefs")
envSetVal("layout.tpa" "renameDefs" 'string "%c_")
Return to top