Single-Element Functions : List of Functions : stm_r_xx_des_attr_val

stm_r_xx_des_attr_val
Retrieves design-attribute values associated with a particular design-attribute name for the specified element.
You can call this function without indicating the specific element type, as follows:

stm_r_des_attr_val (id, attr_name, status)

Function type: LIST OF STRING

For elements

 
Syntax
stm_r_xx_des_attr_val(xx_id, des_attr_name, status)
Arguments
 
Input/Output
If attr_name does not exist for the specified element, status receives the value stm_attribute_name_not_found.
 
Status Codes