Section 2.1.1: Custom Properties

  • Custom properties allow you to make the most use of your symbols by making them customizable when embedded. You can use custom properties to extend the functionality of a symbol. A custom property can contain:
    • A value that can be read and written to
    • An expression that can be read
    • An ArchestrA attribute that can be read and written to if the attributes allow
    • A property of an element or symbol
    • A custom property of a symbol
  • Custom properties can be set to either be Private or Public:
    • Private: Property is not exposed when the symbol is embedded
    • Public: Property can be customized when the symbol is embedded
  • Custom properties can also have Absolute or Relative references:
    • Absolute: A reference to an attribute that is fully defined (Tank1.InletValve.PV)
    • Relative: A reference that goes up the hierarchy to parent objects (Me.InletValve.PV)
Last modified: Thursday, 4 June 2020, 1:00 PM