Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

LibraryObjectPutProperty

  • Last UpdatedJul 13, 2023
  • 1 minute read

Sets the value of a specified property for the active genie. The field name is case-sensitive.

Syntax

LibraryObjectPutProperty(PropertyName, PropertyValue)

PropertyName:

The name of the property to be modified, as returned by the function LibraryObjectFirstProperty or LibraryObjectNextProperty.

PropertyValue:

The value to be written to the property as a string.

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: For details on handling return and error values, see Error Handling.

LibraryObjectPlace, LibraryObjectFirstProperty, LibraryObjectNextProperty,

Example

GraphicsBuilder.LibraryObjectPlace "include", "motors", "Motor_1_east", 1, True

GraphicsBuilder.LibraryObjectPutProperty "Tag", "My test genie"

In This Topic
TitleResults for “How to create a CRG?”Also Available in