SYNTAX:
xpxPutAttr (instanceId, attributeId ,attrValue : GENERIC)
status : INTEGER;
The xpxPutAttr function writes the specified value attrValue to the attribute specified by the attributeId argument in the instance instanceId. An indeterminate value will result in an unset attribute value.
The attributeId can be retrieved by the xpxGetAttrDefinition and xpxGetAttrDefinitionBN functions.
This function is equivalent to the EDMinterface function sdaiPutAttr
General
Content
Integrations