Function: set_attr_list_string
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Sets the values (a list of strings) of an attribute.
Prototype
- C Prototype
1aclError aclopSetAttrListString(aclopAttr *attr, const char *attrName, int numValues, const char **attrValue)
- Python Function
1ret = acl.op.set_attr_list_string(attr, attr_name , attr_value)
Parameters
|
Parameter |
Description |
|---|---|
|
attr |
Int, pointer address of the data of the aclopAttr type. Call acl.op.create_attr to create data of the aclopAttr type in advance. |
|
attr_name |
Str, attribute name. |
|
attr_value |
Two data types are supported:
|
Parent topic: aclopAttr